15 May 2020 Magento2 Tier_Price Magento 2.2~2.3 获取产品视图页面的阶梯价格 如果您想在自定义模块或模板中获取产品视图页面的阶梯价格,可以尝试以下代码: $proViewBlock = $this->_objectManager->get("Magento\Catalog\Pricing\Render"); $proViewBlock->setPriceRender("product.price.render.default"); $proViewBlock->