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 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

Discussion How to change the product price according to user role

Hello, I have two types of customers: normal customer and dealer The normal customer by (1 t-shirt * quantity) The dealer have a discounts. So he can buy packages of t-shirts (2 small, 2 medium and 1 large) with a special price.. So I used the price field ...
wisamx — May 2012 — 5 comments

Discussion Seat booking

Will the combination of d7 and building commerce infrastructure from the ground up mean that it will be easier to create booking systems eg theatre seats and caravan sites with finite seats/plots? http://drupal.org/project/uc_hotel seems to go partway but ...
artatac — August 2010 — 6 comments

Question How to hide checkout panes based on shipping method?

get this code working, but no luck: Code from: http://drupal.org/node/1285902 <?php /* * Hook ...
UrmasZ — April 2013 — Shipping, Rules

Discussion Understanding product attributes and options

First off, I'm a Ubercart user. My hats off to the developers and community for a great product. I know the developers have their reasons for reconfiguring elements the way they did. However, I was playing with Drupal Commerce and was reading that fo ...
nexus — January 2011 — 22 comments

Discussion When to use "Products", "Line Items" and "Customer Profiles"

I am attempting to build a site using Drupal Commerce to feature mortgage loan products, which is a somewhat non-traditional 'ecommerce' product. I'm trying to determine how to model such products within Drupal Commerce and would like to he ...
Bill_inSC951 — January 2012 — 1 comment

Discussion Custom field not showing up even with “entity has field” condition- Commerce/Rules

type" doesn't include the content types; just "node" I know about this, Commerce/Rules- ... http://www.drupalcommerce.org/faq/rules-field-data-selection as well as this, which may or may not be relevant: http://drupal.org/node/1053850--- So does ...
jmhead — September 2012 — 1 comment — rules content-types

Discussion How to dynamically calculate the sell price of a product using rules

I have a quesiton for the comunity! I see that using: Event: Calculating the sell price of a product Action: Set the unit price to a specific amount Everithing works very good if i want just to change the price. Now I'm trying to change the above &qu ...
stefano.marodin — January 2012 — 9 comments

Pages