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 add new region in kickstart drupal

I tried using this description http://drupal.org/node/1088718 but it didn't work??? with regards new ...

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 ...
joshmiller Josh Miller — April 2013

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

Answer Answer to Question 3688

Vote up! 0 Vote down! Yes, Drupal Search is limited to nodes or users. If you are using Apache ... Solr, it supports multiple entities in one index since beta 13: http://drupal.org/node ...
joshmiller Josh Miller — September 2012

Answer Answer to Question 17044

$query->entityCondition('entity_type', 'node ... array_keys($result['node']) ...
DNZ Andy @ BlueFusion — October 2014

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 ...
adam.harvie — October 2013 — 2 comments — ajax, form, add to cart

Discussion How to add or edit existing fields on checkout form?

field. I found this article http://www.drupalcommerce.org/node/356 but there is nothing writing about my ...
nawi — March 2012 — 2 comments

Discussion Gift Certificates howto

http://www.drupalcommerce.org/node/244 I searched the modules page and didn't see anything there either. Am I missing something ... that's never used the site. The gifter would be registered. Maybe: 1) A gift certificate is a node the ... $0 (best way to do this?)- it logs credit amount used and gift user on the gift certificate node 4) ...
MichaelCole — January 2012 — 6 comments

Discussion How to subscribe a user to a group after completing the checkout process?

I´ve tried this: http://drupal.org/node/1416742#comment-6124082 and didn´t worked out. Is there ... arbitrary node number, which is a group nodetype) Maybe this could be done with some php? How? Thanks!! ...
Rosamunda — March 2013 — 4 comments

Question adding fields from content in the cart view

Vote up! 1 Vote down! I have some fields on content node (not on product variation) like images, ... i cant find a way to add fields that are on the content node Cart Views product reference field ...

Pages