justouletdk Posted September 26, 2010 Share Posted September 26, 2010 If $products is a variable which contains all posible information about our products, is it then possible to get the PRICE based on product_id in php?? what would be the code if I want to find out the price of the product with product_id = 3026?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted September 27, 2010 Share Posted September 27, 2010 Just use {$product.price} in a TPL file, or see here for more information about the getPriceStatic function. Link to comment Share on other sites More sharing options...
Recommended Posts