php - Need to display the highest priced item in Magento Grouped Product. -


i have read through tier pricing not looking for. magento displays lowest priced item in group our products in 1 group can range $3,000 $5.00. switch highest priced item in group displays opposed lowest price. appreciated.

thanks

try this:

$groupedprice = mage::getmodel('catalog/product_grouped_price');  echo $groupedprice->getmaxprice($_product->getid()); 

this if use grouped products on site.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -