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 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 ...
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
Answer Answer to Question 8363
= 'commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit';?> try <?php $form ['#submit'] ... = 'commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit';?> The submit handler is set directly on the form, not on the button (look at ... commerce_cart_add_to_cart_form()). Also, note that I did not use []. This is because I want only my submit handler to be called, ...
malberts — August 2014
Answer Answer to Question 24371
"Commerce Add to Cart Extras". Your only other option would be some sort of custom Add to Cart form ...
Ryan Szrama — November 2014Question multiple product variation add to cart
Vote up! 0 Vote down! Hi this is my first Drupal commerce website and I want to be able to add ... Drupal 7 w/ commerce kickstart (last version) what would be the best/easiest solution to do that? ...
Question Donations Website
idea to use Drupal Commerce for simple donations website. The site will offer 3 to 4 Donation products ...
Question Variation Types vs. Categories vs. Collection
Quantity? Each size has a unique Sku#. How would I set these up in Commerce Kickstart? Thanks-in-Advance, ...
