Hi,
Does anyone know if it is possible to display a from price based on the lowest price in the component list of a product so that a price is shown rather than it just being blank when the product price is set to 0?
Hope that makes sense but basically if you look at the "Patent Ball Pourer 2" on this page (http://designtoplease.co.uk/acatalog/Bar.html) and the product info (http://designtoplease.co.uk/acatalog...rer2_info.html) you will notice it does not display the price - this is because I have the product price set as £0 and then one component is £6.50 and the other £12.95. Ideally if possible I would like this product to display "from £6.50".
I could create a new variable called "fromprice" and then use blockifs to display if "fromprice" is not empty however I would prefer if possible to use a method which pulls the price from the component list so that it is automated.
Kind Regards
Does anyone know if it is possible to display a from price based on the lowest price in the component list of a product so that a price is shown rather than it just being blank when the product price is set to 0?
Hope that makes sense but basically if you look at the "Patent Ball Pourer 2" on this page (http://designtoplease.co.uk/acatalog/Bar.html) and the product info (http://designtoplease.co.uk/acatalog...rer2_info.html) you will notice it does not display the price - this is because I have the product price set as £0 and then one component is £6.50 and the other £12.95. Ideally if possible I would like this product to display "from £6.50".
I could create a new variable called "fromprice" and then use blockifs to display if "fromprice" is not empty however I would prefer if possible to use a method which pulls the price from the component list so that it is automated.
Kind Regards
Comment