@include('public_area.layouts.header_include') @include('public_area.layouts.aside_include')
Add or delete payment method
On our app:
To remove a card:
  1. Open a side bar menu from main app screen
  2. Tap on "Payment methods"
  3. Remove any card you wish to by swiping left
To add/modify a card:
  1. Add items to cart and move to checkout.
  2. Choose your card or cash method for payment.
  3. Add your card by entering the required details.
On our website:

During checkout, you get asked to choose a payment method. This allows you to add, modif and remove your payment details. After entering your payment details, you can select the checkbox to store the payment details for future orders.

@include('public_area.layouts.footer_include')