django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

Pay after placing order.

Open maltitco opened this issue 6 years ago • 2 comments

What is the ability to pay for the order after submitting it? I would need information on how to create a payment to an existing order. It often happens that the client wants to change the payment method after placing the order.

maltitco avatar Dec 20 '17 13:12 maltitco

It should be possible to create a customized OrderWorkflowMixin, which allows your customer to change the payment method after having placed an order. Methods in this mixin class then are accessible from the existing OrderDetailView. Override this view, add another select button to change the payment provider and keep that information inside your Order model.

jrief avatar Dec 20 '17 14:12 jrief

Is the purpose of this change to change the payment method after the order is placed?

Kobe-Bryant-ZX avatar Aug 05 '18 01:08 Kobe-Bryant-ZX