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 8294
Vote up! 1 Vote down! Basically, the answer is in the content of the link provided by @realskorpion. However, a bit of experimentation is required to achieve what you really want to do. I created a test rule that multiplies the commerce_product:price by.5 ...
Favio Manriquez — June 2013 — 2 comments
Discussion question: IMCE file browser and commerce file / private file system
I searched for quite some time for this and couldn't find anything. I want to use IMCE to browse the private folder (and sub folders i have created) to find my files to upload for commerce file field. When i open the IMCE file browser within a produc ...
Answer Answer to Question 17587
Vote up! 0 Vote down! suntower, The User Guide is written for vanilla Drupal Commerce. One thing that makes this complicated is that Drupal excels in forcing the UI to your workflow. That's good for people that know that, but it's hard to docume ...

Discussion Product Pricing from other Fields
I need to implement separate pricing for users different roles on my site, by choosing between a "member price" and a "non-member" price. To implement the two different prices, I've set it up so that my products have two additiona ...
zabelc — June 2011 — 2 comments
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
Discussion View for product display content type with Has taxonomy term ID (with depth) does not show children term nodes
I've created view for displaying product display node type fields and put CONTEXTUAL FILTERS with Content: Has taxonomy term ID (with depth) and Content: Has taxonomy term ID depth modifier but when navigating to parent term page nodes from child ter ...
Discussion Dynamic Address Field Issue
I've got a problem with the dynamic address field. Maybe it is a problem with the feed-importer, not quite sure about that. I've imported customers to my database, in the view, name and address are displayed correctly but when i click on edit, t ...
dodlhuat — June 2014 — 1 comment
Discussion Display Price Field in a View- Help
Hello everyone, I am setting up a shop using DC and have hit a bit of a problem. I am using panels to override product displays and views to override taxonomy term displays. I have managed to get the price field into my product display node by adding addi ...
esuk96 — September 2011 — 4 comments
Discussion Adding extra submit handler for checkout pane
Hi all, I have a checkout pane for customer billing information and I'm trying to add an additional validate + submit handler for it to allow me to verify the address via a 3rd party service. At the moment, I can do something like: $checkout_panes[ ...
Discussion On order products
I am a drupal commerce beginner that has taken over a drupal commerce site for a client. The shop has a number of products that can be placed in a shopping cart and then there is a checkout process and all products are handled as regular stock items. Now ...