WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
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.075Is there a fix for this or maybe a way to round to only two places.
// Put order total into the session var for use with payment gateways$_SESSION['bakery']['order_total'] = $order_total;
// Put rounded order total into the session var for use with payment gateways$_SESSION['bakery']['order_total'] = round($order_total, 2);
ORDER BY modified_when
http://dallasbrass.dce.k12.wi.us?pm=paypalPayPal 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.
the lightbox doesn't work properly
<?php if(function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('js');} ?>
I guess you missed to add Code: [Select]<?php if(function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('js');} ?>to the head of your template... Regards-instantflorian.
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.
... to add a certain extra amount when people select paypal or ideal(mollie)...
Hi SnoorkQuote from: snoork on March 23, 2010, 10:57:56 PM... 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
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.
<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]" />