[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Problems With Shipping Costs
I am having a problem computing the shiping cost. We will be having 2
shipping possibilities, orders under $100 are 5.00 dollars and orders over
$100 are free.
I am using the following shipping.asc file:
code description criteria min max formula
default UPS Ground price 0 99.99 5.00
default UPS Ground price 100 999999 0.00
the problem is that the shipping value always comes up as 0 on the checkout
screen. any ideas ? the checkout screen is using the same one in the
sample cart, except that the layout/colors have been changed.
Any suggestions/help are much appreciated.