How to add advanced shipping methods

With this feature, we can add the advanced shipping method using different wild carts in the price textbox.

There are many ways in which we can add the advanced shipping method charges.

1. Product based shipping fee.

Using this feature we can add the shipping charges based on each product of the cart.

For eg.: 10.00 * [qty] - To charge 10.00 per quantity in the cart. It will be 50.00 if the cart has 5 quantities.

2. Percentage based shipping fee.

With this feature, we can set the percentage based shipping fee based on the cart subtotal.

For eg.: [fee percent=10] - will set the 10% discount shipping fee based on the cart subtotal.

3. Minimum shipping charges.

With this feature, we can set the minimum shipping charges based on current calculation if we don't want to show the very lower shipping charges in the shipping method.

For eg.: [fee percent=5 min_fee=20] - will first check the 5% of subtotal and if less than $20 then it will set default shipping charges minimum to $20.

If there is 5% of cart subtotal is greater than 20 then it will display that actual price like $42.69

4. Maximum shipping charges.

With this feature, we can set the maximum shipping charges based on current calculation if we don't want to show the higher shipping charges in the shipping method.

For eg.: [fee percent=5 max_fee=20] - will first check the 5% of subtotal and if greater than $20 then it will set default shipping charges maximum to $20.

If there is 5% of cart subtotal is less than 20 then it will display that actual price like $12.50

There are many advanced shipping methods we can create based on our business.

Review in the below preview for how to set advanced shipping charges.

Screenshot - 1: (Admin: Advanced shipping method settings preview)

Screenshot - 2: (Shipping method front side veiew)

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.