quendi Posted November 29, 2013 Share Posted November 29, 2013 Jak mogę wyświetlić cenę konkretnego produktu po jego id? Muszę w dwóch produktach dodać ich odpowiedniki, ale nie jako atrybuty. Produkty wyświetliłem kodem: if $product->id == 13}<div style="float:left;"><a href="/index.php?controller=cart&add=1&id_product=28&qty=1">{if $product->id == 13}{l s='1 dzień'} {/if} </a></div>{/if} {if $product->id == 12}<div style="float:left;"><a href="/index.php?controller=cart&add=1&id_product=25&qty=1">{if $product->id == 12}{l s='1 dzień'} {/if} </a></div>{/if} I muszę jakoś dopisać do tego jeszcze cenę. Link to comment Share on other sites More sharing options...
presta4you.com Posted November 30, 2013 Share Posted November 30, 2013 Zależy jaką chcesz wyświetlić cenę. Zobacz do pliku classess/Product.php. Tam jest funkcja getPriceStatic. W zależności od tego jaką chcesz otrzymać cenę takie parametry musisz przekazać. Link to comment Share on other sites More sharing options...
Recommended Posts