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 Rule for checking shopping cart (order) for duplicated items
I am trying to create a rule to check order for duplicated products. I am selling digital goods and it does not make sense for customer to buy two same digital products. So I created a rule that loops through commerce order line items to find duplicates. ...
sketman — June 2012 — 2 comments
Discussion Product Specification
status). DC allows users to define any number of "Product types" that include the base product ... referenced, the Add to Cart form will automatically create the appropriate form elements needed for the user ...
Ryan Szrama — January 2010 — 7 commentsQuestion Selling courses with drupal commerce
to cart' button and shows the content when the user has purchased? PS: In the future, we will ...
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 ...
Ryan Szrama — February 2010 — 20 commentsPage About Drupal Commerce
builders in the user guide and for module developers in the developer guide. This site is also the primary ... user support and self-help community, where you can find answers to common configuration questions and ...
Ryan Szrama — May 2012Question Stuck with reading a feed into product_display
problem, or create a record without one. Somehow it has to do with the rights of the cron job user. And ...
Question Dollar amount discount based on quantity & terms?
user doesn't have to input a code. And when the qualifying products are removed from the cart, the ...
Discussion Product Creator
nodes for different users. I would really love if this kind of functionality will be abel at the product ...
Najtsirk — November 2011 — 1 comment
Question How to get Attributes to Work?
Vote up! 0 Vote down! I keep reading and following the examples in the User Guide but cannot get ...
cjcraven — October 2012 — Product Attributes
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
