wagnerwagner / merx

Merx is a plugin to create online shops with Kirby.
https://merx.wagnerwagner.de
104 stars 10 forks source link

Is it possible to disable online payments? #53

Closed RiseCreativeStudio closed 2 years ago

RiseCreativeStudio commented 2 years ago

Hi I'm wondering if it's possible to disable online payments? I want customers to make an order online, but they have to pay in a shop. Can't find it in the documentation.

Thanks in advance!

tobiasfabian commented 2 years ago

Yes, that’s possible. You can create an empty custom payment gateway called e.g. “shop-payment” or “offline-payment”.

The Merx Starterkit comes with an empty custom payment gateway (config/config.php). You can duplicate the Starterkit and remove all other payment methods (snippets/payment-methods.php) from the checkout page (templates/checkout.php)