Skip to content

History of redSHOP Checkout Flow

gunjanpatel edited this page Apr 25, 2013 · 1 revision

Version <= 1.1.9.5

Checkout Steps:

  1. cart
  2. checkout final ---> model --> order place function
  3. if success-> redirect to -> order_detail receipt layout -> redirect to payment gateway url using extra info code.
  4. after completing -> order_detail -> notify_payment task -> redirect to order_detail page

Now, in Version >= 1.1.9.6

Checkout Steps:

  1. [No change] cart
  2. [No Change] checkout final page ---> Place an Order in redSHOP
  3. [Change] If success --> redirect to checkout final step with order id --> get order payment detail --> run extra info code --> redirect to payment gateway URL
  4. [Change] After completing payment -> order_detail controller notify_payment task -> redirect to order_detail - receipt layout
  5. [New] Display order receipt template with link to Order Detail View.

Clone this wiki locally