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

$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... 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 ...
UrmasZ — April 2013

Answer Answer to Question 10250

the commerce store that I will create there will be a single person [or basically 2-4 people with ...
aniket.mohite88 — August 2014

Answer Answer to Question 10511

a colleague of mine, was to utilize the "commerce_cart_attributes_refresh_alter" function to check ... thing. <?php /** * Implements hook_form_alter(). * * Alter the Commerce 'Add to Cart' form. ... **/ function product_access_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state, ...
A.hjelm — October 2013

Answer Answer to Question 7213

Vote up! 2 Vote down! Have a look at the event "After updating an existing commerce ... (commerce-order-unchanged:state) is NOT equal to 'completed' (use the negate checkbox) 1 condition that checks if the new ... state (commerce-order:state) equals 'completed' add 1 action that assigns the userpoints to ...
S1L — March 2013

Answer Answer to Question 4456

Vote up! 0 Vote down! I have the same problem. I solved my issue creating a view of "Commerce ...
netol — October 2012

Answer Answer to Question 6571

what is happening? Is it a bug of the commerce kickstart? or Am I doing something wrong? Any help will ...
gmopinillosv — February 2013

Answer Answer to Question 3640

Vote up! 0 Vote down! First you need Commerce Shipping, and either Flat Rate and/or UPS installed. ... Commerce Order / Order address component comparison. Data selector is commerce_order, Address is shipping ...
endcom — July 2012 — 1 comment

Answer Answer to Question 7572

hide a complexity found in Commerce. Commerce stores data in product entities and displays "add to ... tried to clear up that confusion with Kickstart 2 and the commerce_backoffice and inline_entity_form ...
joshmiller Josh Miller — April 2013 — 1 comment

Question Accessing product line items in shipping calculation (solved)

on this site:(Thanks for the module commerce guys! Shipping Flat Rate FAQ ...
FunksMaName — February 2013 — Shipping, Flat Rate, FAQ

Answer Answer to Question 8396

Vote up! 2 Vote down! Yeah, when I created Commerce Shipping 2.x, I enforced a default limitation ...
Ryan Ryan Szrama — June 2013

Pages