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 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

Discussion Variations on node page

showing up in this list: http://i.imgur.com/3LkAwkM.png and my product node looks like this. Instead of ...
pooon — September 2014 — 1 comment

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 How do I print the current tax rate on a product node?

Hi there, I’d like show the tax rate on a product node. We use different tax rates on certain ... Commerce? tax rate node vat ...
howdytom — June 2014 — 1 comment — tax, rate, node, vat

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 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 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 ...

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 ...

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

Pages