Jump to content

<SOLVED>Separate shipping cost


Recommended Posts

The issue I am having is:
Let's say my products have a flat rate shipping cost of $9.95(shA) per order (ITEMS-A), while a few items (ITEM-B) have a fixed shipping & handling cost of $199(shB). (really heavy)

when ordering, it needs to be processed as follow:

SCENARIO 1: ITEM-A + ITEM-A + ITEM-B = {A+A+shA} + {B+shB}
FINAL PRICE: A+A+shA+b+shB



SCENARIO 2: ITEM-B = {B+shB}
FINAL PRICE: B+shB


How to NOT INCLUDE the $9.95 in scenario 2?


SCENARIO 3: ITEM-A + ITEM-A + ITEM-A = {A+A+A+shA}
FINAL PRICE: A+A+A+shA





I tried setting this with attributes, then tried combinations, i can't find how to solve this problem.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...