Renon Stewart
Renon Stewart
@ericclaeren .... sorry about this... I will push a new update shortly
@ericclaeren... please upgrade to the latest version
Do you have Opengraph enabled? What price does it show vs our extension?  I'm using identical code to what use for Opengraph see https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Catalog/view/frontend/templates/product/view/opengraph/general.phtml#L18 Can you check the value...
@ericclaeren ... It was not working correct for discount/special price
@ericclaeren .... is VAT 15%?
I will figure out a fix for the by the end of the week
@ericclaeren ... Could you let me know if this temporary workaround works? /** @var $product ProductInterface */ if ($this->getProduct()) { $price = $this->getProduct() ->getPriceInfo() ->getPrice(FinalPrice::PRICE_CODE) ->getAmount() ->getBaseAmount() ?: 0; }...
@ericclaeren ... are you still having issues with the latest release?
If you take a look at https://github.com/magepal/magento2-google-tag-manager/blob/master/Helper/Data.php#L265 If the price is zero then it would use the old logic. So it should be identical to the previous code public function...
We will look into this shortly