Product Page – How to translate "ADD TO CART", "Review", "Shopping Cart"

Attachment 37582

I coudn’t find where to translate those lines too. Anyone knows where can I translate it?

Please desconsider "Add Your Review", this one I could translate…

Tyvm…

2 answers

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

Hi

1. Shopping Cart
You can open the file: \app\design\frontend\default\jm_booktemplate\page \html\jmtoolbar.phtml, you will see this text at approx line 54

Code:

<span><?php echo $this->__("Shopping Cart ") ?>

2. Review
Open the file: \app\design\frontend\default\jm_booktemplaterevi ew\helper\summary.phtml

PHP Code:

<p class="rating-links">
<a href="<?php echo $this->getReviewsUrl() ?>"><?php echo $this->__('%d Reviews'$this->getReviewsCount()) ?></a>
<span class="separator">|</span>
 <a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Add Your Review'?></a>
</p>


3. Add to cart
Go to the file: \app\design\frontend\default\jm_booktemplate\cata log\product\view.phtml

PHP Code:

<div class="add-to-cart">
<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><i class="icon-shopping-cart"></i>Add to Cart</span></span></button>
</div>


Hope it helps.

#1

This question is now closed

Written By

Comments