commerce_rules_extra_process_checkout_page.inc in Commerce Rules Extra 7.2
Rules events Checkout Page Event.
File
includes/events/commerce_rules_extra_process_checkout_page.incView source
<?php
/**
* @file
* Rules events Checkout Page Event.
*/
/**
* Helper function to return the event info to the main module.
*/
function commerce_rules_extra_process_checkout_page_event_info() {
return [
'label' => t('Process a change to the checkout page'),
'group' => t('Commerce Checkout'),
];
}
Functions
Name![]() |
Description |
---|---|
commerce_rules_extra_process_checkout_page_event_info | Helper function to return the event info to the main module. |