Re: Google Checkout module for Zen Cart 1.3.x (beta)
Dear All,
I don't know if anyone else has been having this issue, but when a Customer is logged in. After adding a item to there cart, and then viewing the cart with shipping estimator showing on the shopping cart page. The whole right column side-boxes and footer do not show on the page and if you look in the error logs you get the cryptic message
Fatal error: Cannot redeclare class order in /****/****/public_html/includes/classes/order.php on line (usually this is the last line of the order.php file)
After many hours of looking on the forums here. I finally did the bandaid fix (as DrBytes said) of changing the
PHP Code:
require(DIR_WS_CLASSES . 'order.php');
in file shipping_estimator.php to
PHP Code:
require_once(DIR_WS_CLASSES . 'order.php');
I do not know why the issue is in the latest version(s) of Zen Cart, but this does fix the display issue.
I hope this information helps you too.
--
Red Baron
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Has anybody got shipping to show on the invoices/packing slips on Google Checkout Orders (Merchant Calculated)?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I'm getting a time out error message for a cart on my server. Does anyone have any ideas about what I can do? This has got to be the most challenging mod / integration I've ever dealt with. And then this thread is just a monster to navigate!
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hey everyone, have any of you installed GC with ZenCart 1.3.9?
My Specs:
ZenCart 1.3.9h, upgraded from 1.3.9f
I have a "pure black" template added on as well as a "grid product display".
My site is very simple and only uses Paypal, the shipping module is set to free shipping.
Site Address: www.thehustlelusionstore.com
My problem: I followed the tedious instructions of GC, putting files into directories, editing PHP files, etc. But GC does not show up as a payment module in my admin. I was very careful in checking that all the files went into the right places.
Can anyone please help me? I'm pretty new to this.
Also, how do I check if I have "libCurl" installed or enabled? I have no idea what that is.
Any help is appreciated!
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Anyone knows of Google checkout works alright with 1.38? Interested in trying but not sure if it is good. It is still in beta?? Thanks. ANY INPUT would be appreciated.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
iv got it working on my ZC, latest version, fully updated
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Hi,
Must be stupid today. Site address: www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00
Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:
Error: Shipping Methods not configured
rm1stpacketsf (ignored)
rm2ndpacketsf (ignored)
rmstdparcels100 (ignored)
rmstdparcels250 (ignored)
rmstdparcels500 (ignored)
If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?
With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
barendfaber
Hi,
Must be stupid today. Site address:
www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00
Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:
Error: Shipping Methods not configured
rm1stpacketsf (ignored)
rm2ndpacketsf (ignored)
rmstdparcels100 (ignored)
rmstdparcels250 (ignored)
rmstdparcels500 (ignored)
If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?
With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...
did you remember to correctly set up your shipping_methods.php file? There is a generator for you in the ZenCart admin.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.
I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
delia
One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.
I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?
You can actually change the order by changing the shipping_methods.php file in your google checkout directory. Rearranging the options in that file rearranges it in GoogleCheckout's page. Make sure you know what you are doing.