Hi my zencart currently says 'cart' i would like to change the name on the front page to Shopping bag, tried to inspect the element with firebug but i don't see where it indicates the file to edit.
i see this
<div class="wrapper">
<div class="logo">
<div class="right-head">
<div class="menu">
<div class="navigation">
<div class="blocks">
<div class="search">
<div class="cart">
<span class="one">
<span class="st3">Cart:</span>
<a href="http://www.mypreciouspooch.com/index.php?main_page=shopping_cart">(0 items)</a>
</span>
</div>
</div>
</div>
</div>
<div class="horizontal-cat">
</div>


Reply With Quote
