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 Attributes + Sku + Multiple products instance
Hello, I have about 100 products, those are flowers, so they have weight, tall, blooming time... For those fields I think its ok, they will go in the "data" field from "products" table in my "Flower" product type, if I'm ...
Discussion field template for product view
Hi, I have a view that shows products and some of theirs line items. I want to theme a particular field so I went into "Theme: Information" found the template file name for that field and added it to the templates directory of my theme. I clear ...
Discussion Can users also be merchants?
Thank you so much for this distribution and modules and service generally. Its very much appreciated. I am trying to inquire if the Users who register on a Drupal commerce website can not only remain as customers but also post and sell products. Is capabl ...
dwamala — March 2013 — 2 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 ...
Andy @ BlueFusion — February 2014 — 2 commentsAnswer Answer to Question 13567
Vote up! 0 Vote down! No, I don't have any additional modules on pricing. When was patched this issue? ...
smurf — April 2014 — 1 comment
Discussion Product Display in Views
How do you display a Product Display in views. I have am developing a t-shirt store I have created 6 back end products each of the same t-shirt but but with a different size / colour e.g. t-shirt-red-small, t-shirt-red-medium, t-shirt-blue-small... you ge ...
Harntrox — March 2012 — 3 comments
Discussion Seminars and Drupal Commerce
First- Saw the session at DrupalCon Chicago. Really enjoyed it. Commerce is going to be way more enjoyable than UC, me thinks. I have a customer that does seminars all over the world and would like to move all of the registration, purchasing, etc. online. ...
samgreco — April 2011 — 15 comments
Discussion Product default image
Is there a way to define a default image when adding more than one image to a product? image product ...
jalves — August 2012 — 2 comments — image product
Answer Answer to Question 4402
Vote up! 1 Vote down! All of the questions you have could be answered using the following information: 1) The homepage is completely made up of blocks. 2) http://drupal.org/documentation/theme ...
Josh Miller — April 2013 — 2 commentsAnswer Answer to Question 3172
Vote up! 7 Vote down! Just a quick behind-the-scenes tidbit here: Drupal Commerce separates out its internal Order ID from what you see on the front end as the Order number. The Order ID is a serial numeric value that increments with each order created (i ...
Ryan Szrama — April 2013 — 3 comments