浏览文章
文章信息
Magento2 获取可配置产品价格范围
14160
$regularPrice = $product->getPriceInfo()->getPrice('regular_price'); $productTmp['regular']=[ 'miniPrice'=>$regularPrice->getMinRegularAmount()->getValue(), 'maxPrice'=>$regularPrice->getMaxRegularAmount()->getValue() ];