Issue
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?
Solution
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.
Answered By - Bruno Guignard Answer Checked By - Willingham (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.