Method |
Description |
|
addProductAction ( ) : RedirectResponse | Response |
Adds a product to the basket. |
|
authenticationStepAction ( ) : RedirectResponse |
Order process step 1: retrieve the customer associated with the logged in user if there's one
or create an empty customer and put it in the basket. |
|
deliveryAddressStepAction ( ) : RedirectResponse | Response |
Order process step 2: choose an address from existing ones or create a new one. |
|
deliveryStepAction ( ) : RedirectResponse | Response |
Order process step 3: choose delivery mode. |
|
finalReviewStepAction ( ) : RedirectResponse | Response |
Order process step 6: order's review & conditions acceptance checkbox. |
|
headerPreviewAction ( ) : Response |
Displays a header preview of the basket. |
|
indexAction ( Form $form = null ) : Response |
Shows the basket. |
|
paymentAddressStepAction ( ) : RedirectResponse | Response |
Order process step 4: choose a billing address from existing ones or create a new one. |
|
paymentStepAction ( ) : RedirectResponse | Response |
Order process step 5: choose payment mode. |
|
resetAction ( ) : RedirectResponse |
Resets (empties) the basket. |
|
updateAction ( ) : RedirectResponse |
Update basket form rendering & saving. |
|