Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
1. When you change status to shipped, TWO emails are sent to customer, both showing from Google Checkout <
[email protected]>. Not one message but two!
#1 w/ subject: You have received a note from BigShop
#2 w/ subject: Your order from BigShop has shipped (USD365.00)
Why two messages?
Two emails because I believe you included comments when you sent the shipping confirmation. GC can only send shipping confirmation in one email without additional comments so it has to send a separate email with the order comments.
Quote:
Most or all of these issues don't appear to be specific to the mod integration. Rather they appear to be a conscious result of Google Checkout product management decisions. Google appears to be attempting to over-control most aspects of the customer support process. They appear to want to route ALL communications through their servers, for a variety of reasons. If I am mistaken and this is not a conscious decision then the product managers and development team leaders have made grand mistakes and not provided quality oversight to the API developers.
Completely agree, most of this has nothing to do with the GC mod for ZenCart. I knew all of this before hand before I decided to use GoogleCheckout. Lower fees, and now no fees, plus payment guarantee to most countries sure beats paypal.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
hmmm...whenever I change to "shipped" in Zen Cart, Google Checkout service promptly receives order status change communication and then Zen Cart receives response back from Google. Response info appears in the admin orders comments area. And Google sends out TWO emails to customer.
For a list of things to check out see:
http://www.zen-cart.com/forum/showpo...postcount=1187
Are you employing custom mappings in Zen Cart for your order status?
In Zen Cart admin > Localization > Order Status what exactly appears in your list? Copy the list and post to this thread, maintaining the exact order of the list.
Woody
Mappings as defined in our ZC:
Processing
Sent to Warehouse for Shipping
Update
Refund Issued ALLOW 10 BUSINESS
Card Declined Please Call
Shipped
Delivered
In Production
Waiting for Payment to be Mailed
Item Discontinued
Waiting For Customer Response
Order on Hold - Cust Will Call
Credit Pending Upon Inspection
Cancelled
Awaiting Return
Item Received
Cust Received Wrong Rug
Discontinued - On Hold
Hold / Customer Comment
RA # Needed
RA # Issued
MFR Swapping Rug (s)
Un Resolved
Store Credit
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Wildwayne
Can someone install Google Checkout on my Zen Cart Site?
Thanks for the advice. Wayne
Re: Google Checkout Installation Problems
I am trying to install the latest version of the the Google Checkout module (google-checkout-zencart-v1.3RC2). I mod'ed the files as per the instructions. When intalling the module I get the following error:
Fatal error: Call to undefined function: zen_cfg_select_shipping() in /home/content/e/o/v/eoverhead/html/store/admin/modules.php(283) : eval()'d code on line 1
Any ideas? Thanks in advance.
Re: Google Checkout module for Zen Cart (beta)
Wildwayne, do you have a basic ZenCart installation? Any add-ons?
If you have a basic ZenCart installation and no add-ons that could interfere with GC,you may want to try installing it yourself, it's actually very easy to install, just follow the instructions in the readme and installation files.
Re: Google Checkout Installation Problems
Quote:
Originally Posted by
shawnd
I am trying to install the latest version of the the Google Checkout module (google-checkout-zencart-v1.3RC2). I mod'ed the files as per the instructions. When intalling the module I get the following error:
Fatal error: Call to undefined function: zen_cfg_select_shipping() in /home/content/e/o/v/eoverhead/html/store/admin/modules.php(283) : eval()'d code on line 1
Any ideas? Thanks in advance.
Did you rename your admin folder? If so, you need to modify your googlecheckout/gcheckout.php file in the first 'require' statement.
Re: Google Checkout module for Zen Cart (beta)
Hi all
please double check this blog and try the demo sites of Google Checkout integration with Zencart
http://googlecheckoutapi.blogspot.co...-checkout.html
ropu
Re: Google Checkout module for Zen Cart (beta)
I finally did figure out the mismatch between the google status and ZC status. Have everything working now!
Re: Google Checkout module for Zen Cart (beta)
I am sorry for such a lame question but which download do I use for GC?
I just download a fresh Zen 1.37 with no mods or anything.
THANKS!
Re: Google Checkout Installation Problems
Quote:
Originally Posted by
chain_man
Did you rename your admin folder? If so, you need to modify your googlecheckout/gcheckout.php file in the first 'require' statement.
I have the same problem, but there were no changes to the /admin folder.
Searching for zen_cfg_select_shipping() through most of the files comes up with nothing... where should this function exist?
Thanks