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