You're welcome.. Glad it worked for you...
To suppress display of 'view cart' button when the cart is empty - in codebase.php:
find:
To suppress display of 'view cart' button when the cart is empty - in codebase.php:
find:
Code: [Select]
//Add view cart & checkout buttons
if ($item_in_cart > -1 && $CONFIG['cpgshop_enable']) {
and replac...