CheckoutFrontendController
class CheckoutFrontendController extends PayumController
Class CheckoutController define checkout frontend routes
Methods
Frontend route for checkout summary, listing all items in cart
Frontend route for checkout address, selecting where to order will be delivered
Frontend route for checkout shipping, selecting shipping provider
Forntend route for checkout payment, selecting payment type
Frontend route for checkout confirmation, only showing all selected order options
Frontend route for checkout success, showing when order is finished
Frontend route for checkout error, page when error occurs while doing checkout logic
No description
Frontend route for quick reorder some existing order
Frontend route for order confirmation
Details
at line 59
Response|array
checkoutSummaryAction(ArrayCollection $checkoutSummaryStep)
Frontend route for checkout summary, listing all items in cart
at line 118
Response|array
checkoutAddressesAction(ArrayCollection $checkoutAddressStep)
Frontend route for checkout address, selecting where to order will be delivered
at line 140
array
checkoutShippingAction(ArrayCollection $checkoutShippingStep)
Frontend route for checkout shipping, selecting shipping provider
at line 161
array
checkoutPaymentAction(ArrayCollection $checkoutPaymentStep)
Forntend route for checkout payment, selecting payment type
at line 203
RedirectResponse|array
checkoutConfirmationAction(Request $request)
Frontend route for checkout confirmation, only showing all selected order options
at line 232
Response|RedirectResponse|array
checkoutSuccessAction(Request $request)
Frontend route for checkout success, showing when order is finished
at line 368
Response
checkoutErrorAction(Request $request)
Frontend route for checkout error, page when error occurs while doing checkout logic
at line 404
Response
saveOrderCommentPostAction(ArrayCollection $checkoutComment)
at line 422
RedirectResponse
userQuickReorderAction(ArrayCollection $userQuickReorder)
Frontend route for quick reorder some existing order
at line 435
RedirectResponse
userOrderConfirmationAction(Request $request)
Frontend route for order confirmation