View Single Post
  #2  
Old 05-28-2004, 08:16 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default

Actually, I think I'm on the right track here. I found the free gift template they created and it shows the free gift selection based on this:

Code:
{if $cart.giftproducts ne "" and $products ne "" }.....{/if}

I've just experimented with cart.tpl and inserted this after the txt_cart_header label:

Code:
{if $cart.giftproducts ne "" and $products ne "" }You have spent enough{/if}

This shows up correctly with the gift selection trigger and in probably the right place but I'm thinking that I should create a new label and reference that rather than hard coding static text into cart.tpl. Am I on the right lines?

Thanks

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote