Jump to content

Carrier Maximum Package Dimensions Have To Be An Integer?


Skazz

Recommended Posts

Hi, I really hope someone can help, it sounds like a small problem but here goes. When I am setting up various carrier options in the back office, it asks me for the maximum package dimensions (width, length, depth, weight) and the measurements are in cm (except weight:)). However, one of the carriers options has a cut off point from one type of shipping based on depth, and this point is 2.5cm. If I try and enter 2.5 it tells me there's an error, and will only accept integers.

 

Interestingly, in the product catalog under 'shipping' I can enter 0.5 or any other fraction displayed as a decimal.

 

Is there any way I can implement this for the carriers section too?

 

Thanks in advance!

All the best,

Kat

Link to comment
Share on other sites

Strange. There are differences between the product and carrier tables.

 

ps_product:

width, height, depth, weight - decimal(20,6)

 

ps_carrier:

max_width, max_height, max_depth - int

max_weight - decimal(20,6)

 

Try to change the ps_carrier schema if it is enough.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...