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 Print cart summary view in checkout page

Good morning! I try to find out how to print the commerce cart summary view into the checkout ...
sammyfm — March 2013 — 1 comment — checkout

Answer Answer to Question 8539

Vote up! 0 Vote down! In the Shopping cart form view, add a relationship: Commerce Line Item: ...
akosipax — June 2013

Question Catalog View Paging after each product

Vote up! 0 Vote down! I have built multiple drupal commerce sites, but this one has me beat. ... necessary! Drupal- 7.14 Install profile- Commerce Kickstart (commerce_kickstart-7.x-1.8) Commerce 7.x-1.3 ...
Kingu — April 2013 — Catalog

Question Creates a rule that creates content when submitting a product

["commerce_product_insert"],     "DO": [      {"entity_create": {          "USING": {            ... "param_title": ["commerce-product:title"],             "param_author": ... ["commerce-product:creator"]          },           "PROVIDE": {"entity_created": ...
woprrr — April 2013 — 1 comment — Rules, Product Display

Answer Answer to Question 4569

Data comparison Selected data: commerce-order:commerce-order-total:amount The comparison operator. is ... Selected data: commerce-order:commerce-order-total:amount The comparison operator. is greater than Data ... value: 4999 AND Selected data: commerce-order:commerce-order-total:amount The comparison operator. is ...
Scorpio26 Janhu — October 2012

Answer Answer to Question 16252

Vote up! 1 Vote down! Commerce VAT adds a field to the the products to specify the VAT rat to ... Commerce Price by Component module and adding the price field to a view more than once, each time changing ...
David Kitchen — September 2014

Question Configuring how products are displayed.

Vote up! 0 Vote down! I have setup commerce Kickstart 7.x-2.x and added a few products to my ...
lance0821 — February 2013 — product images

Answer Answer to Question 7518

$form['quantity']['#title'] is altered in another commerce module already. Depending on the weight of the modules your ... modulename_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state, $form_id) {$line_item = $form_state['line_item']; $product ... = commerce_product_load($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']); if ($product->type == '') {// Change the submit button text to more appropriate ...
sreedharprabhu.mca — August 2014

Answer Answer to Question 7518

$form['quantity']['#title'] is altered in another commerce module already. Depending on the weight of the modules your ... modulename_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state, $form_id) {$line_item = $form_state['line_item']; $product ... = commerce_product_load($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']); dpm($product); if ($product->type == '') {// Change the submit button text to more ...
sreedharprabhu.mca — August 2014

Answer Answer to Question 17044

= $query->execute(); You can then feed the ids from that result into commerce_load_multiple using something like: ...
DNZ Andy @ BlueFusion — October 2014

Pages