oscommercerules Posted October 2, 2008 Posted October 2, 2008 Hello, Can anyone help with following needed: Flat Rate from 1-5 items = $7.00 + any additional items at $1.50 per item Regards, John Quote
♥FWR Media Posted October 2, 2008 Posted October 2, 2008 (edited) Hello, Can anyone help with following needed: Flat Rate from 1-5 items = $7.00 + any additional items at $1.50 per item Regards, John Just a quick glance but try the following: - (presuming the file is catalog/includes/modules/shipping/flat.php) // class methods function quote($method = '') { global $order, $shipping_num_boxes; $this->quotes = array('id' => $this->code, 'module' => MODULE_SHIPPING_FLAT_TEXT_TITLE, 'methods' => array(array('id' => $this->code, 'title' => MODULE_SHIPPING_FLAT_TEXT_WAY, 'cost' => MODULE_SHIPPING_FLAT_COST + (($shipping_num_boxes-1) * 1.50)))); Edited October 2, 2008 by FWR Media Quote Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.