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 Print out a Drupal Commerce field only if it has a value

In Drupal Commerce, you can use the following to print out a field in your node.tpl.php file: ... ($node-> field_NAME)):   print $node-> field_NAME ['und'][0]['safe_value']; ...
big_smile — February 2013 — 4 comments

Answer Answer to Question 8386

https://drupal.org/node/2082691 ...
guysaban — November 2013

Answer Answer to Question 10727

https://drupal.org/node/2064567 to happen first. ...
bojanz Bojan Zivanovic — November 2013 — 1 comment

Documentation Discount & Inline Conditions

discounts to be applied based on its product display node’s terms. Discounts based on custom fields With ...
nvahalik Nicholas Vahalik — July 2015 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion Checkout Form: Pages and Panes

The Checkout module is purely a UI module designed to present a form that allows a user to fill out the details of an order and submit payment. It is based on the never released UC Advanced Checkout module I wrote for a client on Drupal 6. It defines seve ...
Ryan Ryan Szrama — May 2010 — 10 comments

Discussion Creating products in Commerce- improving / simplifying the workflow

technical) From my understanding you create a product here /node ... #overlay=admin/commerce/products/add/product and THEN create a node referencing the product for example here /node#overlay=node ...
pdjohnson — May 2011 — 2 comments

Answer Answer to Question 8749

right? It sounds to me like the product display node that referenced these deleted products is not itself ... being deleted, so a new node gets created on re-import that has a duplicate URL- which is the reason ... deleting both products and product display nodes before re-importing. ...
Ryan Ryan Szrama — August 2013

Answer Answer to Question 9726

Vote up! 0 Vote down! There is no out of the box solution. See https://drupal.org/node/990204 for ...
bojanz Bojan Zivanovic — October 2013

Answer Answer to Question 43778

(which should be product display or node). But you may have better luck using components to grab the ... product and node for the order, and attach the component to your rule. This post should provide some ...
tjohnston Travis — January 2016

Question Product Variations' Varying Properties

I using product_display node content type as the representation of Product Name (from the table) and as ... I view the node product_display. The product variation video looks like only displaying the 1 product ... variation per product_display node. Thank you. Stock Product Variation ...
Theo Kid — June 2014 — Stock, Product Variation

Pages