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 3185
Vote up! 0 Vote down! Yes, it would be useful to be able to translate these words. ...
Anonymous (not verified) — October 2012 — 1 comment
Answer Answer to Question 8575
Vote up! 2 Vote down! For starters, you won't technically be able to get rid of prices, but that doesn't mean the customer ever has to see them. You can just leave the price for everything at $0 and then edit your product type's field displ ...

Discussion Create Products Using Rules
I'm trying to understand where commerce stores it's rules hooks. In my Drupal 7 install I have a tonne of custom entities which I am working on plugging into ctools to enable panels to alter the add/edit forms. My next step is to hook these cust ...
scotthooker — July 2011 — 2 comments
Answer Answer to Question 5356
Vote up! 0 Vote down! same issue here, anyone know how to do this? ...
miller — January 2013 — 1 comment
Discussion Token for Order number
I have looked and looked but haven't seen it yet. I have set up a pay by check option. On the setup there is an option to leave directions for the customers who choose this method for payment. My question is where do I find the list of tokens for the ...
jmr3460 — October 2012 — 1 comment
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
Question How to recover from PDOException: SQLSTATE[23000]: Integrity constraint violation:
Vote up! 0 Vote down! My fault! I don't think there is a Drupal error. I was trying to implement a new rule based on http://www.drupalcommerce.org/user-guide/shopping-carts-orders-and-line-... where I followed these instructions: "To remove an i ...
Rich Edwards — April 2013 — 1 comment — Troubleshooting
Answer Answer to Question 12878
Vote up! 0 Vote down! First thing to check is probably your apache & system log and see if there's anything obvious in there. The most likely culprit is lack of memory- see https://drupal.org/node/207036 to fix. If it's not that then postbac ...

Question No Images in Example Store
Vote up! 0 Vote down! Hi there, I just set up the Kickstart and didn't get any images on content import. I did have a failure on my first try (see issue reported here http://drupal.org/node/1787992) but did get the install to work on the second try. ...
avery — April 2013 — 1 comment — product images
Discussion Alter cart unit price and total amount
I need help on this code which is invoked on calculate sell price rules event on cart view. Line items and order are properly modified. But nothing is displayed, old unit price amount and old total amount are displayed. Even after cart refresh. Any idea? ...