You must be logged in to reply to this topic. Click here to login or register
Another question, where can I edit this part. I want to change GO TO CART in german definition. The translation.csv file doesn’t seem to work for this. Where is the file, where I can change it directly.
<div class=”mycart mini-cart”>
<div class=”block-minicart”>
<div class=”tongle”>
…..
<div class=”actions”>
<button class=”button” onclick=”setLocation(‘http://zimmerzeug.de/checkout/onepage/’)” title=”Zur Kasse” type=”button”>
<span>
</button>
<button class=”button gfont go-to-cart” onclick=”setLocation(‘http://zimmerzeug.de/checkout/cart/’)” title=”View shopping cart” type=”button”>Go to cart</button>
You must be logged in to reply to this topic. Click here to login or register