-
Notifications
You must be signed in to change notification settings - Fork 23
History of redSHOP Checkout Flow
gunjanpatel edited this page Apr 25, 2013
·
1 revision
Checkout Steps:
- cart
- checkout final ---> model --> order place function
- if success-> redirect to -> order_detail receipt layout -> redirect to payment gateway url using extra info code.
- after completing -> order_detail -> notify_payment task -> redirect to order_detail page
Checkout Steps:
- [No change] cart
- [No Change] checkout final page ---> Place an Order in redSHOP
- [Change] If success --> redirect to checkout final step with order id --> get order payment detail --> run extra info code --> redirect to payment gateway URL
- [Change] After completing payment -> order_detail controller notify_payment task -> redirect to order_detail - receipt layout
- [New] Display order receipt template with link to Order Detail View.
- Home
- Developer
- How to get Config variable
- Product
- Validate AJAX Request
- Render JLayout or redSHOP Layout
- redSHOP Joomla Plugin Architecture Types
- Creditcard Payment Gateway List
- History of redSHOP Checkout Flow
- redSHOP 1.x series development decisions
- RedSHOP for Joomla 2.5 guidelines
- redSHOP Payment Gateway Sandbox Details
- redSHOP Shipping API Test Details