Hi David
{link saved} On this page not display minimum price.
Code : Best Price :
<?php
print $config_currencyHTML.$mainProduct["price"];
?>
Other Problem on compare price table.It's display highest price seller first and thn display lowest price seller name
technoarenasol
If ordered by price than display Rs 6999 First than display 11123 price ..but here opposite first display highest price seller
Amin
Hi Amin,
It could be a thousands separator / decimals conflict as the prices are > 1000.00. Please could you post 2 links, this link again and also another product page that is showing the correct order...
Thanks,
David.
--
PriceTapestry.com
technoarenasol
incorrect order link : {link saved}
Correct order : {link saved}
Hi Amin,
Please could you check if you recieved an email from me a little while ago; if you could reply to that with your modified products.php, html/product.php and html/prices.php I'll check everything through...
Thanks,
David.
--
PriceTapestry.com
Hi technoarenasol,
$mainProduct["price"] is fine for displaying the cheapest price as $mainProduct is created from the first item in the $product["products"] array which is ordered by price.
The page you linked to looked OK as far as I could tell; the cheapest price (R11123.00) from infiBeam.com is also the first entry in the price comparison table so it looks ok but let me know if you're still not sure...
Cheers,
David.
--
PriceTapestry.com