Edit Image on right hand side of page

Hi Guys,

On the site http://www.cellar2door.com I managed to work out in static blocks how to edit the image on the right hand banner position.

However, on pages like http://www.cellar2door.com/index.php…l?alias=Shiraz I cannot work out where to edit the banner that appears on the right which has the picture of the backpacker and says 30% of clothing?

I tried to use inspect element in firebug but I cannot see the correct details.

Any ideas?

Jim

3 answers

Profile photo of Saguaros 0.00 $tone August 22, 2014
Public

Hi Jim,

It’s callout image and you can find it’s declared in this file: \app\design\frontend\default\jm_travelgear\layout\ catalog.xml

At approx line 52:

Code:

<block type="core/template" name="right.permanent.callout"  template="callouts/right_col.phtml" after="catalog.compare.sidebar">
	<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>
#1
Profile photo of James Weston 2860.00 $tone August 22, 2014
Public

Thanks for the fix. Unfortunately when I block that code out and then flush the caches th.en it still appears at the bottom rights as per theAttachment 39508 attached screenshot

BTW any luck with a solution for the way the price displays?

Many thanks Jim

#2

Please login or Register to Submit Answer

Written By

Comments