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

Question Home page div structure different!
clearfix"> XX (here my node starts to display) <article class="node node ... -page node-published node-not-promoted node-not-sticky author-admin odd clearfix" id="node ... BLAH BLAH </h2> </header> BUT- when I assign a node to be the home ...
KitchenSync — May 2013 — Theming
Discussion Orders, Line Items, and the Cart
confusing vid used by nodes). We'll retain the concept of order states as used in Ubercart but possibly ...

Discussion Summary of prices, and price handling
fields can also be attached to orders, line items, nodes, taxonomy terms. The price object The price ...
mikejoconnor — February 2010 — 21 comments
Answer Answer to Question 12884
Vote up! 0 Vote down! Indexed Node: Search API ranges (Max) should give price ordering (depending ...

Answer Answer to Question 12727
Vote up! 0 Vote down! Hi Joseph, One of the methods at https://drupal.org/node/44164 should get ...

Answer Answer to Question 7422
"Tier 2," and "Tier 3" and attach them all to your "product" display node and ... different products attached to one node. ...

Answer Answer to Question 15324
node--product--type.tpl.php as follows: <?php if (! $field_images):?> <div class="container-24 grid-14 ...
ViEffe — May 2016
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
Documentation Product Pricing Rules (with screencasts)
Discounts in Drupal Commerce Overview Create a discount using a rule Create a weekend (date-based) sale discount using a rule Create a tag-based weekend sale discount using a rule Simple Discount An example of a simple discount: You want to take 10% off e ...
