Reputation: 989
I'm using prestashop 1.7.6.8. In my process the client can take the item from the store or get it delivered and the payment will be when receiving the item.
Is there any way to remove payment method step or redirect it to the next step in tpl file?
Upvotes: 0
Views: 812
Reputation: 303
You have the payment option "cash on delivery" to allow the customer to pay after receiving the order.
It's a native Prestashop payment module. You can install it as any other payment method.
If it's not what you are looking for, you can also override the OrderController class to add or remove a step, but in my opinion, the "payment method" way is much simpler.
Upvotes: 1