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 Managing donations in Drupal Commerce

This question has come up quite a bit in IRC, e-mails, and the forum / issue queue. I want to just kickstart in this post a discussion that can result in one or more usable contributed modules for managing donations in Drupal Commerce. When I think of a d ...
Ryan Ryan Szrama — March 2011 — 9 comments

Answer Answer to Question 9042

Vote up! 2 Vote down! Great question Dorian! This is a simple way to enable users to sell content, ...
joshmiller Josh Miller — August 2013 — 1 comment

Answer Answer to Question 8954

to look at? Not really. There are user guides and there is a " getting started " guide. ...
joshmiller Josh Miller — August 2013 — 1 comment

Answer Answer to Question 3802

provides an API and user interface for storing and resuing credit card data. "The module does not ...
joshmiller Josh Miller — September 2012

Question Deleting a Line Item Programmatically

  //dprint_r($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']);   global $user;   // Load the order and empty the cart   $order ... = commerce_cart_order_load($user->uid);   //commerce_cart_order_empty($order);   if($line_item->quantity!= 0){    switch ...

Discussion Product entities and/or product nodes??!!... how to handle my bookstore catalogue in DCommerce?

(http://www.ubercart.org/docs/user/10963/understanding_product_classes). But how to differentiate prices and other characteristics for specific instances (nodes?) of the ...
itamair — February 2011 — 10 comments

Question Duplicating an order

(!isset($order)) {    return;  }   if (empty($account)) {    global $user;     $account = $user;  }   // Get the ...
HenryJones — February 2013 — Order

Discussion Product question.

Ok. I've tried to do this and I'm not sure how to approach it. we're a shop that does custom printing and framing. We have a ever growing image archive that we can make products from. I'd like to have these images listed as well as cre ...
James Haswell — April 2014 — 1 comment

Answer Answer to Question 3934

http://www.drupalcommerce.org/user-guide/products to at least make sure you're referencing the products properly in your node. ...
Aaron Dudenhofer — August 2012

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 Ryan Szrama — February 2010 — 20 comments

Pages