
Originally Posted by
dr_james_leo
Has anyone else used Google Checkout with Zen Cart and got the shipping working properly?
hey there, i had the same problem, i then went into a file called
googlecheckout.php
located in"includes/modules/payment/"
in there on line 63
Code:
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');
now since my shipping isn't called any of them
i added mine to the end of the code
Code:
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational', 'ukmainland');
now seems to be working for me