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 Need help from Drupal Commerce experts on setting up Products
I'm currently feeling my way through Drupal Commerce structure, particularly on the Product creation part for now. I'm still new to Product vs Product Display concepts. I have read and watch some tutorials on how to go about it. I just need some ...
marvzz — September 2011 — 7 comments
Answer Answer to Question 12541
Vote up! 1 Vote down! Interesting challenge. I just set a demo product in kickstart 2 as "disabled" and the product shows up in both administrative listings. So, for your catalog to show disabled products it should "just work" since th ...

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
Discussion Can Commerce do Dollar mount Sales
can rules or does commerce have a why of doing a sale by dollar amount? ...
scott.carlton — October 2011 — 4 comments
Answer Answer to Question 3931
Vote up! 0 Vote down! All Drupal 7 Fields can be attributes, but to use something like "images" or whatever, I highly recommend you use a taxonomy field and attach specific fields to each taxonomy term … and then use http://drupal.org/project/co ...

Answer Answer to Question 7198
Vote up! 3 Vote down! It's possible. I have a commerce site that picks from three payment methods depending on the shoppers geographical location and the type of product in the basket. The former is done with Smart IP which exposes a ruleset I can us ...
garrettc — August 2014 — 1 comment
Discussion Dynamic price calculation- complex case
Hi, I wish to implement a rather complex price calculation system for the objects that will be for sale in my Drupal Commerce store. A basic description of what should be achieved: A buyer arrives at a product page, and clicks the "Buy" button. ...
svendecabooter — April 2011 — 8 comments
Question New product not showing int product view
Vote up! 0 Vote down! Hi I recently installed and start playing with DC which I really like. However I tried to create a new product display content type and since then, every new product I create (my new content type or even the normal one) doesn't ...
elax — August 2013 — 1 comment — Commerce Kickstart
Discussion Multiple Signup for an event
Hi, I was wondering if any of you guys could help me with this: I am using Drupal Commerce for Event/Course registration and payment, and I was wondering how to let attendees/customers to buy extra places/seats for their friends and pay in one transaction ...
kooroach — September 2011 — 4 comments
Question Product princing rules and product fields (not inline item fields)
Vote up! 0 Vote down! I want to calculate the price of a product that depends weight and height. In Products, I have two fields: price_cm_width and price_cm_height. In Line item, I have other two fields: cm_width and cm_height. The idea is put on the unit ...