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 VAT calculation decimal problem

of the product. It seems to me, that there is a problem with the decimal. How can i fix this? Thanks ...
cmsfornuts — July 2012 — Tax

Answer Answer to Question 8363

Implements commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter().  */ function ... commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state, $form_id) {    if (ISSET($form ... = 'commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_submit';     }  }} /**  * Implements ...
Summit — June 2013

Discussion Craete automatic Coupon using rules after checkout completion

when a customer purchase a product then product similar ammount a coupon is automatically generated ...
jyoti — May 2013 — 1 comment — commerce coupon, Drupal Commerce, gift cards

Answer Answer to Question 8661

a change as small as I needed which was to force IE to the latest rendering engine I created a small ...
dlz2157 — August 2013

Answer Answer to Question 12670

simple stock module that comes with it. It adds a field to products of your choice where you can say ...
joshmiller Josh Miller — January 2014 — 1 comment

Answer Answer to Question 9856

than administrator. If you have a lot of products to update and they are in a data file, you might want ...
jrearick — September 2013 — 1 comment

Answer Answer to Question 3838

the wrapper and access the corresponding product sku. Here is a little snippet. $line_item_wrapper ... = entity_metadata_wrapper('commerce_line_item', $line_item); $product_sku = $line_item_wrapper->commerce_product->sku->value(); ...
Anonymous (not verified) — August 2012

Question Dynamically enabling checkout panes based on cart contents?

(product with time/date field & service_type_id) is then generated. iii) The customer selects the ...
bobondrupal — April 2013 — Checkout, Rules, Cart

Answer Answer to Question 6730

Vote up! 0 Vote down! I would recommend you add a product called "deposit" to your cart ... using rules. Make sure the rule has a condition of this product not existing in your cart, or perhaps ...
joshmiller Josh Miller — March 2013

Answer Answer to Question 6166

the error. You can use 'commerce-product:commerce-price:amount' or try using another action ... that deals with line items instead of products such as 'Add an amount to the unit price', ...
michfuer — May 2013

Pages