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)