yireo / Yireo_GoogleTagManager2

Open Software License 3.0
147 stars 76 forks source link

Shipping discount amount is not calculated with shipping amount #248

Open seegrand opened 2 months ago

seegrand commented 2 months ago

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.

image

Applicable classes:

To get the correct price $order->getShippingDiscountAmount() should be subtracted from $order->getShippingAmount().