jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 13 forks source link

Checkout Forms as static summary #49

Closed jrief closed 7 years ago

jrief commented 8 years ago

In 0.9rc1 it was impossible to reuse a Checkout Form with option "static summary". This now is possible, which means that during the checkout we can create a final page digesting all previously filled out forms and display them as a static summary page or process step.