Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:15:58 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 ... 27 28 [29] 30 31 ... 34   Go Down
Print
Author Topic: Bakery: Small Shop Module (ORIGINAL TOPIC)  (Read 136897 times)
westonjeff

Offline Offline

Posts: 11


« Reply #700 on: March 11, 2010, 08:18:39 PM »

Sorry if this is a stupid question, but can some type of order detail or site info be passed to the PayPal system?

Something as simple the page name that the order's coming from would be alright. Anyone done this?

TIA for any help -- as mentioned in an earlier post, I'm no PHP guru.  undecided
« Last Edit: March 11, 2010, 08:22:11 PM by westonjeff » Logged
itsnick

Offline Offline

Posts: 24


WWW
« Reply #701 on: March 12, 2010, 07:26:36 AM »

I keeping getting this error from PayPal: "Incorrectly formatted item amount"

I've only noticed it on items were tax would make the total come out to more than 2 places, i.e. $1.00 plus 7.5% tax = $1.075

Is there a fix for this or maybe a way to round to only two places.
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #702 on: March 12, 2010, 09:13:49 AM »

Hi itsnick

I keeping getting this error from PayPal: "Incorrectly formatted item amount"
I've only noticed it on items were tax would make the total come out to more than 2 places, i.e. $1.00 plus 7.5% tax = $1.075
Is there a fix for this or maybe a way to round to only two places.

Search view_summary.php, line 743:
Code:
// Put order total into the session var for use with payment gateways
$_SESSION['bakery']['order_total'] = $order_total;

Replace by:
Code:
// Put rounded order total into the session var for use with payment gateways
$_SESSION['bakery']['order_total'] = round($order_total, 2);

Regards Christoph
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #703 on: March 13, 2010, 09:07:57 PM »


New Version of Bakery:

VERSION 1.5.1 (03/13/2010)


VERSION HISTORY
Bakery 1.5.1 version history

KNOW HOW
Further information can be found on the Bakery Website.

DOWNLOAD
Download from the Bakery Website.

PLEASE NOTE
Please read the upgrade notes when upgrading to version 1.5.1.


Christoph
Logged
snark
Guest
« Reply #704 on: March 15, 2010, 05:23:20 PM »

is there an easy way to change the order of the products... I want every new item to be at the top of the list

Logged
westonjeff

Offline Offline

Posts: 11


« Reply #705 on: March 15, 2010, 05:30:00 PM »

Following directions from backend of Bakery, payment method, PayPal, I inserted the supplied URL @ PayPal for "Return URL", (Auto Return selected on @ PP)

http://dallasbrass.dce.k12.wi.us?pm=paypal

PayPal threw an error as follows:
You must enter a properly formatted Return URL. If you do not enter a properly formatted Return URL, which includes the Return URL requirements, Auto Return will not be turned on and applied to your Website Payment pages.

What would be wrong with the format above?

TIA for any help!

Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #706 on: March 15, 2010, 06:30:56 PM »

@snoork
http://www.websitebaker2.org/forum/index.php/topic,7834.msg74493.html#msg74493
Code:
ORDER BY modified_when

@westonjeff
Please read PayPals Return URL requirements or investigate PayPal why they do not accept your URL.

Regards Christoph
Logged
instantflorian

Offline Offline

Posts: 683



WWW
« Reply #707 on: March 15, 2010, 09:36:13 PM »

Hi westjoneff, hi Christoph,

I had exactly the same problem today too when launching a new bakery 1.5.1 shop.
Reason: if you call mydomain.foo?pm=paypal *without* having submitted an order before, the unchanged homepage of your website is displayed. But paypal checks the site if there is the text "blah bla thank you for your order blah login to paypal to see order details etc" - and if it doesn't find the text, it complains. And it can't find the text, because it's only displayed if there was an order.

But there is a simple workaround: just build a hidden wysiwyg page with the sentence suggested by paypal and enter the complete link to *this* site as return page at paypal. Paypal will accept this, and - voodoo?! - in the end of processing the payment, the bakery confirmation page is displayed nevertheless.

Regards
-instantflorian.
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #708 on: March 16, 2010, 09:14:04 PM »

Hi westonjeff, hi instantflorian

http://dallasbrass.dce.k12.wi.us?pm=paypal

PayPal threw an error as follows:
You must enter a properly formatted Return URL. If you do not enter a properly formatted Return URL, which includes the Return URL requirements, Auto Return will not be turned on and applied to your Website Payment pages.

Just made some tests and figured out that it is best if you chop the get parameters (?pm=paypal) of the return url provided by Bakery.
Just use http://dallasbrass.dce.k12.wi.us
Hope this will stop PayPal moaning about not properly formatted return url.

Regards Christoph
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #709 on: March 19, 2010, 08:55:55 PM »


New Version of Bakery:

VERSION 1.5.2 (03/19/2010)


VERSION HISTORY
Bakery 1.5.2 version history

KNOW HOW
Further information can be found on the Bakery Website.

DOWNLOAD
Download from the Bakery Website.

PLEASE NOTE
Please read the upgrade notes when upgrading to version 1.5.2.


Christoph
Logged
viercent

Offline Offline

Posts: 18



WWW
« Reply #710 on: March 22, 2010, 06:02:15 PM »

hmm, the lightbox doesn't work properly :O
http://www.ddmimmo.nl/pages/bakery/laat-gotische-pastorie-in-duitland-2.php
(site is in dutch)

