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 Calculating shipping charges by weight

Hi, i'm pretty new to Drupal Commerce. At my internship they asked me to do research about Drupal and webshops. So i started looking into Drupal Commerce. I need a module, or a way without having to edit code, to calculate a shipping price by weight. ...
marcmarc — December 2011 — 33 comments

Blog Implementing a Commerce License plugin

resources like files, software, user accounts, or online content. Commerce License provides a way to tackle ...  }?> We use this in the checkoutCompletionMessage function to notify the user of their newfound group ... user account which owns the license. Here is the setup code of the method: <?php   public function ...
Christian Sieber — August 2014

Discussion Product image on Views link to product admin rather than product display page?

Hi all, currently I'm making a View call new_products to display a list of latest update product. After few attempt, I have create a simple page and block to display Title & Product:Image field. Now I have 2 problem. 1st, the product image is NOT ...
maxchock — June 2011 — 23 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 Cross-sell, Up-sell in drupal 7

Hello everybody, I'am new in drupal commerce world, I need your help about how to use Cross-sell and Up-sell in drupal commerce, I searched all over the web, I concluded that is possible, but no clear method. thank you in advance. ...
sbadia — December 2011 — 5 comments

Page Getting Started

by Commerce Guys User Guide Designed to be useful for any Commerce installation. Kickstart 2 Guide ... literally anything can be customized, whether it's through the user interface or adding custom CSS to ... would be to refer to the User Guide to find out how to install Drupal Commerce and configure it either ...
Ryan Ryan Szrama — August 2012

Answer Answer to Question 8749

variations. When done, I deleted the product nodes (using the delete feature of the import user interface). 7. ...
Thomas Isabelle — July 2013

Answer Answer to Question 8897

commerce_product reference field and then loading the commerce-line-item:commerce-product:creator user to notify ...
Ryan Ryan Szrama — July 2013 — 1 comment

Discussion Commerce Customizable Products

to work well no problem following the great screencast for this module. I.e. the user can select ...
brendanp — February 2012 — 1 comment

Discussion Programmatically add a donation

  global $user;   // load the order, create new one if unexisting   if (! $order = commerce_cart_order_load ... ($user-> uid)) {  $order = commerce_cart_order_new ($user-> uid);  }   // Define the values for the ... price through Rules so it reflects the user's actual   // purchase price.   rules_invoke_event ...
Manuel — February 2012 — 1 comment

Pages