I also forgot to say do i need a Sandbox Merchant ID & Key, or can i just use https://checkout.google.com/
Printable View
I also forgot to say do i need a Sandbox Merchant ID & Key, or can i just use https://checkout.google.com/
Hi PPL i managed to sort it out :clap:
The problem, was because i had an option where buyers could collect from the store, and the price of this was set at 0, and no VAT
I not changed it so the price is 0 + VAT and now its working :clap:
Thanks for your responses anyway :clap:
As a result of data missing for a recent Google Checkout customer account, I was receiving these database errors in admin when the customers account was highlighted:
- Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1099
- Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1101
This new customer account had been created but was missing required fields. Seeing as this isn't possible using the standard sign up process, I can only assume it has something to do with Google Checkout. She checked out using GC and so it seems as though GC is creating customer accounts automatically but is somehow inserting the customer data in the wrong fields.
Has anyone seen this before?
hello i have installed the flate rate clone its working with googlecart, i have made a clone of the clone so that i know have 3 flat rates, theproblem i have is that google check out picks up the flat rate price for the first flat rate price,
in googlecheckout.php i see
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');
i have called one of the clones flatworld and i have tried adding "flatworld" into the array but i just get a oops error in the google checkout can any one help me with this thank you
Hi i set up my set up individual shipping charges per item.
With the Per unit perweightunit module with this tutorial https://www.zen-cart.com/tutorials/i...hp?article=208
Everything seems to be fine, but when i check out with Google checkout shipping is displayed as £0
Does anybody know how i can solve this problem out in google checkout?
Thanks in advance :bigups:
Edit the GC Payment Module from your ZC Admin and look for this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method
Shipping Generator
Click on the Shipping Generator and create a new shipping_methods.php file to put in your googlecheckout folder.
Hi limelites, thanks for getting back to me :bigups:
I clicked on the Shipping Generator, iam guessing the Domestic & Int' Shipping address would be my own address could i leave the cart info blank?
i than give a name Method Code: e.g Delivery & Method Fancy Name: Delvery Cost
It than generates some code below i than copy the text and past into googlecheckout/shipping_methods.php file
So what do i do now? I mean will this enable me to charge delivery cost from weight?
Becaue the way i set it up product and enter the shipping cost as the product "weight". Is used for the shipping rate for this product ... ie: it is no longer the weight -- it is only the shipping cost. As described in the tutorial https://www.zen-cart.com/tutorials/i...hp?article=208
Works in Paypal but still displaying £0 in Google checkout. Hope you can help, Thanks
Yes, when you open the shipping generator, just leave the postcodes and everything that's there by default and generate the code.
You'll need to paste that code into the shipping_methods.php and upload that to your googlecheckout directory... CHMOD to 644.
The shipping generator should have recognised your shipping mods and the code it's generated should let Google checkout use the same tariffs as you've set in your shipping module.
Hi limelites,
looks like iam doing everything right but it still displaying £0 in Google checkout.
I click shipping generator, just leave the postcodes and everything that's there by default and click on "Get Shipping Methods"
I than click on "Generate", which produces a code. I than copy the code & copy the code over the original googlecheckout/shipping_methods.php file
I than go check it out in Google Checkout and it displaying the shipping method but £0. :frusty:
Am i doing summit wrong????
What shipping module are you using?
If you're in the UK and using Royal Mail then you should be pasting the generated code of the UK file in the googlecheckout directory.