View Single Post
  #7  
Old 01-19-2011, 09:39 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: remove the "Our price:" Field

The template is made up of html and smarty. smarty code is inside {}, everything else is html.

You are using smarty comments for html code. To comment out html, use
<!-- -->

Also - you might have issues commenting out the input field. If it does not work, instead change it to a hidden field and pass 0 as a value.

---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote