Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我们的 magento 在线商店中显示分组产品的最低价格。我用了
<?php echo $this->getPriceHtml($_product, true) ?>
但它不适用于分组产品。它只适用于简单的产品。
$_product->getMinimalPrice () ;