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 Do products need a SKU?
Alrighty, I'm trying to summarize a discussion that occurred in IRC today surrounding the need / name for the SKU on products. We talked about this in our San Francisco sprint last October, but I didn't recall reaching a conclusion away from SKU ...

Question Ordering Product Variations (line weight)
Vote up! 0 Vote down! Happy New Year Everyone! Anyone know how to increase the order (line weight) number for product variations from 50 to 75? I have 75 product variations numbered from P801 to P875. The products were in perfect order from P801 to P851 a ...
NextPageNetty — January 2013 — 1 comment — Product Variation
Question date format in mysql
Vote up! 0 Vote down! Hi all, I'm reading commerce_order using sql- and find that the 'created' date is simply stored as an int(11)- like this: 1346058279. Obviously there is a way to 'normalize' this- but how? Like- when I'd ...
drupal_kid — August 2012 — 1 comment — date data format
Discussion Price Format on Import
Hi Folks, Thanks for your work on this great project! I have just set up D7 with commerce and been importing a couple of thousand products and nodes via feeds and commerce feeds. All good so far. The price in my data is in decimal format. That is 6 = $6.0 ...
harry — July 2011 — 2 comments
Discussion Craete automatic Coupon using rules after checkout completion
Hiii, I am new in drupal & iam using commerce coupon module & i want to generate a coupon automatically after the completion of checkout process.... Actually i want a gift card functionality such that when a customer purchase a product then produc ...
Discussion Payments Specification
The Commerce project needs a way of handling payments, but its not the only project that needs to deal with payments. My thoughts are lets design a generic framework for handling payments not just for Commerce, but any other project that want some form of ...
univate — June 2010 — 9 comments
Discussion Line item type should depend on product type, not content type
I apologize if this has already been suggested; the words involved are so generic that searching for them turns up too many results to go through. I'm having a conceptual hurdle with the way line item types are selected. I need to collect different k ...
Ben Stallings — November 2011 — 3 comments
Discussion ER (Entity Relationships) Diagram for Drupal Commerce
I'm currently working on understanding Drupal Commerce. I only have a fuzzy idea of how all the different entities (not just Drupal "entities") relate. We have a list here: http://www.drupalcommerce.org/specification/entities Product entity ...
rjsteinert — January 2012 — 2 comments
Answer Answer to Question 8294
Vote up! 1 Vote down! Hi, You can start here: http://www.drupalcommerce.org/discussions/4247/custom-field-not-showing-... Thanks ...
realskorpion — May 2013 — 1 comment
Discussion Force 1 product per cart and quantity to one
Hello, i'm trying to add a rule to my drupal commerce install. i need to force 1 product per cart, with max quantity = 1. I tried: Event: Before adding a product to the cart Conditions: Elements: Total product quantity comparison Parameter: Order: [c ...