You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a cart price rule is used, the coupon can include free shipping. In this case the shipping discount is not subtracted from the shipping amount and shipping costs are tracked when they are in fact free.
When a cart price rule is used, the coupon can include free shipping. In this case the shipping discount is not subtracted from the shipping amount and shipping costs are tracked when they are in fact free.
Applicable classes:
\Yireo\GoogleTagManager2\DataLayer\Event\Refund
\Yireo\GoogleTagManager2\DataLayer\Event\Purchase
\Yireo\GoogleTagManager2\DataLayer\Mapper\OrderDataMapper
\Yireo\GoogleTagManager2\DataLayer\Tag\Order\Order
To get the correct price
$order->getShippingDiscountAmount()
should be subtracted from$order->getShippingAmount()
.The text was updated successfully, but these errors were encountered: