RE: Display "You save n%"
DanBiel <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <0de0d64a738a51fc57919632ad4e7e99@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=181803#181803 ---------------------------------------------------------------- I think it may be as simple as adding another column in the products table, perhaps something called products_our_price. http://www.oscommerce.com/community/contributions,1158 This contribution tells you how to add the new field. The rest of the work would involve modifying the query in products_info to include the new field. If you know a little php and mysql you should be able to figure this out. Good luck!