westonjeff
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. 
|
|
|
|
« Last Edit: March 11, 2010, 08:22:11 PM by westonjeff »
|
Logged
|
|
|
|
itsnick
Offline
Posts: 24
|
 |
« 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
|
 |
« 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: // Put order total into the session var for use with payment gateways $_SESSION['bakery']['order_total'] = $order_total; Replace by: // Put rounded order total into the session var for use with payment gateways $_SESSION['bakery']['order_total'] = round($order_total, 2); Regards 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
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
|
|
|
|
|
|
instantflorian
Offline
Posts: 683
|
 |
« 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
|
 |
« 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.usHope this will stop PayPal moaning about not properly formatted return url. Regards Christoph
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
Boudi
Addon Team
Offline
Posts: 793
|
 |
« Reply #711 on: March 22, 2010, 06:17:19 PM » |
|
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
Posts: 683
|
 |
« Reply #712 on: March 22, 2010, 07:01:46 PM » |
|
I guess you missed to add <?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
Posts: 18
|
 |
« Reply #713 on: March 22, 2010, 09:49:13 PM » |
|
I guess you missed to add <?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 
|
|
|
|
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 793
|
 |
« Reply #714 on: March 22, 2010, 09:56:32 PM » |
|
Now I see, My fault indeed. Tested it with a blank template dumb Boudi  Thnq Florian 
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
Boudi
Addon Team
Offline
Posts: 793
|
 |
« 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
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
|
 |
« 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
|
 |
« 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
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
|
 |
« 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
Posts: 793
|
 |
« 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
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: <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
|
|
|
|
|
|
|