View Single Post
  #4  
Old 08-15-2006, 01:59 PM
 
mikalou mikalou is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default

In file:/customer/main/cart_totals.tpl

I placed this code around any cart display values that I dont want displayed in the shopping cart. Seems to work.
Code:
{if $smarty.get.mode ne ''}{/if}
This code checks the querystring to see if there is a value for "mode". If the checkout page is displayed the address would be /cart.php?mode=checkout
__________________
X-Cart Gold 4.2.2 - 3.1.19
Reply With Quote