Renon Stewart

Results 41 comments of 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? ![image](https://user-images.githubusercontent.com/1415141/96902797-f6820a00-1462-11eb-94c1-c18c142a4ee1.png) 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

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