An updated package has been released that fixes a few bugs, most notably adding compatibility with individual shipping in osCMax.
To upgrade your module:
1. Disable the googlecheckout module in the osCMax admin panel. Be sure to copy down all the info for easy reference, as it will have to be added again.
2. Upload the new googlecheckout files. If you are updating an existing install, see the changelog for the files you need to upload.
3. Re-install the module in the osCMax admin panel
Changes:
added this to the $mc_shipping_methods array
'indvship' => array(
'domestic_types' =>
array(
'indvship' => 'Individual Shipping'
),
'international_types' =>
array(
'indvship' => 'Individual Shipping intl'
),
),
and
added this to the $mc_shipping_methods_names array
'indvship' => 'Indvship',
and in the includes/modules/payment/googlecheckout.php file line 52 change
$this->shipping_support = array("flat", "item", "itemint", "table");
with
$this->shipping_support = array("flat", "item", "itemint", "table", "indvship");




LinkBack URL
About LinkBacks









Bookmarks