Which file has the code for the block block-banner

Hi wish to change the image on the checkout page and the phone number for the contact.
I can’t seem to find which file this info is in?
Thank you

4 answers

Profile photo of Linda Allen 0.00 $tone January 24, 2012
Public

I was just looking for an answer for this same question. Here’s a screen shot from my demo site. It’s the block on the right with the thick orange frame around a living room photo. Code refers to addons.css (line 114). Also reference col_right_callout.jpg. Can this block be managed from admin or is it hard coded?

Attachment 18773

#2
Profile photo of Saguaros 0.00 $tone January 26, 2012
Public

Hi there,
It’s hard coded and you could manage it by going to dir: \app\design\frontend\default\jm_deco\layout\catalo g.xml
Scroll down to approx line 64 and you can see block named "right.permanent.callout" inside:

Code:

<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>

Hope this helps.

#3

This question is now closed

Written By

Comments