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.
Discussion Setting up shipping (for dummies)
is setting up shipping really that tricky? As a footnote, a user's guide of sort that shows how ...
alessio — May 2011 — 15 comments
Discussion Dynamic Price Pre-calculation
eventual customer's user account (for stores with role based discounts). What we do know is the actual ... (i.e. the user, the day, the contents of the user's shopping cart) but don't know what ... date [Action] apply a 10% discount. [Condition] If the user has the "past attendee" role, ...

Answer Answer to Question 6207
value. With this you can set the value for the addressfield on the newly created user account with the ...
sportel — April 2013 — 1 comment
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
Answer Answer to Question 7620
send out. 3) Rename the rule something that makes sense 4) Add a condition called "user has ...

Discussion Programatically Create Order with Customer Profile
I am using this method below to create order successfully, how do I add a customer profile with all the country/address etc to this order? There does not seem to be any reference to customer profiles in commerce_order_save. I had a peek into the commerce_ ...
imp7 — February 2012 — 5 comments
Question How do I modify the cart URL on update?
the cart, a product is removed from the cart, and when the user clicks on Checkout, the default URL of ...
Question Problems with Kickstart 2 installation
error: 403 ERROR ACCESS DENIED So, I pick on "login", login with my admin user, and pick on ...
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 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