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 How do I request extra information from customers when they purchase?

Hi I'm trying to set up a page where people can pay their membership for our organisation. How to I let / require them to enter their membership number so it's shown on the order? Thanks. Richard ...
UserFriendly — August 2012 — 3 comments

Discussion Commerce backoffice

Hi I install this module http://www.drupalcommerce.org/extensions/module/project/commerce_backoffice but i have only edit and delete option. I want fast edit price. Where is problem? ...
nawi — March 2013 — 2 comments

Discussion Making Drupal Commerce Simpler for Clients

I'm pretty new to Drupal Commerce. I've built multiple stores with Ubercart. I was originally going to use DC but decided that it was too complex for clients to do simple things, such as adding products with variations. Recently, though, I' ...
Nick Baughman — September 2014 — 3 comments — ease of use, simple, clients, simplicity

Discussion Image style depending on stock level

How can i change the image style for a product (variation) when the stock level has reached "Out of stock" level? Would be great to add a badge to the product image saying "SOLD". Thanks! ...
timbraeckman — November 2013 — 3 comments

Answer Answer to Question 7278

Vote up! 0 Vote down! 1. Go to Checkout settings: /admin/commerce/config/checkout/form 2. Shopping cart contents > Configure 3. Check: "Include this pane on the Review checkout pane" ...
r — March 2013 — 2 comments

Discussion Multiple images of a product

Hi I want to display multiple images of each product, one image in big size and rest in small thumbnail sizes, so that whichever is clicked becomes the big image, as is done on the following page made using drupal commerce: https://badboy.com/products/top ...
Pankaj Vatsa — May 2012 — 13 comments

Discussion How not to show Add to Cart button to Products already bought???

I am selling files, and I am setting up Commerce File to make it... it seems working. When the User goes back to the Product Display of a Product he already bought (with granted license), than the file download link correctly shows up (nice!). But still t ...
itamair — December 2011 — 8 comments

Discussion Multiple Quantity's Per Product

Hello there, I'm building a drupal commerce site for a wholesale customer. The thing is: I want to enter multiple quantity's at once if possible. I want to have more sorts of one product. Let's say i have a product with one pant The length ...
b0bby — June 2012 — 7 comments — quantity's, stock, inventory, quantity, advanced

Answer Answer to Question 31876

Vote up! 1 Vote down! Make sure that the wholesale discount applies to the role of the order owner, not the current user. I'd assume that is in one of your conditions. ...
David Wright — February 2015 — 1 comment

Discussion Print out a Drupal Commerce field only if it has a value

In Drupal Commerce, you can use the following to print out a field in your node.tpl.php file: <?php   print render ($content ['product:field_NAME']);?> But how do you print a field only if it has content? For a normal Drupal field you woul ...
big_smile — February 2013 — 4 comments

Pages