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 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') ...
UrmasZ — April 2013 — Shipping, Rules

Discussion Design of Drupal Commerce

The new design looks great but I have a few thoughts(FWIW)- The #zone-title padding seems too large. On a small screen it pushes discussion off the page. padding:13px 0; seems to keep a nice look, but doesn't create too much spacing.- I'm not ol ...
timodwhit — May 2012 — 6 comments

Answer Answer to Question 7620

send out. 3) Rename the rule something that makes sense 4) Add a condition called "user has ...
joshmiller Josh Miller — April 2013

Question Variable pricing based on range values

a solution (you need about 150.000 products to accomplish this task). If the user select 150cm x 320cm ... could be re-calculated using a rule when the product is added to the cart? But how the user input value ...
FINeX — April 2013 — 1 comment — Price, Product Attributes

Question Process data serverside after CALLBACK_commerce_payment_method_redirect_form

CALLBACK_commerce_payment_method_redirect_form_validate is not getting called on return. Surely you must be able to manipulate user submitted data on the ...
Andrew211 — January 2014 — checkout payment

Answer Answer to Question 7427

the admin/commerce/config/product-variation-types page that is more user friendly. ...
bojanz Bojan Zivanovic — March 2013

Question Submit handler for quantity change in cart?

form... but I'm not sure where to put it. More specifically, I need to see if the user updated the ...

Answer Answer to Question 7090

http://www.drupalcommerce.org/user-guide/modifying-shopping-cart-using-v... But sometimes you want to create a subtheme or modify.tpl files (as explained here: ...
realskorpion — April 2013

Discussion [Solved] How to make two shipping methods?

Hi I need two shipping methods. First for clients paying on my account before sending product, then the shipping cost is less. Second for client paying on delivery, then shipping cost is higher. How to setup Flat rate module for me? ...
nawi — March 2012 — 4 comments

Discussion State Sales Tax

What is the best way to calculate state sales tax assuming that unless the shipping state is common with where the shopping cart is, there should be no sales tax added to the order? To clarify: I live in Florida and unless the item is being shipped to Flo ...
paradiseprotech — April 2011 — 9 comments

Pages