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 Changing starting order number?
I recreated my store from UC to Commerce and i think the last thing I need to do is start the order numbers at a specific number. I couldn't get the migration to work so I just opted for a complete rebuild. But now I have no orders. Not a big problem ...
Sean — November 2011 — 6 comments
Answer Answer to Question 13091
Vote up! 0 Vote down! Hi, I can call commerce_cart_order_product_line_item_delete() and commerce_entity_reference_delete() from a module without any problems. function my_sandbox_form_alter(&$form, &$form_state, $form_id) { commerce_entity_refere ...

Question File download fails every time
Vote up! 1 Vote down! I'm trying to sell files on my website. Everything is set up, but when the user comes to download the file, the server kills the connection after a period of time. Sometimes the download gets to 20% sometimes 50% depending on th ...
Discussion Addon with checkbox
I have my main product and I was wondering if I can have checkboxes that add amounts to the product. For example. Product- $99 [ ]- Add chrome finish- $10 [x]- Add custom name- $20 Total- $119 ...
pooon — October 2014 — 1 comment
Discussion Checkout button
Hey everyone. I'm very new to drupal commerce and am having problems with it. I have followed the userguide on this and have been able to create and display a product list and product types and so on, but when i log on as an authenticated user, i can ...
frankenstein246 — June 2011 — 9 comments
Question How do I completely disable Cart and Checkout?
Vote up! 1 Vote down! sorry a drupal newbie here, i want to use drupal commerce for all the features it has out of the box except, the commerce aspect of it, meaning i want cart and check out disabled and all payment options but i dont seem to see those o ...
Answer Answer to Question 7278
Vote up! 2 Vote down! You could use this module: http://drupal.org/project/commerce_message_pane And then a different module to insert the checkout review View in the new custom pane. Josh ...

Discussion I need to sell licenses
Hi I need to sell authorisation codes. I am provided with a list of codes and I need to setup a system where I can sell individual codes. The code needs to be sent in a email with some other information after purchase. Once a code has been sold it cannot ...
chaloum — March 2012 — 2 comments
Discussion Select a date for delivery
I would like to allow the user to add a date during the checkout. The product she ordered would be delivered on the day she specified. I installed Date module and added a date field to Orders with a datepicker popup, but this field only shows for the admi ...
balintd — November 2011 — 6 comments
Discussion URL alias for products
Hi, I'm stuck in setting the url alias for my product displays. There are tons of tokens but not that one I need: I have set up my structure with taxonomy terms and built the corresponding main menu like this: 1. Computer 1.1. Desktop 1.2. Laptop 1.3 ...
Brian — February 2012 — 4 comments