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.

Question Why is it I can't put the Payment Pane in the Payment page? Or How to separate review pane and payment pane?

offsite? Do I have then to implement a custom checkout page (hook_commerce_checkout_page_info()) where ... Vote up! 0 Vote down! When I put the payment pane in the payment page, the checkout process still ... skips the payment page. According to the documentation, payment page is "a page that only appears ...

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

Discussion Adding info to Order

hooks to add in the pane to the checkout process (need to specify it when entering billing info) and ... I handle the validation to insure it is a correct account. I expect I'll need to hook the order view ... to display this info as well. No problem... although it took forever to figure out how to do all the ...
Cogniven — December 2011 — 3 comments

Documentation Development Standards

Module File and Directory Structures Module Packages Function and Hook Naming Automated Testing Using ... Modules should pattern their files and directories after CCK: example.info example.module README.txt /help ... The tests directory contains SimpleTest include files. 3. Module Packages Module.info files should use ...
Admin — May 2012

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

Discussion Checkout Form: Pages and Panes

hook_commerce_checout_pane_info(). This hook should return an array of checkout pane objects keyed by a unique pane_id and include ... hook_commerce_checkout_pane_info_alter($checkout_pane). The checkout pane object will include the pane_id. This hook is invoked by the function ... hook_commerce_checkout_pane_info() and the related callbacks, look in the order and cart modules. Major changes from Ubercart include ...
Ryan Ryan Szrama — May 2010 — 10 comments

Answer Answer to Question 8414

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

Discussion Workflow for custom checkout

ready to check out, I have some callbacks hooked in to call my specific review and payment forms? ... want the checkout review and payment in a modal window, structured and styled a very specific way. ... about the best way to present the checkout payment pane where the credit card info is entered. It seems ...
delta195 delta195 — March 2014 — 2 comments

Answer Answer to Question 7198

writing a custom hook_rules_event_info_alter to pass the info I needed into Rules. ... Vote up! 3 Vote down! It's possible. I have a commerce site that picks from three payment ... is done with Smart IP which exposes a ruleset I can use in admin/commerce/config/payment ...
garrettc — August 2014 — 1 comment

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