How do i edit the link and caption of the left and right columns?

Hi, I cant seem to find the place to edit the left and right column ads. I have found the images and replaced them but not the place to edit the link and caption.

Attachment 13219

1 answer

Profile photo of thangnn1510 0.00 $tone May 20, 2011
Public

Hi Serr!

Please change this code:

Code:

<reference name="left">
            <block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
            <block type="core/template" name="left.permanent.callout" after="left.poll" 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>
        </reference>
        <reference name="right">
            <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
                <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
                <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (084) 912-939-475.</alt></action>
                <action method="setLinkUrl"><url>checkout/cart</url></action>
            </block>
        </reference>

in catalog.xml of app\design\frontend\default\jm_mozanis\layout.

#1

Please login or Register to Submit Answer

Written By

Comments