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.

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 ...

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

Discussion Import script

Hi! I would like to make a custom import XML script, to load external data from a custom software. This software only send xml data to the webshops. It is ok, but I would like to store an external ID in commerce (what is searchable). I tried that:... $pro ...
makgab — May 2012 — 4 comments

Answer Answer to Question 3213

optimal for the majority of online shops. In my case I do want unique individual user accounts created at ...
mjcarter — July 2012

Question When Logged in as Admin, Site DB locks up

and anonymous users as if nothing is wrong. Here is the error I am presented when the error occurs: ...
Eric Shell — August 2013 — drupal-7, database, MySQL, lock, admin

Pages