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 Sendind PDF file in the order confirmation email

Vote up! 1 Vote down! Hello, I need help, I'm building a online store with Drupal Commerce ...
rprmatias — April 2013 — Checkout

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

Question Access product detail not possible

Vote up! 1 Vote down! Hi! When installing Commerce Kickstart, it comes with a /product where you ...
JoniHaeck — February 2013 — 1 comment — Troubleshooting

Discussion Altering the quantity widget

commerce table price widget but needs further customisation. Please advise! Thanks! ...
WilliamV — April 2011 — 4 comments

Question Unable to return to previous checkout process

/profiles/commerce_kickstart/modules/entity/includes/entity.wrapper.inc). Other threads suggested running Commerce Repair, which I have done, but with no luck. Checkout ...

Question Product Import- Prices showing only on some items in products view

I have the products in the database, I then updated 3 tables: /* commerce_product */ INSERT INTO ... commerce_product (product_id, revision_id, sku, title, type, uid, status, created, changed) select product_id, ... commerce_product_revision */ INSERT INTO commerce_product_revision (product_id, revision_id, sku, title, revision_uid, ...
ndavidg — February 2013 — Import

Question Is it possible to use or implement a custom payment gateway?

Commerce Kickstart. Is this possible? Payment FAQ ...
kyle — February 2013 — Payment, FAQ

Discussion Displaying all images of referenced products in product display node

= 'commerce_product';        $product_field_name = 'field_product';       $photos_field_name ... $product = commerce_product_load ($product_id ['product_id']);            $photos_field_language ...
MasterPoint — May 2012 — 3 comments

Question Is it possible to have a single page checkout? If so, how?

Vote up! 0 Vote down! Hello! I like Drupal Commerce very much, but can't you tell me: Why ...
vanul — March 2013 — Checkout

Question Single quantity products, newbie question

Vote up! 0 Vote down! Hi all, I'm setting up commerce for a friend of mine that does handmade ...
catya — December 2013 — maximum quantity

Pages