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 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 ...
daveH — March 2013 — checkout process, Checkout, webform

Answer Answer to Question 45415

https://www.drupal.org/node/2769231 ...
anrue — July 2016
Acquia Prosper

Theme Acquia Prosper

a node-product.tpl.php file, which themes the product images, price, attributes, product info, and add to cart form Hides ...
stephthegeek — May 2009 — 5274 Installs
Corporate Clean

Theme Corporate Clean

theme features: logo, site name, site slogan, user pictures in comments, user pictures in nodes, favicon ...
skounis — November 2013 — 22783 Installs

Answer Answer to Question 7481

https://drupal.org/node/1612662 ...
agileadam — June 2014

Documentation Customer info hooks

hook_commerce_customer_profile_type_info() The Customer module uses this hook to gather information on the types of customer information profiles defined by enabled modules. Each type is represented as a new bundle of the customer information profile enti ...
Ryan Ryan Szrama — May 2012 — 2 comments

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 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 ...
DNZ Andy @ BlueFusion — July 2015 — 3 comments

Answer Answer to Question 10459

https://drupal.org/node/1200142 Good luck! ...
christianb — August 2014

Pages