Hello,
I am creating an ecom shop and would like to create recurring orders. I have read https://doc.dynamicweb.com/documentation-9/ecommerce/carts-orders/recurring-orders but it seems like I have missed a basic but important step.
In the shopping cart app I use the standard templates InformationRecurringOrders.html and ReceiptRecurringOrders.html an they have a check:
If Defined(Ecom:Order.PaymentMethod.RecurringSupport)
This check returns false and the option to create a recurring order is not visible. I have tried using invoice payment with no checkout handler and Card payment using Quickpay checkout handler, but no succes.
Is there an option I need to activate to use recurring orders - on the product, on the payment method or on the shop? Or is there anything else I need to do for it to work and make the RecurringSupport check return true?