AbanteCart Community
AbanteCart Development => Extensions and Add-Ons => Shipping Modules => Topic started 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.
-
This is not currently possible. You can try to tweak Weight Based Shipping extension code to do this for you.
-
What files control weight shipping ?
-
Model:
extensions/default_weight/storefront/model/extension/default_weight.php
-
Thank you, I'll take a look.