<?php if($this->modules('cart')) : ?>
<div id="btnCart"></div>
<?php endif; ?>
Don Lee wrote:Hi,
If you want to get rid of the cart icon:
- Open file: \templates\gk_boutique\layouts\default.php
- Find this code to remove:
- Code: Select all
<?php if($this->modules('cart')) : ?>
<div id="btnCart"></div>
<?php endif; ?>