How to change the lines NEW PRODUCTS, BROWSE BOOKS and SEE MORE?

Anyone knows…

Attachment 37579

How can I change ou translate these lines?

2 answers

Profile photo of Saguaros 0.00 $tone June 16, 2014
Public

Hi

They are mostly the title of various blocks in this theme:

1. Deals of week and See more:

You can go to administrator > Pages > Static block > change title to your desired text: http://static.joomlart.com/ima…osition7_b.jpg

And open the file: \app\design\frontend\default\jm_booktemplate\joom lart\jmproductsdeal\home-deals.phtml and translate text in this line of code:

PHP Code:

<a href="<?php echo $this->getUrl('deals'?>" title=""><?php echo $this->__('See more');?></a>


2. New Products and See more

Go to this file: \app\design\frontend\default\jm_booktemplate\joom lart\jmproducts\list.phtml

PHP Code:

<div class="page-title category-title">
    <h1>New Products</h1>
    <a href="<?php echo Mage::getBaseUrl()."jmproducts/viewall/index/type/".$config['mode']; ?>">See more</a>
</div>


3. Browse books
Open the file: \app\design\frontend\default\jm_booktemplate\cata log\layer\view.phtml

PHP Code:

    <div class="block-title">
        <strong><span><?php echo $this->__('Browse books'?></span></strong>
    </div>


Hope this helps.

#1

This question is now closed

Written By

Comments