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.

Answer Answer to Question 10690

commerce_cart_commerce_entity_access_condition_commerce_order_alter(). I was digging in the wrong places somehow. Consider this one closed, thanks! ...
rerooting — November 2013

Answer Answer to Question 7658

Vote up! 2 Vote down! You have a couple of options. First, I would do a quick search for "donation" http://www.drupalcommerce.org/search/site/donation Which might give this module: http://www.drupalcommerce.org/extensions/module/project/commerce ...
joshmiller Josh Miller — April 2013 — 3 comments

Question How can I add editable text fields per product in the checkout?

the cart page using the Commerce Line Item Cart Form module. How ever if I move this to the checkout ...

Answer Answer to Question 36112

http://fdiv.net/2014/06/11/sorting-products-drupal-commerce-add-cart-form This sets the default product to be the first variant that has a stock level greater than zero. ...
DNZ Andy @ BlueFusion — May 2015

Answer Answer to Question 7518

Vote up! 3 Vote down! You're going to need to use hook_form_alter() to change the Add to Cart ... form based on what product it currently represents. All Add to Cart forms use the same form callback ... example_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state) {  // Alter code here...}?> When the Add to Cart form is ...
Ryan Ryan Szrama — April 2013 — 1 comment

Question Domain-specific variations on common product display?

etc. that belong to its 4 variations. The strange part is that the attribute selector and Add to Cart ... domain-specific product to my cart. The product info then displays correctly in the Add to Cart confirmation. In ...

Answer Answer to Question 18832

advanced cart configuration in 'custom url') and add ...
waskerleyairport-software@yaoo.co.uk Rob — May 2015

Answer Answer to Question 18832

advanced cart configuration in 'custom url') and add ...
waskerleyairport-software@yaoo.co.uk Rob — May 2015

Discussion Customer profile store

Hi! I see that the commerce stores all billing informations in the database. The users can enter ... the billing informations in all payment. It is annoying for users.:(Why is it? So there is many same ... attach the Drupal user data and customer profile? G. ...
makgab — May 2012 — 1 comment

Answer Answer to Question 12466

that i need to split child price and adult price and have both available to buy with one add to cart ...
Pierfrancesco Borghero — August 2014

Pages