Page not found

We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.

Documentation Currency info hooks

hook_commerce_currency_info() hook_commerce_currency_info ... _alter(&$currencies) hook_commerce_currency_info() Commerce module endeavors to define all legal currencies, so please open an issue if yours is ... hook_commerce_currency_info_alter(&$currencies) Modules can use this hook to alter properties of any defined currencies. This hook should be used ...
Ryan Ryan Szrama — May 2012

Documentation Payment info hooks

hook_commerce_payment_method_info() hook_commerce_payment_transaction_status_info ... () hook_commerce_payment_method_info() The Payment module uses this hook to gather information on payment methods defined by enabled ... using hook_commerce_payment_method_info_alter(&$payment_methods) before default values and magic ...
Ryan Ryan Szrama — May 2012

Documentation Checkout info hooks

hook_commerce_checkout_page_info() hook_commerce_checkout_pane_info ... () hook_commerce_checkout_page_info() The Checkout module uses this hook to collect information on all the available pages in the ... its own implementation of this hook, commerce_checkout_commerce_checkout_page_info(): Checkout- the ...
Ryan Ryan Szrama — May 2012 — 2 comments

Documentation Order info hooks

hook_commerce_order_state_info() hook_commerce_order_status_info ... () hook_commerce_order_state_info() The Order module uses this hook to gather information on order states defined by enabled modules. ... hook_commerce_order_state_info_alter(&$order_states) before being sorted by weight. A single order state array is referred to as $order_state. An array ...
Ryan Ryan Szrama — May 2012 — 2 comments

Documentation Customer info hooks

hook_commerce_customer_profile_type_info() The Customer module uses this hook to gather ... in its own implementation of this hook, [commerce_customer_commerce_commerce_customer_profile_type_info ... hook_commerce_customer_profile_info_alter(&$profile_types) after the module has been set. A single customer profile type array is referred to as ...
Ryan Ryan Szrama — May 2012 — 2 comments

Documentation Line Item info hooks

hook_commerce_line_item_type_info() Note: [Commerce ... other modules are enabled that implement hook_commerce_line_item_type_info(), the Line Item module will ... hook_commerce_line_item_type_info_alter(&$line_item_types). A single line item type array is referred to as $line_item_type. An array of line item type arrays ...
Ryan Ryan Szrama — May 2012 — 1 comment

Discussion Name of pane created from hook_commerce_customer_profile_type_info?

the api example?: <?php function hook_commerce_customer_profile_type_info () {  $profile_types ...
switch — June 2012 — 2 comments

Documentation Info hooks

Info hooks of the format hook_commerce_*_info() are used to define a variety of non-entity / field ... defined in these hooks are alterable by other modules. Currently every info hook is expected to return an ... associative array keyed by a unique ID after all the info hooks have been modified by this issue: an issue. ...
Ryan Ryan Szrama — May 2012

Answer Answer to Question 8414

Vote up! 0 Vote down! implement hook_commerce_currency_info_alter ...
akosipax — July 2013

Answer Answer to Question 7845

Vote up! 0 Vote down! ok, was used hook_commerce_tax_type_info, hook_commerce_tax_rate_info and to ... hook_commerce_tax_rate_info ...
cigocf — April 2013

Pages