user2689 Da Sconosciuto Membro dal dic -0001 user2689 8 feb 2016 18:31 Hello, I am a general newbie, but do know how to ammend basic php and CSS files manually in text editors so, my question is: I have products that, until an option is selected have no price, however having all of the products show up in the category view as £0 is unacceptable as it just looks confusing to the customer and makes the site look incomplete. Is there a CSS or PHP file that I can edit so that in the category view, it only shows the product image and title? And the £0 price is only shown once on the product page itself, so that it is clear to people that they need to make a selection. Thanks
user2689 Da Sconosciuto Membro dal dic -0001 user2689 8 feb 2016 19:38 I have for now changed the colour and text size, so that the information is still there but not visible. If there is a simple way to remove all together I would still like to learn how. Thanks
tim Founder Da Sweden Membro dal mag 2013 tim 8 feb 2016 22:30 Just delete the price code from views/listing_product.inc.php ;) Or set up conditions.