Google Checkout for osCMax 1.4.0-beta 1.2
| Download | Size | md5 hash |
|---|---|---|
| google-checkout-oscmax-v1.4beta1.2.zip | 140.92 KB | 4694b9fc9263381c5c33edcf31a4c411 |
google-checkout-oscmax-v1.4beta1.2.zip
Changes:
Fixed minor bug in googleshpping.php
added this to the $mc_shipping_methods array
'indvship' => array(
and
added this to the $mc_shipping_methods_names array
and in the includes/modules/payment
$this->shipping_support = array("flat", "item", "itemint", "table");
with
$this->shipping_support = array("flat", "item", "itemint", "table", "indvship");
