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 Creating a order for an existing customer

Commerce, as it's a much needed feature to be able to take telephone orders. Order Customer ...
dottodotdesign — March 2013 — Order, Customer

Answer Answer to Question 4514

help: http://www.drupalcommerce.org/videos/tutorials/drupal-commerce-complex-p... ...
joshmiller Josh Miller — April 2013

Question VAT / Subtotal swapped / Wrong Tax

Vote up! 0 Vote down! Hello. I'm using latest Commerce Dev and have trouble in the Checkout ...
niggi — July 2013 — 1 comment — VAT, subtotal, Tax

Answer Answer to Question 13333

Vote up! 0 Vote down! I have found a possible solution using the commerce product add on module. ... It get me close where after creating the add-on products, the commerce cart view displays the add-on ...
docans — March 2014

Answer Answer to Question 10417

with attributes. Any tips? I'm going to give Commerce Options Stock a whirl, but appreciate any ...
poddy — October 2013

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

Question How do I login to my store?

Vote up! 0 Vote down! I'm trying to use Commerce Kickstart for a client who is starting up ...
padams73 — April 2013 — Login, FAQ

Question Can't add a product type

admin/commerce/products/types/add, the pages does not exist. The strange thing is, I can add products although there is not product ...
Brian — March 2013 — product type

Pages