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.

Answer Answer to Question 3245

hook_commerce_checkout_pane_info_alter (& $checkout_pane) {    foreach ($checkout_pane as $pane_name => & $pane_data) {        ... = commerce_cart_order_load ($user-> uid);             if ($user-> uid > 0) {                    unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013

Documentation Checkout Single vs. Multiple Page

hook_commerce_checkout_page_info(). The Payment page is solely used for the off-site payment redirect checkout pane. It is purely ...
smokinggoat — August 2012 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion cart functions only for specific role

Hi, I am building a new site that i need to allow ONLY wholesaler to be able to add to cart items and checkout however all other users can only view the products but not have any cart functions including not to show the add to cart button for them. how ca ...
ariban99 — March 2013 — 7 comments

Question Proper way to display custom line item fields on checkout form

complete entity" and choose necessary fields by adding custom view mode by hook_entity_info ... that I can add to checkout view "Rendered Commerce Line item", formater: "render ... altering some hook?) or other way to list out all line item fields? Line Item Checkout ...
zmud4@o2.pl Lukasz Zmudziak — November 2014 — Line Item, Checkout

Discussion How can I sell edit permissions for a specific node?

Commerce Licence module (specifically commerce_license_role submodule) to sell a 'Business Owner' ... a specific node for a specific duration of time. Mike node reference ...
mike — April 2014 — 2 comments — node reference

Discussion Free shipping on Specific items

shipping from a product option, from the calculation of the shipping cost. We are using the commerce ups ...
Daniel.uww — July 2013 — 2 comments — free shipping, rules, shipping calculator, ups

Question Setting Custom Fields at Checkout

possible to change it via hook_commerce_checkout_pane_info_alter? If so how? It doesn't appear that ... line-items and the order but are unable to adjust the form values in checkout via the hook_form_alter. Is it ... http://drupal.stackexchange.com/questions/31509/commerce-setting-custom-... http://drupal.org/node/1589134 Checkout FAQ ...
dannymacom — April 2013 — Checkout, FAQ

Discussion Altering checkout form text

Hi, I'm fairly new to drupal, and I'm having trouble finding any information on how to alter the values on the continue/go back buttons on the checkout forms. Is this possible? If so, is there anything online that explains how to do it? ...
Pfriedo — January 2012 — 2 comments

Blog Paris Drupal Commerce Sprint, February 22-26

specification and take advantage of Bojhan and fago's expertise to work on the Drupal Commerce IA and Rules ... Costs will mostly be covered by Commerce Guys / af83, but if you can't make it and would be happy ...
Ryan Ryan Szrama — February 2010 — 8 comments

Question How to hide checkout panes based on shipping method?

hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) {    global $user; ... mymodule_commerce_checkout_pane_info_alter() (line 34 of............./sites/all/modules/mymodule/mymodule.module). Backtrace: ... mymodule_commerce_checkout_pane_info_alter(Array, NULL, NULL) module.inc:1022 drupal_alter('commerce_checkout_pane_info', Array) ...
UrmasZ — April 2013 — Shipping, Rules

Pages