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 15234
https://drupalcommerce.org/user-guide/payments... but that says nothing about how to create these payment modules.. all other documentation either ...
cappie — August 2014
Discussion Custom Customer Profile or Custom Line Item?
I'm looking for some advise from someone who may have more experience with Commerce than I do. I am creating a store for children's class registration. I would like to capture some information about the child at checkout, like Name, Age, Gender ...
dashonice — December 2011 — 1 comment
Answer Answer to Question 7625
http://www.drupalcommerce.org/user-guide/products ...
Josh Miller — April 2013 — 4 commentsQuestion How to disable quantity widget on shopping cart page.
($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ...
Discussion display custom order fields in a checkout pane
field in checkout panes, so users can fill them. but by default there is no relation between fields that ...
moallemi — January 2012 — 2 comments
Question Are deposits possible?
deposit from users of the site, regardless of what and how many products they have in their cart. Is this ...
Question Translation question: billing/shipping information and order total
information" that I cant find a way to translate. I suppose they are derived from the user profiles or ...
minoxes — February 2016 — translation question
Discussion Commerce Reporting and Ranking Extra Views
'Users who bought the selected product also bought these' list user_bestsellersproducts: Block view ... displaying a list of the products which the user most often end up buying. see also: Ubercart Views- ...
Stefan — July 2011 — 1 comment
Answer Answer to Question 37836
Vote up! 0 Vote down! Using rules, I've managed to build the first offer of allowing the user ... user can choose from for their free product Moved this select option field into the field group field ... users to select their free product I now just need to work out how to do the other promo- 2 for £5, ...
Carl Bowles — July 2015
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 comments