Quote:
"simple_in_stock_display_0-5", so that my fixed priced items only show "In Stock", and not the quantity amount of what's in stock.
Not sure on that one... Zen does a nice job with stock. Zero quantity 'shows out of stock', one or more shows the add button or more info depending on how you have your settings.
Quote:
If it's possible to just show "In Stock" for the fixed price items I will be selling, and show the actual quantity of the items I will be auctioning, with an "if" statement, would someone be able to help me? How would I write it, and where exactly would I put it?
anything possible... you would do a quick test of the database to get the product type_id for auctions, then you could do a if statement to check for the auction type_id. The code is some posts back... just use the $typeID in a if statement...