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 3304
hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012
Question Saving into a customer profile field
= commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('commerce_order', $order); $annotations ...
Discussion Shipping Rules
I have hunted high and low and there does not appear to be any instruction as to how you create the rules to disable shipping costs when an order reaches a specific value. I want to offer free freight for any order over $100 I have looked through the rule ...
westsyde — August 2011 — 11 comments
Question Is there a way to have multiple quantity fields on one product display page?
displaying as expected there, allowing the user to choose what language they want the book to come in and ...
Question Selling courses with drupal commerce
to cart' button and shows the content when the user has purchased? PS: In the future, we will ...
Discussion registration at checkout... is possible to make seamless?
instances. 1. I don't care if anonymous users see a horz login registration at the top of the page. 2. ... user to have to verify registration information at least not until the checkout is complete. 4. Yet, ...
Discussion Import script & taxonomy terms to product (product_display)
Hi! Is possible to add the taxonomy terms to product (product_display) with API function? G. ...
makgab — May 2012 — 1 comment
Discussion aliases for products in multiple categories?
How do you deal with url rewriting for products in multiple categories? Pathauto could(as far i know) generate only one url for each content, in this case we would need as much aliases as much categories. ex: product1 has 3 categories and product2 has 1 c ...
heyyo — December 2011 — 1 comment
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
Question Stuck with reading a feed into product_display
problem, or create a record without one. Somehow it has to do with the rights of the cron job user. And ...