Universal Setting Plugin for Advanced Shipping for Magento 1
€120.00
In stock
SKU
magento1-module-adv-ship-universal-setting-addon
What is Universal Setting Plugin?
Universal Setting is a plugin for Advanced Shipping for Magento 1.
This plugin allows you to hide or change price of any shipping method regardless of the shipping modules used.
The configuration can use the same variables and functions as Advanced Shipping for Magento 1.
Functionalities
Two actions are available:
- deactivate a shipping method
- modify the price of a shipping method
To activate/deactivate a shipping method or to modify its price, you can use:
- the destination, the weight, the price (excluding tax or including tax, before or after discount), the quantity
- the customer group or a customer attribute
- the categories, product attributes or item options
- custom variables, the promotional code, the store id, the date, etc…
- a formula combining all variables that you need
- regular expressions to filter postcodes for example
Example of configuration
{ "flatrate/flatrate": { "enabled": "{cart.weight} > 10" }, "tablerate/bestway": { "enabled": "{cart.weight} <= 10", "fees": "{sum product.shipping_fees}" } }
Documentation
Read the documentation of Advanced Shipping
Platform | Magento 1 / OpenMage |
---|---|
Category | Shipping |
Summary | Hide or change price of methods regardless the shipping module |