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.

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

Answer Answer to Question 4157

rather than the display node. ...
dwkitchen David Kitchen — August 2013

Answer Answer to Question 12441

Vote up! 0 Vote down! Commerce License is a framework. Each thing that is licensed (a file, a node ... I believe this can work on a per-node level as well. An alternative is to write your own license type (by ... copying commerce_license_role) that places an entityreference field on the product, accepting a node ...
bojanz Bojan Zivanovic — December 2013 — 2 comments

Answer Answer to Question 7454

Commerce Product and it should be Node. ...
ace11 — March 2013

Answer Answer to Question 4879

= commerce_product_load_by_sku ('PROD-01'); dpm ($product); // Find all nodes that reference this product $query = new ... EntityFieldQuery (); $query-> entityCondition ('entity_type', 'node')  -> ... ['node'])) {  $product_nodes = entity_load ('node', array_keys ($result ['node ...
joshmiller Josh Miller — March 2013

Answer Answer to Question 7194

Vote up! 0 Vote down! Answer to this issue can be found here: http://drupal.org/node/1925222 Next ...
Threadsniper — March 2013

Answer Answer to Question 3176

that will match sku's with node id's using only the commerce_product and node tables? I have ... points to the correct node, so I'm trying to figure out the mysql query that I need to do this. ...
ndavidg — December 2012

Answer Answer to Question 5229

/commerce_kickstart_product_ui/theme/node--product--type.tpl.php ...
jessicakoh — April 2013

Answer Answer to Question 13213

Vote up! 0 Vote down! If you go to node/add/add-product can you add products? If that doesn't ... work then try node/add and see if there is another tab you can select for products if they don't ...
DNZ Andy @ BlueFusion — February 2014

Question Update the product reference field when creating a product (based on product-type)

automatically adds to the node #4 (which is the node display). How can I do that with a rule? Thanks in advance. ...
fredbest — August 2012 — Rules

Pages