hello, its possible included more cart button,
exemple: Cart, news, contact-us, language?
#btnCart " exist "
+:
#btnNews
#btnContact
#btnLang
thanks
Fernando Miguel
<?php if($this->API->modules('cart')) : ?>
<div id="btnCart" data-url="index.php?lang=<?php echo $lang; ?>&tmpl=cart"><strong>Cart</strong></div>
<?php endif; ?>