View Single Post
  #2  
Old 01-18-2011, 12:34 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: remove the "Our price:" Field

The messages "Set your own price!" can be removed from the templates. I think you're using 4.4.x with the 2 column layout,
So open up product_t.tpl (I think located in /skin/common_files/customer/main/) and look for the following code:

Code:
<span class="price">{$lng.lbl_enter_your_price}</span><br /> {$lng.lbl_enter_your_price_note}

commenting out the above code will prevent the text from appearing.

Quote:
Secondly, in the detailed details of the product how do i remove the "the "Our price" and Text field.

Open up product_details.tpl (again, located in /skin/common_files/customer/main/) and comment the following snippets of code:

Around line 95
Code:
<td class="property-name product-price" valign="top">{$lng.lbl_our_price}:</td>

and around line 105
Code:
<input type="text" size="7" name="price" />

HTH
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote