View Single Post
  #3  
Old 05-05-2017, 02:28 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: how to add extra text at product page

On customer/main/product.tpl or product_details.tpl (depending where you want it to appear) add something like this:

PHP Code:
{if $cat eq 123}
aaaaaaaaaaaaaa
{elseif $cat eq 234}
bbbbbbbbbbbbbb
{/if} 
Admin Categories can show you the id number of each category (look in link or page address).
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote