Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  MultiGeoZone MultiTable Shipping

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Updated mzmt.php, and language files for Multi Zone Multi Table Shipping Module

Solution provided by David Samblas (david at tuxbrain.com)

April 28, 2009



DESCRIPTION:
Fix showing total oder weigth and allows to define the units in the language file
Files attached also includes th Fix 1.21

in file includes/modules/shipping/mzmt.php

arround line 49
replace
// class methods

function quote($method = '') {

global $order;



$this->quotes = array('id' => $this->code,

'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $shipping_weight . ' 'lbs.)',

'methods' => array());

with

// class methods

function quote($method = '') {

global $order, $shipping_weight;



$this->quotes = array('id' => $this->code,

'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $shipping_weight . ' '.MODULE_SHIPPING_MZMT_TEXT_UNIT.')',

'methods' => array());

in file includes/includes/languages/english/modules/shipping/

add the following line
define('MODULE_SHIPPING_MZMT_TEXT_UNIT', 'kg');
Updated catalog/includes/modules/shipping/mzmt.php file which fixes an error when trying to use the Order Editor on an order that uses this shipping module.

The error was as follows:
Fatal error: Call to a member function show_total() on a non-object in

/catalog/includes/modules/shipping/mzmt.php on line 137

This package includes only the updated mzmt.php file as well as instructions for replacing the function manually.

All credit goes to Jim Keebaugh (kymation on the OsC Forums) for the fix and to Robert Fisher for helping.
   Posted on: 04/15/2009     See contribution details Request Installation with Paid service