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 Does Drupal Commerce work with faceted search
I don't mind digging in and learning. Perhaps some experienced drupal users might make recommendations as ...
merryseeker — April 2013 — menu selections
Answer Answer to Question 7620
send out. 3) Rename the rule something that makes sense 4) Add a condition called "user has ...

Question Popular products functionality would be great!
http://drupal.org/sandbox/davereid/1643530: products[PID] I would very much like to be able to show my users:- the most popular clicked ...
Summit — April 2013 — statistics popularproducts block
Answer Answer to Question 12068
PayPal site. This is helpful if some users may not already have a PayPal account nor want to create one. ... = user_load($order->uid); $data['first_name'] ...
fnikola — August 2014
Discussion Line item type should depend on product type, not content type
I apologize if this has already been suggested; the words involved are so generic that searching for them turns up too many results to go through. I'm having a conceptual hurdle with the way line item types are selected. I need to collect different k ...
Ben Stallings — November 2011 — 3 comments
Question File download fails every time
the user comes to download the file, the server kills the connection after a period of time. Sometimes ...
Answer Answer to Question 8641
price and wholesale price) for different user roles, but I can not get this rule to work only at the ... programmed my site to show wholesale prices by rule, and if i remember by one of the step that says USER HAS ...
erickbellido — August 2013
Answer Answer to Question 13600
['rebuild'] = TRUE;} function your_module_form ($form, & $form_state){ global $user; $order_id ... = commerce_cart_order_id ($user-> uid); $cart = commerce_embed_view ('commerce_cart_block', ...
Johannes Kees — April 2014
Answer Answer to Question 7427
the admin/commerce/config/product-variation-types page that is more user friendly. ...

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 ... = commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ... call_user_func_array('commerce_checkout_commerce_order_status_info', Array) module.inc:823 module_invoke_all('commerce_order_status_info') ...