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

Fix prepayment process in shopping cart #106

Open
6 tasks done
georgmaisser opened this issue Nov 27, 2024 · 0 comments
Open
6 tasks done

Fix prepayment process in shopping cart #106

georgmaisser opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels

Comments

@georgmaisser
Copy link
Contributor

georgmaisser commented Nov 27, 2024

Currently, there are the following elements on checkout.php prior to actually passing the payment over to the payment provider:

  • Use credits
  • Add Address
  • Accept Terms
  • Apply VAT

All these elements are added differently and work independently. The user flow is limited by this.

We should create one baseclass which handles the prebookingprocesses and makes sure all the transitions work in the same way.

  • Develop the idea of what is shared between the components above and what is different
  • Implement the framework
  • Add use credits
  • add address
  • add accept terms
  • add apply vat
@georgmaisser georgmaisser assigned WunderJacob and unassigned eynimeni Dec 6, 2024
@eynimeni eynimeni self-assigned this Dec 10, 2024
@eynimeni eynimeni removed their assignment Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants