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 3537
Vote up! 2 Vote down! The trick with all of these is to use "Aggregate" in Views and know which entity to use as a base table. For example "most ordered items" can be created in views on a "Line Item" entity for type "Pr ...

Answer Answer to Question 8976
Vote up! 0 Vote down! Ok, this one was a bit more involved because it uses code:) Short answer: you need to use hook_form_alter() to take control over that particular form. Fear not! I will show you how to find these things and edit them quickly:D Longer ...

Question Skipping Checkout completely for free items
Vote up! 1 Vote down! I can't think of a way this would be possible without some extreme custom contrib module but I wanted to check in case I can do it easily with rules. I have a site, most products are downloads and the only other product is a sub ...
Discussion Use of tokens in Emails
Hi! Just wondering, if I want to use tokens from the list that is at the bottom of the page, some of them are not converted. Do I have to make sure to turn on some other parameter somewhere? Example: I want to use the phone number field from my user profi ...
Francois P — March 2013 — 2 comments
Answer Answer to Question 3711
Vote up! 2 Vote down! i got it: $annotations = $form_state['values']['annotations']; global $user; // load oder $order = commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('co ...
maze — April 2013 — 1 comment
Discussion BackOffice
Are there people working on the backOffice of a DC site. A Commerce-site owner wants statistics like: number of visits resulting in orders number of visits not resulting in an order (abandoned) products bought etc. It would be great to have a module for t ...
latulipeblanche — June 2011 — 1 comment
Answer Answer to Question 7037
Vote up! 1 Vote down! Maybe these links are a good start: http://www.drupalcommerce.org/videos/commerce-module-tuesday/commerce-cu... http://www.drupalcommerce.org/videos/tutorials/customizable-products-piz... Thanks ...
realskorpion — April 2013 — 2 comments
Discussion How to create a Product Catalog in Commerce Kickstart 2
Hey, people: I have been working my CK2 site and I been running into an issue with understanding how to items to the category menu. I have added the additional taxonomy term to the Product Category, but the terms are not automatically added to the menu ba ...
Louis Preston Thornton — August 2013 — 1 comment
Discussion Selling Numbers
Hi, I'm completely new to Drupal Commerce (coming from the UC camp). I managed to get the store figured out and I built one product which is tickets for an event. Basically my customers are buying a serial number which will be emailed to them so when ...
pooon — June 2011 — 1 comment
Discussion Rules and product fields, please help
Sorry if this has been discussed before, but I still don't have all the steps for accessing a field in a product. I have a product with a custom field "customer" and I want to create a rule so when an order is created, the customer field is ...
pitxels — March 2012 — 2 comments