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 Defining a Customer Entity

perhaps a primary user account uid field. Orders instead of referencing a customer_uid would then ... reference (or create) a customer, and for logged in users we can easily associate an order with an existing ... interoperability. It's quite likely sites will not want Drupal user accounts for all their customers (this was ...
Ryan Ryan Szrama — May 2010 — 18 comments

Answer Answer to Question 13273

Vote up! 0 Vote down! You are describing a common use case. We call this "Customizable Line Items" and you can achieve this by creating a field on your line item type and clicking a checkbox that says enable this field on the add to cart form. ...
joshmiller Josh Miller — March 2014 — 2 comments

Discussion Affiliate module

as an affiliate" and "use custom affiliate codes". The first role gives each user ... However, the user can have more than one affiliate code. If he has the "use custom affiliate ... affiliate codes which can be used to bring users to the site. That way he can track different campaigns and ...
bojanz Bojan Zivanovic — May 2010 — 11 comments

Discussion Is it possible to create a grid of product variations like this..

I'd like a user of my site to be able to add to cart a quantity and variation at the same ...
RedMist — January 2014 — 1 comment

Discussion UI/UX Benchmark of existing solutions

It would be great list some benchmark info about how other solutions tackle the user interface ...
redben — February 2010 — 4 comments

Discussion Different Payment Gateways for Different Products?

checkout. Part of the money would go one place, and part to another, two charges on the user's credit ...
glassdimly — October 2012 — 4 comments

Discussion Selling content(handicapper picks) with drupal commerce

articles based on whether or not the user has purchased that content. Is it possible in commerce to sell ... individual content articles? And display teasers say in a block or on the front page for the user to add to ...
torpeteo — December 2011 — 1 comment

Question Display product variation as specify product on the list

for it, so in product detail page, i saw a select box with: 3 pieces and 12 pieces for user to select ... display Product A and select box. Hmm, i want to display it as 2 specify product, so user can add it to ... cart directly. But when user click on each product to view detail, they will be move to product detail ...
Anthony King — August 2012 — 1 comment — Product Display

Question How can I add thousands of product variations to on product display in bulk? Not one by one!

methods are one at a time. One is to click the button that allows users to add existing variations and ...
cheapsigns — September 2013 — importing products

Answer Answer to Question 37854

Original Author: Ryan // Modifications by Josh global $user; $product_id = 6;   // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
joshmiller Josh Miller — August 2015

Pages