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 3475
Vote up! 1 Vote down! Hi, If you want to sort the nodes (product displays) within a category, ... sort them by created dates, names... Use the Node Queue module to manually sort the product displays. ...

Answer Answer to Question 17044
$query->entityCondition('entity_type', 'node ... array_keys($result['node']) ...

Question How do I to retrieve product image for product display og:image metatag?
the very node displayed. However, I cannot find how can I use the field_product_image of the product ... I have found uner "Browse available tokens": [node ... :field-product:1:field-product-image:?] [node:field-product:1:field_product_image] Also tried: [node:field-product:1:field-product-image:0] (referring to the first item in the ...
Answer Answer to Question 3188
Vote up! 2 Vote down! http://www.drupalcommerce.org/node/1250 covers some of your question and ... eventually leads to http://drupal.org/node/1465920. This shows how to create related items, which could ...
kiwimind — April 2013
Question How to use rules to create content from line_items lineitems on payment
Vote up! 0 Vote down! My project is to generate content (nodes) based on the selected line items ... order by lineitem looking for selected SKUs, and on detecting eligible SKUs generate a node. (My ...
pxs — June 2013 — rules line_items payment process complete
Answer Answer to Question 45383
(node--content-type.html.twig). In drupal 7, print like " <?php print render ($content ...
Bhoomi — July 2016
Question how to add new region in kickstart drupal
I tried using this description http://drupal.org/node/1088718 but it didn't work??? with regards new ...
Question Product Title on All Products View Mode
I doing wrong? In the Kickstart demo, I've seen that there's a Node: Product List that is ...
Discussion Commerce add to cart form fails when loaded via Ajax
module: http://i.stack.imgur.com/pwREd.png There is a View that lists product display Nodes (B). Clicking ... on a Node in the View loads that Node's 'full' view on the page via AJAX (C), which ... the View for another display of the same view (with different criteria for loading the Nodes). The add ...
Answer Answer to Question 3379
Vote up! 1 Vote down! Preprocess node documentation here... ... http://api.drupal.org/api/drupal/modules%21node%21node.module/function/t... Inside the template_preprocess_node() you get access to "$vars" which should give you ... http://api.drupalcommerce.org/api/Drupal%20Commerce/sites%21all%21module... And here's my function that does this... <?php function THEMENAME_preprocess_node ...
