Where I can change the name BROWSE BOOKS and SPECIAL BOOKS?

Where I can change the name BROWSE BOOKS and SPECIAL BOOKS?

7 answers

Profile photo of Kruno Novosel 0.00 $tone November 25, 2013
Public

Check for BROWSE BOOKS if this code looks like this in file:
/public_html/app/design/frontend/default/jm_book/template/catalog/layer/view.phtml

LINE 39:
<strong><span><?php echo $this->__(‘Browse books’) ?></span></strong>
i
f not, change this

#3
Profile photo of Kruno Novosel 0.00 $tone November 25, 2013
Public

For the SPEACIAL BOOKS is the same case as for BROWSE BOOKS but in different file:
/public_html/app/design/frontend/default/jm_book/template/joomlart/jmproductsslider/verticallist.phtml

Check LINE 67
<strong><span><?php echo $this->__(‘Special Books’) ?></span></strong>

If you are talking about Quick view button:
For the button Add to cart check somewhere in /public_html/app/design/frontend/base/default/template/jmquickview folder. On the same way as you did above, find this button and put there <?php echo $this->__(‘Add to cart’) ?>

#5
Profile photo of Sherlock 0.00 $tone November 26, 2013
Public

Special Books Done.Thanks so much! Looking for the file to end the "ADD TO CART"Problem.

For this you can open the file of app\design\frontend\default\jm_booktemplate\catal og\product\view.phtml there you would see

HTML Code:

  <span><span><i class="icon-shopping-cart"></i>Add to Cart</span>

I hope it helps !

#7

Please login or Register to Submit Answer

Written By

Comments