Skip to content
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

Add payment methods list box in settings screen #1501

Closed
Ferdev opened this issue Apr 5, 2021 · 2 comments · Fixed by #1533
Closed

Add payment methods list box in settings screen #1501

Ferdev opened this issue Apr 5, 2021 · 2 comments · Fixed by #1533
Assignees

Comments

@Ferdev
Copy link
Contributor

Ferdev commented Apr 5, 2021

Implement in the new WooCommerce Payments settings screen, a new info box with a list of all the supported payment methods: Credit card, SEPA, GiroPay and Sofort.

Screen elements

Header

  • Box title: Payment methods
  • Box description: Increase your store’s conversion by offering your customers preferred and convenient payment methods. Drag and drop to reorder on checkout.

Body

First section

  • Between horizontal separators, a button too add new payment methods. Copy: Add payment method
  • Icons representing additional payment methods.
  • Should be hidden if all payment methods are already added to the list.

Second section

  • List with all added payment methods. For each payment method:
    • Handle to sort the payment method in the list. Its functionality will be implemented in another issue.
    • Payment method's icon.
    • Payment method's name.
    • Payment method's description, below the name.
    • Link to edit the payment method info. Copy: Manage.
    • Button to remove the payment method.
Payment methods names & descriptions
  • Name: Credit card / debit card - Description: Let your customers pay with major credit and debit cards without leaving your store.
  • Name: giropay - Description: Expand your business with giropay — Germany’s second most popular payment system.
  • Name: Sofort - Description: Accept secure bank transfers from Austria, Belgium, Germany, Italy, and Netherlands.
  • Name: Direct debit payment - Description: Reach 500 million customers and over 20 million businesses across the European Union.

Screenshot

shot-2021-04-05-17-57-19

@waclawjacek
Copy link
Contributor

waclawjacek commented Apr 12, 2021

I have extracted smaller issues from this one, each implementing a standalone (where possible) bit of work:

After these are implemented, this issue should focus on just adding the Payment methods card and linking the above together.

Implementing the Express checkout card might be easier once all that is in place so for now, I am not extracting smaller issues from that one.

@waclawjacek waclawjacek removed the status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. label Apr 14, 2021
@waclawjacek
Copy link
Contributor

waclawjacek commented Apr 16, 2021

Mobile design screenshot:

Mobile design screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants