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 Blank white screen encountered when enabling all the modules
Does anyone else get this issue? I have installed everything correction, all the need modules etc.. When I go to enable the commerce module, and hit save, the page just loads a white page of DEATHHHHH WTF! ...
johndeveloper — July 2011 — 3 comments
Answer Answer to Question 18691
Vote up! 0 Vote down! Chris, You can force the attributes to show on the "Display formatter" for the Product Reference field. See example below: The path for the admin interface for a standard Drupal Commerce store looks like this: admin/structu ...
Josh Miller — October 2014 — 1 commentAnswer Answer to Question 18472
Vote up! 0 Vote down! Unfortunately, forms (line item add to cart forms) within forms (cart forms that let you modify quantity) is a non-starter. Additionally, there is no core way of handling editing a line item field that is customer facing. But take he ...
Josh Miller — October 2014 — 1 commentDiscussion Field Type and Widget for Body field
Hello In Commerce Kickstart2, the field type of the core body field has been changed to "Long Text" from "Long text and summary" and Widget has been changed to "Text area(multiple rows)" from "Text area with a summary&qu ...
karim — October 2012 — 1 comment
Discussion Is DrupalCommerce right for me?
I need to charge a user during registration for access to a client's Drupal 7 site. We don't have any products, so there isn't really a need for a cart of further shopping. Is DC overkill, can I easily just use the payment api to take payme ...
justageek — April 2012 — 3 comments
Question Add role on checkout if cart contains certain products
Vote up! 0 Vote down! I need to add a role to a user if they have a specific category of products within their cart. I have gotten the rule to work when they have one of these products in their cart, but it seems to break when there are multiple products ...
Threadsniper — August 2012 — 1 comment — Rules
Discussion Dynamic price calculation- complex case
Hi, I wish to implement a rather complex price calculation system for the objects that will be for sale in my Drupal Commerce store. A basic description of what should be achieved: A buyer arrives at a product page, and clicks the "Buy" button. ...
svendecabooter — April 2011 — 8 comments
Discussion Notes on development standards
Drupal coding standards for syntax and documentation; Coder module standards. Patches must pass Coder.* Using proper file includes in the menu system: pages.inc, admin.inc, theme.inc Standardize on CCK module structure / subdirectories: includes, theme (i ...
Ryan Szrama — October 2009 — 3 commentsDiscussion Catalog View
With the latest commits to Drupal Commerce and a patch pending for Views, I've got full Views relationship support working through product reference fields. This means you can pull any field from a product into a Node View if that product has been re ...
Ryan Szrama — June 2010 — 16 commentsQuestion 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
