Oba-san
- Join Date:
- Sep 2003
- Location:
- Ohio
- Posts:
- 62,757
- Plugin Contributions:
- 1
Show Item is FREE shipping in the CART.
You need to customize the FREE SHIPPING! freeshipper shiping module ...
if (zen_get_shipping_enabled($this->code)) {
$this->enabled = ((MODULE_SHIPPING_FREESHIPPER_STATUS == 'True') ? true : false);
}
// bof: disallow for Canada, Alaska, Hawaii
if ($order->delivery['country']['id'] == 38 || ($order->delivery['country']['id'] == 223 && $order->delivery['state'] == 'Alaska') || ($order->delivery['country']['id'] == 223 && $order->delivery['state'] == 'Hawaii')) {
$this->enabled = false;
}
// eof: disallow for Canada, Alaska, Hawaii
if ( ($this->enabled == true) && ((int)MODULE_SHIPPING_FREESHIPPER_ZONE > 0) ) {