| google-checkout-oscmax-v1.4beta1.2.zip Changes: Fixed minor bug in googleshpping.php 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"); |