HERE
http://www.joomlart.com/forums/topic/mijoshop-options/
<em>@Css Magician 455562 wrote:</em><blockquote>Hi guys,
We will fix and update for the upcoming release version of this template. At this moment, you can try with my below tweak:
– Open file: componentscom_mijoshopopencartcatalogviewthemedecortemplateproductproduct.tpl
– Search and replace
[PHP]<input type=”button” value=”<?php echo $button_cart; ?>” id=”button-cart-<?php echo $product_id; ?>” class=”btn btn-primary” onclick=”jaddToCart(‘<?php echo $product_id; ?>’);” />[/PHP]
With:
[PHP]<input type=”button” value=”<?php echo $button_cart; ?>” id=”button-cart” class=”btn btn-primary” />[/PHP]</blockquote>