-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Improve wording of pack quantities #35434
Conversation
Hlavtox
commented
Feb 21, 2024
•
edited
Loading
edited
Questions | Answers |
---|---|
Branch? | 8.1.x |
Description? | Improves the wording of pack behavior management. Sometimes even we struggle to see what the options mean. |
Type? | improvement |
Category? | BO |
BC breaks? | no |
Deprecations? | no |
How to test? | |
UI Tests | https://github.com/Hlavtox/ga.tests.ui.pr/actions/runs/8186337386 |
Fixed issue or discussion? | |
Related PRs | |
Sponsor company |
e000717
to
8fcdfe3
Compare
Ping @kpodemski @MatShir @Julievrz |
Hi @Hlavtox Here's an example: Also, what do you think of adding the "Edit default behavior" link in this section too? |
@Julievrz Yes, we could add the link. But I wanted to specifically name it "stock behavior" or "how to calculate stock", because right now it just says how the quantity will be decreased, but it ALSO/MAINLY means HOW the stock is calculated in the first place. This configuration value means both:
Full explanation here: #35367 (comment) |
src/PrestaShopBundle/Form/Admin/Configure/ShopParameters/ProductPreferences/StockType.php
Outdated
Show resolved
Hide resolved
Thanks, it's way clearer with the full explanation. :) |
@Julievrz Wording applied. I also added the link to edit default settings, that's a good idea. :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that e2e tests have to be adapted to the new wording.
@kpodemski All green, can we merge? |
Ping @kpodemski @boherm for re-review 🙏 |