Class CheckoutStep_Summary
Шаг подтверждения заказа
Для шага можно использовать шаблоны: CheckoutPage_summary, CheckoutPage, Page В шаблоне надо выводить:
- состав заказа $Order.Items
- данные заказа (кроме $Order.ClientNotes)
- форму шага $Form
- Extension
-
CheckoutStep
-
CheckoutStep_Summary
Package: cart\steppedcheckout
Author: dvp
Located at cart/code/steppedcheckout/CheckoutStep_Summary.php
Author: dvp
Located at cart/code/steppedcheckout/CheckoutStep_Summary.php
Methods summary
public
|
|
public
|
Methods inherited from CheckoutStep
NextStepLink(),
PrevStepLink(),
StepIsActive(),
getStepActions(),
stepMessage(),
stepName(),
stepTitle()
Methods inherited from Extension
__construct(),
clearOwner(),
getOwner(),
get_classname_without_arguments(),
setOwner()
Magic methods summary
Properties summary
public static
array
|
$allowed_actions |
#
This is used by extensions designed to be applied to controllers. It works
the same way as |