Hi there,
I would like to add a few banner to left side on category page.
How can I do it?
Regards,
3 answers
Hi igoldshop,
Please send me your site, admin, FTP, and some screenshot will help me more understand.
Best Regards,
Ziven,
Hi there,
for example “http://demo.ubertheme.com/#gem” click to Mens under “Compare” you will see a banner.
I would like to do same for a few categories (different banners).
@igoldshop,
Please go to the file: app\design\frontend\gem\default\layout\catalog.xml from at line 53 to 57 and see the code. please change if you want.
<block type="core/template" name="right.permanent.callout" after="-" template="callouts/left_col.phtml">
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
<action method="setLinkUrl"><url>checkout/cart</url></action>
</block>
Good Luck.