how to integrate MyFatoorah payment with bagisto?!
-
i want to add myfatoorah payment with bagisto
i want every admin add his api key first then when users checkout any order redirect it to this payment window -
@abanoub-wagih
You can create your own custom payment package to develop this.
refer this to create your package https://github.com/bagisto/bagisto-package-generatorfollow this steps to create payment method
https://bagisto.com/en/how-to-create-custom-payment-method-in-bagisto/ -
If you want to show products category wise, then use this inside "Home Page Content" - @include('shop::home.category', ['category' => 'category_name'])