stickygrafix Posted November 10, 2005 Share Posted November 10, 2005 I want it to be so that when a customer views a product it doesn't show the price because I have a dropdown attribute menu that has the prices instead. Is this possible? Is there a file I can edit to remove the price from all products so the only price that is shown is in the dropdown? Link to comment Share on other sites More sharing options...
Guest Posted November 10, 2005 Share Posted November 10, 2005 I want it to be so that when a customer views a product it doesn't show the price because I have a dropdown attribute menu that has the prices instead. Is this possible? Is there a file I can edit to remove the price from all products so the only price that is shown is in the dropdown? go to any page that displays the price such as product_info.php and comment out the price in this section commented out section is between the <!-- --> be sure to add a non-breaking space in there too I usually do this to keep the formatting in my pages from changing. <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><!-- <?php echo $products_price; ?> --> </td> </tr> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.