RE: Can some prices be taken away while other stay?
Rumble <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <e018907e48acd8b1846440e2119c3fae@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=210658#210658 ---------------------------------------------------------------- Yeah you need to wrap the price code with an if statement to say if the value (price) is greater than 0 then show, else nothing. This would have to be done in the product info page, specials, new_products, etc etc wherever the price would show up. Also you might want to consider doing the same to the add to cart/buy now buttons to disable them if the price is zero.[/code]