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.

Discussion Disabling a checkout page

There is no "enabled" property for hook_commerce_checkout_page_info(). This property is ... available in hook_commerce_checkout_pane_info() but not page. I'm trying to work on my first module for ... Commerce (actually, my first module period) which will require commerce_shipping. I intend it to be ...
switch — June 2012 — 4 comments — checkout, shipping

Discussion How to set the unit price to a specific amount of a specific product

In Drupal Commerce Kickstart 7.x-2.3 How would I "set the unit price to a specific ... amount" for ONLY ONE specific product? I get how to "set the unit price to a specific amount" in ...
owl — May 2013 — 2 comments

Question Split info contained in [commerce-order:commerce_customer_shipping]

[commerce-order:mail-username] [commerce-order:commerce_customer_shipping] I receive [email protected] Name Surname street.... ... zipcode City zone county I want to split [commerce-order:commerce_customer_shipping] in different fields:- ... [commerce-order:commerce_customer_shipping:0:postal_code] or [commerce-order:commerce_customer_shipping:postal_code] but nothing appear. is possible to ...
Scorpio26 Janhu — August 2016 — commerce shipping

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 ...
garrettc — August 2014 — 1 comment

Discussion Dynamically Disabling Customer Profile panes

initial method for doing this using a new event that is fired from hook_commerce_checkout_pane_info ... forms to fill out. On completion of the checkout and payment process the data from a specific for ... ability to control the appearance of these customer profile panes in drupal commerce. I have created an ...
aCrazyAnimal ACrazyAnimal — December 2011 — 1 comment

Question How do I create a product type programatically?

that doesn't exist anymore in the code base, hook_commerce_product_info(). Aside from using ... programatically in a module. I've searched google, and the closest I've come to solving this is a hook ... commerce features module, is there anyway I can programatically create a product type in a module? Product ...

Question what happened to hook_commerce_order_update

Vote up! 0 Vote down! Hi hook_commerce_order_update() was around a while ago- has it been ... superceded by hook_commerce_order_presave? I want to catpure order status changes in code thanks order update ...
jons jons — November 2013 — order update status

Question How to use hook_commerce_entity_access_condition_ENTITY_TYPE

commerce_entity_access_query_alter() that there is now a hook_commerce_entity_access_condition_ENTITY_TYPE hook available... could you ... already putting this into action! Maybe even roll a patch for commerce.api.php to document this super ... handy hook...:) entity access api order access DX ...
rerooting — November 2013 — entity access, api, order access, DX

Question How to put shopping cart contents pane in 2 pages?

and also the payment page. How do I do that? Do I have to implement hook_commerce_checkout_pane_info ... () and create a pane/duplicate the pane in commerce_cart.module? Checkout checkout process Cart Shopping ...

Answer Answer to Question 7909

to use hook_commerce_line_item_type_info() to add a custom "add_form" callback and show ... hook_commerce_line_item_type_info(). 702:function commerce_shipping_commerce_line_item_type_info() {HTH ... http://drupal.org/project/commerce_custom_product). That seemed easy enough, but tested via adding them on the Shopping Cart. Now, for making those ...
Favio Manriquez — May 2013

Pages