View Single Post
  #8  
Old 12-13-2013, 09:08 AM
 
designguru designguru is offline
 

X-Adept
  
Join Date: Dec 2010
Posts: 418
 

Default Re: Free items - remove buy button?

Quote:
Originally Posted by totaltec
Okay, That is the price input box. Again assuming you are using ideal_comfort skin, look in: /ideal_comfort/customer/main/product_details.tpl

Around line 117 you will see this code:
Code:
{else} <input type="text" size="7" name="price" /> {/if}

Simply place comments around this input field like this:
Code:
{else} {*<input type="text" size="7" name="price" />*} {/if}

The box is gone Thanks so much!

Couldn't remove the button yet. I'm using a customized 3-column skin (common_files)
__________________
X-Cart Pro 4.6.2 with many modules
X-CART Pro 4.4.1
Reply With Quote