Lee. You're spot on in what it does. You could add a bit of code that sets a $maxprice = 0 and in every loop sets the $maxprice if the $ppraw is greater then the current value. Then you'd be able to output a Prices from £12 to £34 type message.
Note there is a quirk with Duplicates. If you use ProductPriceRaw with Duplicates, then the duplicates value doesn't get updated when the main product price subsequently gets changed by the shop owner. Something Actinic should really fix as the price is not alterable in duplicates.
Note there is a quirk with Duplicates. If you use ProductPriceRaw with Duplicates, then the duplicates value doesn't get updated when the main product price subsequently gets changed by the shop owner. Something Actinic should really fix as the price is not alterable in duplicates.
Comment