Get Delivery Fee to change base on number of stores

HI there I am trying to get the shipping cost to change based on the number of stores a customer shops at. So when they shop at more than two stores the shipping fee is $ 80 and when they shop at more than 3 stores the shipping cost is $100. This is what i have so far but it does not seem to work.

It should be equal to 2 or more than 2 and less than 3. Use the equal to sign. You can also store your number values as options and increment the pricing based on that, rather than doing a search on your database.

You can also store your number values as options and increment the pricing based on that, rather than doing a search on your database. How would i do this. I am new need help.

i changed it to the >or equal to 2 and it still does not change the shipping cost even thou there are items from three different stores in the cart

That’s not the correct sign. > means greater than 2. You need equal to 2 or above 2, and less than 3 in one conditional statement.

p.s. I understand you’re new. Would suggest you to have another look at the documentation and the operators. The same operators apply to regular code.

i am not seeing the = sign in the statement. Where wil I find it

This topic was automatically closed after 70 days. New replies are no longer allowed.