Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shipping rate doesn't appear in order total #428

Closed
JRomeoSalazar opened this issue Oct 17, 2013 · 6 comments · Fixed by #446
Closed

Shipping rate doesn't appear in order total #428

JRomeoSalazar opened this issue Oct 17, 2013 · 6 comments · Fixed by #446
Labels
Potential Bug Potential bugs or bugfixes, that needs to be reproduced.

Comments

@JRomeoSalazar
Copy link
Contributor

Shipping rate is not added to the order total, so the final price is wrong. How can I fix it?

@pjedrzejewski
Copy link
Member

@JRomeoSalazar Fixed in #446. :)

@makasim
Copy link
Contributor

makasim commented Oct 23, 2013

@cordoval
Copy link
Contributor

the call was added to the shipping processor, wouldn't the getTotal now had the shipping cost included after the fix was merged? so i guess you mean taking out one thing so not accounting for it twice right?

@pjedrzejewski
Copy link
Member

@makasim @cordoval Yes, we can use only $order.getTotal() there.

@pjedrzejewski
Copy link
Member

We must use*

@cordoval
Copy link
Contributor

like this #450 👶 ?

pamil pushed a commit to pamil/Sylius that referenced this issue Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Potential bugs or bugfixes, that needs to be reproduced.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants