1. On the category.php page, place the {IF-ORDER-USES-SHIPPING-END} tag after the any shipping or notice related QuickCode tags to display if the customer's basket contains any products that require shipping. Use the {IF-ORDER-USES-SHIPPING-BEGIN} tag after the shipping or notice related QuickCode tags.
2. Example:
Does your order require shipping?:
{IF-ORDER-USES-SHIPPING-BEGIN}Yes, your order requires shipping!{IF-ORDER-USES-SHIPPING-END}
3. Would display this if the customer pays via a Coupon Code:
Does your order require shipping? Yes, your order requires shipping!
|