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.

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

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

Discussion Structuring Product Variants

Hi, I'm a new to Drupal Commerce and trying to figure if it is suitable for our current project. Details as follows. Our client sells a variety of electrical fittings. Each fitting has a name, description and picture. No problem there. However there ...
BrettS — March 2011 — 5 comments

Pages