Cart adds shipping subtotal to cart subtotal #1047
Replies: 4 comments
-
|
Yes, I agree with this. It seems the accepted standard is to have the sub-total before shipping is applied. I'm going to change to enhancement, as it's not technically a bug. |
Beta Was this translation helpful? Give feedback.
-
|
@glennjacobs This is biting us too. Is this something youre working on or do you need a PR for it? |
Beta Was this translation helpful? Give feedback.
-
I would be looking at this for the 0.3 release. |
Beta Was this translation helpful? Give feedback.
-
|
I've opened a PR anyway in case you want to sneak it into 0.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behaviour:
Cart subtotal shouldn't include shipping costs (at least it is what the field description states).
Actual Behaviour:
$cart->subTotalreturns cart lines subtotal including the shipping costs.Steps To Reproduce:
$cart->calculate()$cart->subTotalBeta Was this translation helpful? Give feedback.
All reactions