-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
[16.0][FIX] website_sale_product_pack: detailed displayed components price on website #144
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
augusto-weiss
force-pushed
the
16.0-h-63818-awe
branch
3 times, most recently
from
September 14, 2023 14:13
182a5d6
to
e9f81cd
Compare
augusto-weiss
force-pushed
the
16.0-h-63818-awe
branch
from
October 25, 2023 14:53
e9f81cd
to
94911f8
Compare
augusto-weiss
changed the title
[WIP][16.0][FIX] sale_product_pack: pack price detailed in components
[16.0][FIX] website_sale_product_pack: detailed displayed components price on website
Oct 25, 2023
Compatibility module between sale_product_pack and website_sale TT30385
Done for e-commerce compatibility purposes, althoug it's more performant indeed.
Create and select a specific pricelist for avoiding problems in integrated environments where the default pricelist currency has been changed.
When the cart is confirmed, a price recalculation is triggered for every order line. This is wrong for detailed totalized packs, which lines should be at 0. TT38186
augusto-weiss
force-pushed
the
16.0-h-63818-awe
branch
from
October 31, 2023 13:22
7827307
to
4a0f3f4
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
github-actions
bot
added
the
stale
PR/Issue without recent activity, it'll be soon closed automatically.
label
Mar 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The issue:
On an ecommerce the price for product pack detailed - displayed components price is the list_price (30.75) when must be the sum of components and list_price, like a sale order in backend