Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don't want to sell


shish1

Recommended Posts

Posted

Hi, I know it sound stupit, but at the moment all I want is to be able to put stock online and have people contact me by phone or email for prices etc.

Is there a way to configure so that there are no prices, or shipping etc., just products with descriptions?

 

Shirley

Posted

You'd need to edit some PHP files to do that.

 

from all pages that show a price, you would have to comment that code out. generally the price is found by looking for

echo $products_price

and changing that into:

//echo $products_price

however there might be some places where this would couse problems if the echo command would include more then just the price.

In that case splitting the echo up into 2 commands, where you comment out the first.

 

the same counts for:

tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...