How to change title of BROWSE BOOKS and SPECIAL BOOKS ?

Hi,
I bought JM_BookShop theme and I am working on JM Bookshop and I want to change the title of BROWSE BOOKS and SPECIAL BOOKS but unfortunately I couldn’t find any thing http://www.joomlart.com/documentation/magento-themes/jm-bookshop.
Could you guide me about this problem?
Regards
 

1 answer

Profile photo of Windig Staff 3760.00 $tone January 9, 2015
Public

Hi Ali Sadr,
These two blocks are managed by core Magento.
1. To change the title of BROWSE BOOKS, you must go to \app\design\frontend\default\jm_book\template\catalog\layer then open file view.phtml
In this file, you can change the title at these code lines

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

    
Click save file
Go to backend to clear cache and reindex data
2. To change the title of SPECIAL BOOKS, you must go to \app\design\frontend\default\jm_book\template\joomlart\jmproductsslider then open file verticallist.phtml
Change the title at

 <div class="block-title">
<strong><span>Special books</span></strong>
</div>

    
Click save file
Go to backend to clear cache and reindex data
I hope you could change the title of the blocks as you want.
Tks and br,
Ozil
 

#1

Please login or Register to Submit Answer

Written By

Comments