shish1 Posted January 15, 2010 Posted January 15, 2010 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
jdvb Posted January 15, 2010 Posted January 15, 2010 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)
jhande Posted January 15, 2010 Posted January 15, 2010 How about something like this - Easy Call for Price v1.0 by Bigredman74 ? - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.