RE: Need help with attributes
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <dba8bf905092154bd8174c1ee2d61cf0@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227691#227691 ---------------------------------------------------------------- Edit the /includes/classes/currencies.php and the bottom function has the display price. You can modify this so that when price == 0 return '' Depending on how you want things to display, you may also need to modify the format function near the top to do the same as it is called in few places towards the checkout processing.