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 Is there a way to sell users the ability to create/post nodes (ex. classifieds)?

create/post a classified ad. With D6 + Ubercart this can be done using the UC Node Checkout module ... (http://drupal.org/project/uc_node_checkout), and following the instructions provided on the Drupal Easy website ...
paulwedge — July 2011 — 4 comments

Question How to attach a node reference to product line item

attribute. Prior to placing an order, the customer creates a "storyline" node. I would like to ... enable the customer to specify a reference to a storyline node at the time he places a story into the ...
jsulmar — September 2013 — Line Item

Question How to get a node ID from a product display using the product ID

product display nodes linked to the product. Here's how I got it done: First I needed the product ID. ... = commerce_product_load_by_sku($sku); Now I can get the Product ID, which is needed for finding the Node ID of the Product Display Node ... $query = new EntityFieldQuery; $query->entityCondition('entity_type', 'node ...
naveko — September 2014 — Product Display, path, token, Cart

Question How to filter a product display node table

Vote up! 0 Vote down! I have seen and managed to do my products to be displayed like this http://vimeo.com/22746978.But the reason that i want my products like this, is because I want to make a filtering bar.So for example I have two different brands of t ...
konstkosmidis — October 2014 — filter

Question How do you get commerce customizable product information into a node for publicly viewing?

get that data into a node. The problem for me comes up when setting up the rule correctly. Selecting ...

Discussion Print prodict title / sku on node.tpl.php

hi, this is how to render a product-field in the node.tpl.php: <?php   print render ($content ...
maze — October 2011 — 3 comments

Question Module that alows you to put "add to cart" button inside any node.

button to be placed in random nodes and maybe even in fields. I cannot for the life of me find the link ...
Tim Jones — June 2013 — add to cart

Question node.tpl.php won't override

a subtheme of Omega, I want to make a change to node.tpl.php. So, as it should, I copied it to my templates ... node.tpl.php in the Omega theme was being used. If I create a specific template file for my product type for ... example, than that one is used, but the generic node.tpl.php isn't. Does anybody know why this ...
Quizje — March 2013 — template, override, node.tpl.php

Question List Child Nodes in Collection products View

Vote up! 0 Vote down! Hi My problem is, I'm trying to list child nodes in a hierarchical ... I'm wanting to have a parent page i.e. "Bedroom", which lists all child nodes from the ... appreciated hierarchical Taxonomy menu list child nodes ...

Question Assign Products to a Product Display Node using rules

Vote up! 0 Vote down! Hi, I have a rule that check if a a new product display node was created, ... products to the product display node. Could you please advice how to achieve this: to assign the created ... products to the product reference field of the product display node, within the same rule? thanks. Rules ...

Pages