Package DE_EPAGES::Order::Hooks::Style
Additional hook function for AfterUpdateCustomizableButtons hook.
Functions
OnBeforeUpdateStyle
Triggered by hook OnBeforeImportObject. Sets the customizable basket button settings to the customizable basket settings. This are the default basket button values.
Syntax |
OnBeforeUpdateStyle( $hParams ); |
Input |
|
OnGetStyleURL
Triggered by hook API_OnGetStyleURL. Creates the possibility to alter the SF style URL. Here, we're it replacing with the OrderProcessURL if we're in the multi-step checkout.
Syntax |
OnGetStyleURL($hParams); |
Input |
|
OnRemoveObsoleteCSS
Triggered by hook API_OnRemoveObsoleteCSS. Here, we're removing all obsolete OrderProcessStyle.css files.
Syntax |
OnRemoveObsoleteCSS($hParams); |
Input |
|
OnWriteCSS
Triggered by hook API_OnWriteCSS. Here, we're writing the OrderProcessStyle.css file.
Syntax |
OnWriteCSS($hParams); |
Input |
|