View Single Post
  #18  
Old 07-21-2010, 01:45 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: custom add to cart button

Looks like you are getting it.
Yes it is possible to have thing only show on certain parts of the site.

There is a varable called main.

so it would go like this..

{$main eq 'certain-section'}
html
{if}

or

{$main eq 'certain-section'}
certain-section html
{elseif $main eq 'different-section'
dif-sedtion html
{else}
html on all pages here
{if}

you can look in home_main.tpl to find many of the sections.

I believe you are looking for {if main eq 'need_login'} tho
__________________
xcart 5.1.2
Reply With Quote