-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Reworked display of product alerts #3303
Conversation
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.
I like it. But how about retaining the original labels, which are more explanatory?
@luigifab, I would like to keep the original labels too (they are more explanatory). Or better: you can move them to - this is the best solution. |
I'm going to update soon. |
app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Alerts/Price.php
Show resolved
Hide resolved
I agree with this PR in the following design 1. System > Configuration > Catalog Comment: we are in the "Product Alerts" section, the two sub-sections must be "Price" and "Back in Stock", as obvious and simple as possible, without abusing of words. The rest of the phrases for every field remained the initial ones. 2. Product Edit page > Product Alerts tab Comments: Initial phrases "Price alert subscription was saved." and "Stock notification was saved." they are devoid of logic. Those grids are just a listing of alerts, but they can't be edited to talk about a save. I would rename them as "Price" and "Back in Stock" since we are in the "Price Alerts" tab, again without abusing of words. We can reformulate them "Price Notifications" and "Back in Stock Notifications" as well or "Price Subscriptions" and "Back in Stock Subscriptions". |
A few personal opinions: 1 - I agree with the removal of the 2 - I do not agree with the two |
tested again today, I like this PR but I too would remove the div around the table as @addison74 says. |
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.
I've removed those divs around the table and IMHO it could be merged now :-)
@fballiano - Let's not rush because it's not finished yet. Please take a look here #3303 (comment). I made important observations after testing that must be implemented. |
Description
Same but different :)
for configuration (system > configuration > catalog):
for product view:
Contribution checklist