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.
Documentation Using Git
http://drupal.org/node/711070 http://progit.org/book/ ...
Ryan Szrama — May 2012
Answer Answer to Question 12441
Vote up! 0 Vote down! I watched the video that shows how drupal commerce can give access to a node ... once the user completes a purchase, but that looks like each node will have to be manually configured. ... Is there an automatic way to allow users to buy any content (view node)? The nodes that I want users ...
v.merkulov — August 2015
Documentation Product reference field
displayed on a node. Typically this field will be used on a node type. For example, a site may have ... a product node type which includes images, description, and a product display field. The end user will view ... this node and be able to add a product to the cart. The field can have a cardinality greater than 1, ...
jody — May 2012 — 1 comment
Question How to insert a werform in a checkout pane (or page?)
// option #1 $webform = entity_load ('node', array($webform_nid)); // or ... option #2 $webform_node = node_load ($webform_nid); // see Note below $webform = node ... _view ($webform_node); $pane_form = array('#parents' => array( $checkout_pane ...
Answer Answer to Question 37428
= ''; $view->tag = 'default'; $view->base_table = 'node'; $view->human_name ... ;fields']['rendered_entity']['table'] = 'views_entity_node'; $handler ... $handler->display->display_options['arguments']['nid']['table'] = 'node ...
Andy @ BlueFusion — July 2015 — 3 comments
Answer Answer to Question 15324
node--product--type.tpl.php as follows: <?php if (! $field_images):?> <div class="container-24 grid-14 ...
ViEffe — May 2016
Answer Answer to Question 13602
commerce-line-item:type:shipping-service previously in conditions! https://drupal.org/node/1415638 ...
FunksMaName — April 2014
Documentation Add to Cart Form
buttons. Product Reference Field- Configuring the Add-to-Cart button that shows up in a display node ... attached to a product may be rendered into the display of an entity (i.e. node). This feature must be ... display node type that Commerce Kickstart creates. The product reference field enables prices, images, and ...
smokinggoat — August 2015 — Commerce Kickstart 7.x-1.x — Status: No Known Problems
Answer Answer to Question 10459
https://drupal.org/node/1200142 Good luck! ...
christianb — August 2014