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 10844
happening and how to fix it. This is happening in the commerce_kickstart_user module ...
Raj — March 2014
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. ...
Gábor — May 2012 — 1 comment
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 Szrama — April 2013 — 1 commentAnswer Answer to Question 15045
Add-to-Cart form and you'll see what I mean. Josh ...
Josh Miller — September 2014Answer Answer to Question 14841
formatting isn't showing the right components, then you need to edit the Cart view to show the price ...
Josh Miller — September 2014Answer 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
Discussion External Integration Needs
products, carts, orders, customers, etc. in a lot of cases. * Confusion about the use / application of hooks ...
chrisstrahl — November 2009 — 5 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 ...
Discussion Defining a Customer Entity
perhaps a primary user account uid field. Orders instead of referencing a customer_uid would then ... reference (or create) a customer, and for logged in users we can easily associate an order with an existing ... interoperability. It's quite likely sites will not want Drupal user accounts for all their customers (this was ...
Ryan Szrama — May 2010 — 18 commentsAnswer Answer to Question 17536
You will need to create a rule that "Sets a Data Value" for orders based on the user ... 's profile 2 fields. To get the user's profile 2 fields, you would need to run what's known as ...
Josh Miller — October 2014