AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Shipping Modules => Topic started by: Loreto on October 09, 2013, 04:17:30 PM

Title: Just a question about weight shipping...
Post by: Loreto on October 09, 2013, 04:17:30 PM
Hi, Is there a way that, when a product has a determinate weight, this shipping method will not show as an option ?

The question is because I have two different weight shipping methods, and I want that some products will have one of them.

thank you.
Title: Re: Just a question about weight shipping...
Post by: abantecart on October 09, 2013, 09:10:47 PM
This is not currently possible. You can try to tweak Weight Based Shipping extension code to do this for you.
Title: Re: Just a question about weight shipping...
Post by: Loreto on October 10, 2013, 03:12:31 PM
What files control weight shipping ?
Title: Re: Just a question about weight shipping...
Post by: abantecart on October 12, 2013, 12:13:09 PM
Model:
extensions/default_weight/storefront/model/extension/default_weight.php

Title: Re: Just a question about weight shipping...
Post by: Loreto on October 13, 2013, 01:09:04 PM
Thank you, I'll take a look.