eCommerce Create New Customer Improvement
----------------------------------------- Key: OFBIZ-4831 URL: https://issues.apache.org/jira/browse/OFBIZ-4831 Project: OFBiz Issue Type: Improvement Components: specialpurpose/ecommerce Affects Versions: SVN trunk Environment: demo-trunk Reporter: Tom Burns Priority: Minor 1. Add support for dependent Country / State drop down to newcustomer.ftl This change makes the behavior of the Country / State drop downs in newcustomer.ftl consistent with the Profile > Contact Information > Postal Address > "Create New" and "Update" behavior. 2. When an eCommerce user, who is not Logged In, clicks "Register" the newcustomer.ftl from opens with a "Go Back" button. This button navigates to a Login form that prompts the user for a user name and password. This makes no sense in the context. A better design is to have a Cancel button. When the user clicks Cancel the application returns to the Main display for the current session. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burns updated OFBIZ-4831: ----------------------------- Attachment: OFBIZ-4831 eCommerce Create New Customer Improvement.patch > eCommerce Create New Customer Improvement > ----------------------------------------- > > Key: OFBIZ-4831 > URL: https://issues.apache.org/jira/browse/OFBIZ-4831 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: demo-trunk > Reporter: Tom Burns > Priority: Minor > Attachments: OFBIZ-4831 eCommerce Create New Customer Improvement.patch > > > 1. Add support for dependent Country / State drop down to newcustomer.ftl > This change makes the behavior of the Country / State drop downs in newcustomer.ftl consistent with the Profile > Contact Information > Postal Address > "Create New" and "Update" behavior. > 2. When an eCommerce user, who is not Logged In, clicks "Register" the newcustomer.ftl from opens with a "Go Back" button. > This button navigates to a Login form that prompts the user for a user name and password. > This makes no sense in the context. > A better design is to have a Cancel button. When the user clicks Cancel the application returns to the Main display for the current session. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4831. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks Tom, Your (slightly modifed) patch is in trunk at revision: 1331842 1. I wondered about returning to main page when coming from login screen and asking to create a new user. But it makes sense as well and is better when coming directly from main page. Anyway this is purely cosmetic. 2. We don't need to get back to this screen (new profile) so no needs to use from-field="selectedStateName" in <set field="selectedDependentOption" from-field="selectedStateName" default-value="_none_"/> It makes things clearer > eCommerce Create New Customer Improvement > ----------------------------------------- > > Key: OFBIZ-4831 > URL: https://issues.apache.org/jira/browse/OFBIZ-4831 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: demo-trunk > Reporter: Tom Burns > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-4831 eCommerce Create New Customer Improvement.patch > > > 1. Add support for dependent Country / State drop down to newcustomer.ftl > This change makes the behavior of the Country / State drop downs in newcustomer.ftl consistent with the Profile > Contact Information > Postal Address > "Create New" and "Update" behavior. > 2. When an eCommerce user, who is not Logged In, clicks "Register" the newcustomer.ftl from opens with a "Go Back" button. > This button navigates to a Login form that prompts the user for a user name and password. > This makes no sense in the context. > A better design is to have a Cancel button. When the user clicks Cancel the application returns to the Main display for the current session. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |