Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Magento Forum

   
Change the hyperlink on the left callout? 
 
Brett
Member
 
Total Posts:  75
Joined:  2007-12-01
 

I figured out how to change the image and change the shoutout box, but I’m having trouble changing the link. This is what I see:

<div class="box">
    
<?php if (strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
        
<a href="<?php echo $this->getLinkUrl() ?>">
    
<?php elseif($this->getLinkUrl()): ?>
        
<a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>">
    
<?php endif ?>
    
<img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>" width="195" alt="<?php echo $this->__($this->getImgAlt()) ?>" style="display:block;" />
    
<?php if ($this->getLinkUrl()): ?>
    
</a>
    
<?php endif ?>
</div>

Im assuming it has something to do with $this->getLinkUrl().

Is there some place for me to store the link URL that is retrieved by this function?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Brett
Member
 
Total Posts:  75
Joined:  2007-12-01
 

Has anyone figured this out? Right now, it points to checkout. I’d much rather if it pointed to my live help script or at least to the contact us page.

 
Magento Community Magento Community
Magento Community
Magento Community
 
pauljg1
Sr. Member
 
Avatar
Total Posts:  136
Joined:  2008-02-22
 

Go into app/design/frontend/default/default/layout/catolog.xml

In the code here you will see where the url path is

<block type="core/template" name="left.permanent.callout" 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 (800DEMO-NUMBER.</alt></action>
                <
action method="setLinkUrl"><url>checkout/cart</url></action>

Change this and you will beable to link where you want to.

 Signature 

My avatar says one thing but the mind says another!

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International) to request a call-back.
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien    Privacy Policy|Terms of Service