does anyone now how to fix this?
Logged
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #711 on: March 22, 2010, 06:17:19 PM »

Quote
the lightbox doesn't work properly

Viercent's right. The Lightbox doesn't work properly with Bakery 1.52

@ Viercent: disable Lightbox (under page settings in your bakery) untill the bug is solved.

Boudi
Logged

...:: Bake the Unbakable ::...
instantflorian

Offline Offline

Posts: 683



WWW
« Reply #712 on: March 22, 2010, 07:01:46 PM »

I guess you missed to add
Code:
<?php 
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>

to the head of your template...

Regards
-instantflorian.
Logged
viercent

Offline Offline

Posts: 18



WWW
« Reply #713 on: March 22, 2010, 09:49:13 PM »

I guess you missed to add
Code:
<?php 
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>

to the head of your template...

Regards
-instantflorian.

You saved my day =D
thanks, that worked!!

@Boudi, it works just fine actually... but thnx for the reply Wink
Logged
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #714 on: March 22, 2010, 09:56:32 PM »

Now I see,

My fault indeed. Tested it with a blank template dumb Boudi  angry

Thnq Florian Smiley
Logged

...:: Bake the Unbakable ::...
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #715 on: March 22, 2010, 10:42:41 PM »

I just did some testpayments with a clean Bakery 1.5.2 install and Paypal on a WB 2.7 shop:

- I receive NO emails. Only a Paypal email that the payment was succesfull.

  • A payment was successfull notification after an automatic redirect from Paypal to the website again
  • All the Paypal settings are correct
  • There is no error of any kind
  • ...only...no email is send to the customer

I double checked all the settings in Bakery as well in Paypal. Everything works fine...only NO email.

The shop is already online so urgent help would be highly appreciated!

Boudi
« Last Edit: March 23, 2010, 10:40:44 AM by Boudi » Logged

...:: Bake the Unbakable ::...
sozanski

Offline Offline

Posts: 8


« Reply #716 on: March 23, 2010, 09:28:40 PM »

Looking for some to make me another payment gateway in the bakery module.
I want customers to be able to select for Rembours when selecting a payment and the extra costs for it need to be added asswell.

Paying for it, PM or mail me at kevin.sozanski@gmail.com
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #717 on: March 23, 2010, 09:41:07 PM »

Hi Sozanski

I want customers to be able to select for Rembours when selecting a payment and the extra costs for it need to be added asswell.

Could you please give some more details about this payment method and how exactly Bakery should handle the Rembours.

Regards Christoph
Logged
snark
Guest
« Reply #718 on: March 23, 2010, 10:57:56 PM »

if you find a way please also make the possibillity to add a certain extra amount when people select paypal or ideal(mollie)

this would be very nice...
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #719 on: March 24, 2010, 08:42:46 AM »

Hi Snoork

... to add a certain extra amount when people select paypal or ideal(mollie)...
Do you think of a flat rate or as percentage of the purchase amount?

Regards Christoph
Logged
sozanski

Offline Offline

Posts: 8


« Reply #720 on: March 24, 2010, 10:39:35 AM »

Hi Snoork

... to add a certain extra amount when people select paypal or ideal(mollie)...
Do you think of a flat rate or as percentage of the purchase amount?

Regards Christoph

This would be very nice indeed.

For iDEAL (Mollie) it would be ideal if you could add €0,90 extre fee for the transaction (since this is what mollie transaction costs). For PayPal 0,48 EUR + 3,4% would be nice.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« Reply #721 on: March 24, 2010, 11:02:28 AM »

For iDEAL (Mollie) it would be ideal if you could add €0,90 extre fee for the transaction (since this is what mollie transaction costs). For PayPal 0,48 EUR + 3,4% would be nice.

You are aware though, that according to the terms and conditions of PayPal you are not allowed to surcharge your customer?

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #722 on: March 24, 2010, 03:19:58 PM »

Hi there,

Am I the only one who does not receive an email from bakery after I payed successfully with Paypal?
I use the latest version 1.5.2. Everything works fine, but no invoice email is sent.

Boudi
Logged

...:: Bake the Unbakable ::...
sozanski

Offline Offline

Posts: 8


« Reply #723 on: March 25, 2010, 01:09:17 PM »

Hi again,

I've recently switched my "add to cart" submit button to an image with the following code:
Code:
<input type="image" src="http://www.sextoys4all.nl/templates/sextoys4all/images/wagen.gif" border="0" alt="Voeg toe aan winkelwagen" name="add_to_cart" class="mod_bakery_bt_add_f" value="[ADD_TO_CART]" />

This works in both Firefox and Chroom, and guess what, it doesnt work in IE (no version whatsoever).
I've read through http://www.bakery-shop.ch/#shopnavigation and I've searched on the forum, no answer to be found.
I've also succesfully updated to the latest Bakery version.

I saw the Javascript option but I dont have the proper Javascript that goes along with it, maybe you can link it?

Thanks in advance.
« Last Edit: March 25, 2010, 06:03:20 PM by sozanski » Logged
detonablue

Offline Offline

Posts: 7


« Reply #724 on: March 26, 2010, 12:29:33 PM »

Hi there,

because of this very long thread i have opened a new one for my question (hope this is okay):

different languages for items
http://www.websitebaker2.org/forum/index.php/topic,17713.0.html


many thanks for your help

tom
Logged
Pages: 1 ... 27 28 [29] 30 31 ... 34   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!