This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHOP-1372: [Aura] Add the option to display the states as a drop-down…
… list on the new themes (#436) ## JIRA Ticket [SHOP-1372](https://youcanshop.atlassian.net/browse/SHOP-1372) ## QA Steps - [ ] Go to `/admin/settings/payment` - [ ] Define a custom field of type "select", make sure it's enabled - [ ] Make sure you use the "Aura" theme - [ ] In your storefront, go to a product page - [ ] Open the express checkout form - [ ] You should see the custom select field you defined rendered as a <select> instead of <input> - [ ] Try to submit the form empty, if you have the field as required you should see an error (Note: The error might display a cryptic field name, that is a bug to be fixed in a separate PR) - [ ] Fill out the form, and click submit. - [ ] The form should submit and you should be directed to the thank you page - [ ] Check your orders in `/admin/orders`, an order should be created ## Note Leave empty when you have nothing to say [SHOP-1372]: https://youcanshop.atlassian.net/browse/SHOP-1372?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
Showing
4 changed files
with
84 additions
and
53 deletions.
There are no files selected for viewing
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
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
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
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