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 get a node ID from a product display using the product ID
(http://drupal.org/user/49344), thanks again! Product Display path token Cart ...
Answer Answer to Question 5249
module enabled, use it to add and remove items to the client cart as needed, and just say that users with ...
jhmoore — December 2012
Answer Answer to Question 12466
adults and one for children. Then I would use Line Item fields that let a user select the number of ...

Discussion Product configurator
should calculate the price in function of the measurements the user fills out, the colors he chooses, and ...

Discussion Add a Delivery address
Hi I would like to add a seperate Delivery address to the checkout process, could someone point me in the correct direction with this please. Ultimatly I would like a check box below Billing address which says Use same address for delivery, then on untick ...
purplemonkey — August 2011 — 5 comments
Answer Answer to Question 4316
page above. It was designed with you in mind and has links to the user guides that give you lots of ...

Answer Answer to Question 12463
cart block and deal with anonymous users. In general (tm), you can use the same best practices of any ...

Answer Answer to Question 3245
'customer_profile_shipping') { $order = commerce_cart_order_load ($user-> uid); if ...
dannymacom — April 2013
Answer Answer to Question 7703
design, partially due to the fact that prices are constantly being re-calculated for each new user (this ... is designed to allow for user-specific pricing). How do you get around this design? I'm guessing ...

Discussion Displaying products
Hello, I am an advanced PHP/Web developer but am only just creating my first Drupal site. I feel like I've gotten a good start on using Drupal.. created my own basic theme etc. Now for the e-commerce side of my the site I am currently developing. I g ...
mikeken763 — August 2011 — 5 comments