Çekirdek dosyada özel işlev koyarken Özel fiyat ile birlikte Normal fiyatı ayarlayabilirim
vendor/magento/module-weee/Block/Item/Price/Renderer.php
public function getUnitItemPriceExclTax()
{
$priceExclTax = $this->getItem()->getProduct()->getPrice();
return $priceExclTax;
}
Ve bu işlevi çekirdek dosyaya çağırmak,
vendor/magento/module-weee/view/frontend/templates/checkout/cart/item/price/sidebar.phtml
Bu yüzden her iki fiyatı da doğru bir şekilde almak, ancak bunu geçersiz kılmak istiyorum
vendor/magento/module-weee/Block/Item/Price/Renderer.php
özel modülümde engelle.
Aşağıdaki kod ile di.xml oluşturduk:
<preference for="Magento\Weee\Block\Item\Price\Renderer" type="<namespace\<module_name>\Block\Item\Price\Renderer"/>
Ve o getUnitItemPriceExclTax()
işlevi o bloğa koyun .