Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Weight Based Table Rate Shipping


hizazy

Recommended Posts

Hello,

I'm setting up our office merchant page, when come to the shipping price on weight based, seems like the table rate is not working. I'm listing the shipping rate like this 0.001 - 0.005 = 5.95(follow the rate from our national courier). Is that something worng with shipping value i've added?any ideas to solve this problems?

Regards,

Hizazy.

Link to comment
Share on other sites

The syntax for table rate is shown as an example in the module:

The shipping cost is based on the total cost or weight of items. Example: 25:8.50,50:5.50,etc.. Up to 25 charge 8.50, from there to 50 charge 5.50, etc

where units/decimal places are as introduced in products weight and price in default currency

Link to comment
Share on other sites

  • 2 weeks later...

Let me explain

Here is my weight based table  100:2.00,250:2.30,345:3.40,2000:4.40,5000:7.50

It equates to;

0-100 grams £2.00

101-250 grams £2.30

251-345 grams £3.40

346-2000 grams £4.50

2001-5000 grams £7.50

I hope this helps.

Martin

Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.

Link to comment
Share on other sites

You can have it as grams if you wish

In includes/languages/english/modules/shipping/zones.php change line 16

define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'grams');

On the product listing if it is 186 grams input 186.00

Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.

Link to comment
Share on other sites

29 minutes ago, ruden said:

What is the data

Configuration -> Shipping/Packaging

No

It is in Modules-> Shipping and then install the Zones module

Mine looks like this

Capture.JPG.443bc8130d23155ff4525eccf9d6042e.JPG


 

 

Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.

Link to comment
Share on other sites

Ok

Configuration -> Shipping/Packaging

Enter the Maximum Package Weight you will ship  SHIPPING_MAX_WEIGHT

Package Tare weight  SHIPPING_BOX_WEIGHT

Larger packages - percentage increase  SHIPPING_BOX_PADDING

These parameters are used in calculation

In includes/classes/shipping.php 54-62

 

Link to comment
Share on other sites

6 minutes ago, ruden said:

Ok

Configuration -> Shipping/Packaging

Enter the Maximum Package Weight you will ship  SHIPPING_MAX_WEIGHT

Package Tare weight  SHIPPING_BOX_WEIGHT

Larger packages - percentage increase  SHIPPING_BOX_PADDING

These parameters are used in calculation

In includes/classes/shipping.php 54-62

 

I am confused. I thought I was helping you not you teaching me. I know how to set up all the parameters you mention. I was trying to clarify Raiwa's post and help cmjain735

Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...