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.

Question Product variations are causing duplicates to show up in filter results

Vote up! 0 Vote down! I'm using Drupal Commerce and have created a different product for ...

Discussion JOB: Help creating two Product Display nodes

I need help with the following: Create The Following DC Product Display Nodes: 1. Two different products displayed at the same time, with quantity fields for each, but only one “Add to cart” button that puts both products in the cart with their appropriat ...
Jeff Purtle — March 2012 — 2 comments

Answer Answer to Question 7115

http://www.drupalcommerce.org/commerce-kickstart-2/adding-new-product ...
realskorpion — March 2013

Question Enforce conditions before checkout?

before users can register for programs, which are a special commerce product type. One idea I've ... cart contains a program: <?php function module_form_views_form_commerce ... cart for current user     $order = commerce_cart_order_load ($user-> uid);     // check to see if ...
Dave Bruns — April 2013 — Checkout

Answer Answer to Question 12907

Vote up! 0 Vote down! I find it!!: (profiles/commerce_kickstart/modules/contrib/commerce/modules/checkout/includes/commerce ... function theme_commerce_checkout_review($variables) {$form = $variables['form']; // Turn the ...
MrCastor — January 2014

Question After migrating from Ubercart what HAS to be left in the database?

Vote up! 0 Vote down! I migrated into commerce from Ubercart and all was well. (I migrated from ...

Discussion Top popular products

Sorry for bad English. I use commerce. Can I create a top 10 most popular products? If so, how? ...
Iteh — September 2011 — 1 comment

Answer Answer to Question 12816

HOOK_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state) {if (!empty($form_state['context']['entity_id'])) {$nid ...
falc0 — May 2014

Question Display a view based on taxonomy of multiple categories

different options and read and researched so much in the drupal.org forum and commerce guys questions and ...
Lizzie — July 2013 — 1 comment — Taxonomy, Views, superfish

Answer Answer to Question 4796

line--> $('.commerce_add_to_cart_confirmation_overlay').remove(); after: // Enable the close ... link. $('.commerce-add-to-cart-confirmation-close').live('click', function() ... {$('.commerce-add-to-cart-confirmation').remove(); Just like mentioned by Daniel. In my site it just work after i totally delete the line that ...
gutus — January 2013

Pages