I'd like to force Shopsite to always show the shipping line in the cart. Right now, shipping only displays when there's an actual charge. When someone selects an item with no shipping, the cart omits that line. Nice if you want the cart to be minimalist, but I want to actually show off the fact that the customer is not paying for shipping. (This is different from the "Free Shipping coupons" in Shopsite config options.)
Is there a way to force Shopsite to always show a "shipping total" line in this section of the cart template?
- Code: Select all
[-- SC_Cart --]
[-- SC_Tax_Shipping --]
Should render something like:
Subtotal $85.00
Shipping $0.00
Total $85.00
As opposed to what it renders now:
Subtotal $85.00
Total $85.00
Please?
Cheers!
...........