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 Complex Product Options and Attributes

I have been reading the suggestions on this forum, but I haven't been able to find anything that will work. Your help will this will be GREATLY appreciated. The store I am working on sells computers. There are about 15 products and each product has s ...
jess — September 2011 — 3 comments

Answer Answer to Question 3976

the order entity, which works just like nodes. Probably the easiest thing to do would be to implement ...
joshmiller Josh Miller — April 2013 — 1 comment

Discussion total weight in rules

I have physical and commerce_physical installed and finally got Shipping Flat Rate going and now I need to make rules that apply a rate between certain total weight limits (0-1kg so much 1-2kg so much etc.). How do you create a condition for this? ...
ñull — November 2011 — 14 comments

Discussion Force 1 product per cart and quantity to one

Hello, i'm trying to add a rule to my drupal commerce install. i need to force 1 product per cart, with max quantity = 1. I tried: Event: Before adding a product to the cart Conditions: Elements: Total product quantity comparison Parameter: Order: [c ...
joeysantiago — June 2012 — 2 comments — rules, quantity

Discussion Auctions / Donations / Fundraising

I'm hoping this is the proper place to bring it up, but one of the features that I think would be very useful to include in a new e-commerce system for drupal are features that would be used by community organizations and non-profits. Specifically, f ...
pwarn — August 2010 — 4 comments

Discussion Pricing Rules Based on Other Products Already Ordered

I'm not sure what the best way to proceed is. What I want to do is set the price of a product to zero if another product has already been purchased. It's a one-to-one relationship. For example, one free scarf for every hat purchased. What I need ...
gauntlet — December 2011 — 5 comments

Discussion Seminars and Drupal Commerce

First- Saw the session at DrupalCon Chicago. Really enjoyed it. Commerce is going to be way more enjoyable than UC, me thinks. I have a customer that does seminars all over the world and would like to move all of the registration, purchasing, etc. online. ...
samgreco — April 2011 — 15 comments

Discussion it is possible to build a marketplace with drupal commerce?

How I can buil a marketplace wit hdrupal commerce? I mean wot build multiple ecommerce sites in one, like using drupal+ubercart+marketplace (http://drupal.org/project/ubercart_marketplace). It is possible by default, or I need a module or what? ...
matteoraggi — February 2012 — 27 comments

Answer Answer to Question 9945

with being a Node Reference? Here is my view: [code] $view = new view(); $view->name ... 0,),); /* Relationship: Commerce Product: Referencing Node */ $handler ... $handler->display->display_options['fields']['title_1']['table'] = 'node ...
ncarty97 — September 2013

Discussion Notes on development standards

Drupal coding standards for syntax and documentation; Coder module standards. Patches must pass Coder.* Using proper file includes in the menu system: pages.inc, admin.inc, theme.inc Standardize on CCK module structure / subdirectories: includes, theme (i ...
Ryan Ryan Szrama — October 2009 — 3 comments

Pages