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 Multiple Quantity's Per Product
Hello there, I'm building a drupal commerce site for a wholesale customer. The thing is: I want to enter multiple quantity's at once if possible. I want to have more sorts of one product. Let's say i have a product with one pant The length ...
Discussion Adding Quantity to an add to cart page?
I can't seem to figure out how to allow the costumer to select the quantity of items they'd like to purchase on the costumer's view of the page. I created a view that displays:-Commerce Product: Title-Field: Image-Commerce Product: Add to C ...
switch — August 2011 — 9 comments
Discussion Pricing rules and session variables
Is it possible to create a pricing rule which checks for 2 session variables and adjust the pricing for the product accordingly? EG. I register a code in the session, done through a module which also registers a productid and uid. The module checks if the ...
Qubical — December 2011 — 3 comments
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 Mass editing and updating of product attributes.
are 2800 unique products). Now, we have found through our user research, that no one EVER orders XS ...
MarkLT1 — May 2012 — 3 comments
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
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 7620
send out. 3) Rename the rule something that makes sense 4) Add a condition called "user has ...

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