View Single Post
  #5  
Old 02-28-2008, 04:19 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Your Cart Is Empty Page

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 ""}
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote