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 Event Registration Questions

Hey guys, I am very anxious and excited to begin using Drupal Commerce. I have a couple areas that I specifically use in Ubercart that I'm looking to use when I switch over to Commerce and I'm hoping for some feedback. I use Ubercart to do our c ...
daniel-san — April 2011 — 7 comments

Answer Answer to Question 7572

Vote up! 1 Vote down! martin, I'll take a shot, but I wrote the docs:D Kickstart 2 tries to hide a complexity found in Commerce. Commerce stores data in product entities and displays "add to cart" buttons in nodes that have a reference fiel ...
joshmiller Josh Miller — April 2013 — 1 comment

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 Integrating affiliate tracking pixel with drupalcommerce

confirmation / online invoice page of the cart system. Doing this would require the iDevAffiliate user to login ...
HKT — August 2012 — 1 comment — tracking, tracking pixel

Discussion Additional services for products already purchased

trigger these events with Rules, but I need to display a button for each created node, so the user can ...
Samirah — July 2011 — 2 comments

Discussion Product file alias tokens from product display

I'm running into an SEO optimization issue here, because of the "Product display" <-> "Commerce product" logic. My product display has two taxonomy fields; category and type. And of course several refenreced products (variat ...
wayaslij — September 2012 — 1 comment

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

Discussion Clarifying product attributes and what it does / doesn't mean

Hello all Hope the dramatic title drew you in. I believe this is a serious issue for DC, and is clearly being ignored (probably for very good reasons) by those in the know (probably because they are sick of the issue). However, as understandable as the ab ...
mikeaja — November 2013 — 1 comment

Question When I setup a VAT tax, how do I make it default to my new tax rate on the product add form?

Vote up! 0 Vote down! We are using the inclusive VAT tax rate for all of the items in this shop. On the Add Product form, I have to select the tax rate for every single item, even though there is only one tax rate available. I would like to be able to set ...
dbazuin — June 2012 — 1 comment — Tax, product edit form, VAT

Discussion Creating DC View with prices and pictures

Hi! Im still trying to make it work- simple view with product's 1. thumbnails as a links to node, which display product 2. prices 3. title as a links to node, which display product 4. taxonomy term as a links to all products of that category What i h ...
CrazyDiamond — March 2011 — 13 comments

Pages