View Single Post
  #3  
Old 01-30-2015, 06:01 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: if statment to put code in head on cart page

{if $main eq "cart"} - cart page
{if $main eq "checkout'} - checkout pages - but depending on the checkout used this may be different - FLC, OPC, AC OPC...

'order_message' is the mode for order confirmation page

You can also use

{if $smarty.get.mode eq 'order_message'} which will be the order confirmation page
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote