Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 21, 2010, 09:40:18 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
WB 2.8.1 released!
Download and additional information are available
here
.
110574
Posts in
15968
Topics by
9312
Members
Latest Member:
rumarsies
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
Bakery: Small Shop Module
Pages:
1
...
27
28
[
29
]
Author
Topic: Bakery: Small Shop Module (Read 82856 times)
westonjeff
Offline
Posts: 10
Re: Bakery: Small Shop Module
«
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
Re: Bakery: Small Shop Module
«
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
Offline
Posts: 528
Re: Bakery: Small Shop Module
«
Reply #702 on:
March 12, 2010, 09:13:49 AM »
Hi itsnick
Quote from: itsnick 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.
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
Offline
Posts: 528
Re: Bakery: Small Shop Module
«
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
snoork
Offline
Posts: 268
Re: Bakery: Small Shop Module
«
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: 10
Return URL not accepted by PayPal?
«
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
Offline
Posts: 528
Re: Bakery: Small Shop Module
«
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
Posts: 232
Paypal return URL
«
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
Offline
Posts: 528
Re: Return URL not accepted by PayPal?
«
Reply #708 on:
March 16, 2010, 09:14:04 PM »
Hi westonjeff, hi instantflorian
Quote from: westonjeff on March 15, 2010, 05:30:00 PM
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
Boudi
Offline
Posts: 501
//o_-\\
Re: Bakery: Small Shop Module
«
Reply #709 on:
March 19, 2010, 10:44:27 AM »
Hi there,
I noticed 2 strange behaviours in one of our bakery shops (V0.9.6)
When checking out with paypal the client is not being send to a new field in which he can log in into Paypal but the Paypalfield is opened within the website. And no it's not an iframe-build website. Since you cannot give the <input> field a target I'm stucked how to solve this
When doing a payment with Paypal not the product name is placed as a description but it says:
"Total amount incl tax and shipping"
What's up with this?
Best regards,
Boudi
Logged
...:: Bake the Unbakable ::...
freeSbee
Offline
Posts: 528
Re: Bakery: Small Shop Module
«
Reply #710 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
Pages:
1
...
27
28
[
29
]
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...