Quote:
That will work but I will lose the option for a customer to add a coupon on the cart page if there are items in the cart.
Being they can add the coupon code on the one page checkout this may be ok.
|
In my opinion, the ONLY place to add a coupon is right with payment (read: checkout_one) -- however, if a coupon is used to add a free item to the cart, this is a potential gotcha -- since the customer won't see the free item added to the cart -- but I still like this better than the alternative of more than one place for a coupon code.
I used this to hide the minicart on home.tpl if the cart was empty -- maybe this will work?
{if $minicart_total_items ne ""}