I am in the process of setting up shipping tables for the products on our site,
All our UK Mainland deliveries have free delivery, but we charge for non mainland and international deliveries
We have them split into 2 bands which are based on weight
so for example for Europe
band 1 (light stuff) can be £10
Band 2 (big/heavy stuff) can be £25
I have set up the shipping tables and applied weights to each product. 0.5kg for anything in Band one 5.0Kg for anything in band 2
what i want to be able to do is show on the product page which band the product would be in, hopefully without me having to do anything!
what i would like to happen is to have something (probably some javascript) that checks the weight of the item then displays "shipping band 1" or "Shipping Band 2" depending on the outcome
Is this possible, anybody got any ideas how i would do it?
just as a note: If possible i would like to do this with out the actual weight being displayed because i have only used 2 weights most are not correct for each item!
Thanks
AndrewPK
All our UK Mainland deliveries have free delivery, but we charge for non mainland and international deliveries
We have them split into 2 bands which are based on weight
so for example for Europe
band 1 (light stuff) can be £10
Band 2 (big/heavy stuff) can be £25
I have set up the shipping tables and applied weights to each product. 0.5kg for anything in Band one 5.0Kg for anything in band 2
what i want to be able to do is show on the product page which band the product would be in, hopefully without me having to do anything!
what i would like to happen is to have something (probably some javascript) that checks the weight of the item then displays "shipping band 1" or "Shipping Band 2" depending on the outcome
Is this possible, anybody got any ideas how i would do it?
just as a note: If possible i would like to do this with out the actual weight being displayed because i have only used 2 weights most are not correct for each item!
Thanks
AndrewPK
Comment