Lotharz0r Posted September 5, 2006 Share Posted September 5, 2006 Hello. I have a lot of products in my store with price=0.00 That's because each product comes in 4 different types which I have made one product attribute to each to add the correct price. That part works fine, the customer can choose which type he wants and the price is shown in the drop down box as usual with product attributes. My problem is that I don't want all products with zero price to show up with price 0.00 in the product list. I would like it to say nothing or just a "-". How can that be done? Link to comment Share on other sites More sharing options...
pyramids Posted September 5, 2006 Share Posted September 5, 2006 I suggest that you give the products a base price, then the attributes will add their price. Putting other than a number in the price area may be more trouble than it's worth. Just my two cents.... Link to comment Share on other sites More sharing options...
Lotharz0r Posted September 6, 2006 Author Share Posted September 6, 2006 I don't think it will cause any trouble if I modify the code where the table of products in a category to say nothing or "-" when the price is zero. The variables and database will still say price = 0, its just the output/html I want to change. Which file handles the product output when I choose a category to display? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.