This is a discussion on Shopping_cart.php within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I have a site I am working on that has several items that I use a size attribute to determine ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I have a site I am working on that has several items that I use a size attribute to determine price. This is an Oriental rug store and we have several different collections and the sizes differ for each collection. What I have done is set the product price to zero and use an attribute to set prices. I am looking for a way to set the price display to blank if the product price is set to $0.00. http://laminateking.com is the address and click on rugs category to see sample of what I am doing. I am kinda new to php so I am hoping to be able to get some suggestions here... |
|
#2
| |||
| |||
| if ($price != 0.00) { // show the price } place something like that in your code? ( != means IS NOT) |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| getting odd sql shopping_cart.php | thinkweb | osCMax v1.7 Discussion | 0 | 02-07-2005 12:30 PM |
| shopping_cart | philou83 | osCommerce 2.2 Modification Help | 0 | 11-17-2004 06:44 AM |
| Send email from shopping_cart.php | neil | osCMax v1.7 Discussion | 4 | 01-29-2004 02:45 PM |
| Changing Code in shopping_cart.php | JaaMor | osCommerce 2.2 Modification Help | 1 | 11-13-2003 09:27 PM |
| Modification to shopping_cart.php box needed... | atech | osCommerce 2.2 Modification Help | 0 | 09-03-2003 05:25 PM |