Property | Type | Description | |
---|---|---|---|
$owner | CheckoutPage_Controller |
Method | Description | |
---|---|---|
IsCurrentStep ( $name ) | Check if passed action is the same as the current step | |
IsFutureStep ( $name ) | Check if passed action is for a step after current | |
IsPastStep ( $name ) | Check if passed action is for a step before current | |
StepExists ( $name ) | ||
getSteps ( ) | ||
index ( ) | Get first step from stored steps | |
onAfterInit ( ) | Redirect back to start of checkout if no cart started | |
setupSteps ( $steps = null ) | Set up CheckoutPage_Controller decorators for managing steps |
Method | Description | |
---|---|---|
actionPos ( $incoming ) | Get the numerical position of a step | |
compareActions ( $action1, $action2 ) | Check if one step comes before or after the another |
public IsCurrentStep ( $name ) |
public IsFutureStep ( $name ) |
public IsPastStep ( $name ) |
public onAfterInit ( ) |
public static setupSteps ( $steps = null ) |