Skazz Posted December 14, 2015 Share Posted December 14, 2015 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 More sharing options...
tuk66 Posted December 17, 2015 Share Posted December 17, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now