View Single Post
  #4  
Old 09-05-2005, 04:58 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Ok, a couple of things:

1. When commenting in the x-cart templates, be sure to use this:

{****

instead of this:

<!--

2. To edit the cart, you'll need to open up customer/menu_cart.tpl and remove the capture for the menu to get rid of the borders. To do that, open it up and remove or comment out these lines of code:

Code:
{capture name=menu} {/capture} { include file="menu.tpl" dingbats="dingbats_orders.gif" menu_title=$lng.lbl_your_cart menu_content=$smarty.capture.menu }
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote