How Do I update the Link in the Cart Image in Menu

GK User
Thu Dec 29, 2011 7:25 am
Hi Just wondering how to update the cart link the Menu or remove it all together. Thanks!
User avatar
Junior Boarder

GK User
Thu Dec 29, 2011 3:19 pm
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; ?>
User avatar
Platinum Boarder

GK User
Sun Jan 01, 2012 11:25 pm
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; ?>



Thanks!!!!!!!!!!!!!! :)
User avatar
Junior Boarder


cron