Jump to content

< Solved > Banner on Product Pages


Recommended Posts

you want to use banner / image for all pages? or maybe for each product you want to use different image / banner ?

im asking, because second method isn't as simple as it seems (this will need a huge modificaiton of the sources of the .tpl or external module)

 

if you want to use one type of image / banner for each product page, you should edit product.tpl file located in your theme directory

 

if you've got any questions related to this case (like questions related to the product.tpl file modification) - feel free to write

Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...

hi!

i want to show different banner for different id category  in product.tpl

for example:

banner1 in category ipad

banner2 in category iphone

...

 

i used this code but dont work

{if $category->id == 6}  banner1 {/if}

{if $category->id == 7}  banner2 {/if}

...

 

thanx!
        
               
       
       

 

ps 1.5.6.2

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...