I am trying to create a workaround on our website. I need to say if the shipping charge from UPS + the oversized charge we enter per product equal less than 1 (0 or a negative number) the shipping charge should be 0.
Trying to create a work around to do free shipping by product.
The problem is I don’t know ColdFusion. Our system does not have an option for free shipping on the product level. I tested adding a negative amount in the field for upcharge on oversized items. This worked except that if the shipping that was returned was negative it deducted that amount from the sale. Example widget $10 shipping $8.50 and oversized charge was set at -10 the sales was for $8.50. I need to set the negative amount high enough that it covers the range of ground shipping charges, so I need to code the charge can never be less than 0. Hope this makes more sense.
Thanks
Not sure what you are asking. How to write the if statement in ColdFusion?