1) For O item
0 item(s) - $ 0 (what is currently)
by:
No item
2) For 1 item
1 Item(s) - $ 100 (what is currently)
by:
1 Item - $ 100
3) For x items
x item(s) - $ 250 (what is currently)
by:
x items - $ 250
In catalog/controller/module/cart.php
I added
Code: Select all
$ this-> data ['text_no_item'] = $ this-> language-> get ('text_no_item');
$ this-> data ['text_one_item'] = $ this-> language-> get ('text_one_item');
In the file catalog/view/theme/default/template/module/cart.tpl
How should I change this code:
Code: Select all
<div class="heading">
<h4><?php echo $heading_title; ?></h4>
<a><span id="cart-total"><?php echo $text_items; ?></span></a></div>