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.
Discussion How to sell completed webforms as non-shippable products?
I would like to have a user submit a webform and have other users be able to purchase access to the ...
rc1585 — February 2012 — 1 comment
Discussion Views of Product displays, not Products
with 1 product display for "blackshoe" and the user can choose their desired size from ... Bestsellers and Related Products (ready made in Shoppica theme), the user sees multiple product displays that ... are all the same. Presumably this is because each size is being displayed but to the user it just ...
jalexa43 — December 2011 — 1 comment
Question Drupal 7.x, Commerce License 7.x-1.3, and Selling Accounts + Assigning Roles...?
but long story short, I'm trying to sell roles to users and something I've noticed in ... assume that the users have to have a preexisting account in order to assign the role). For the most part, ...
Casey Burk — February 2015 — commerce license
Answer Answer to Question 31861
HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...

Question How do I capture a payment date when confirming payment?
a user is allowed to check out their order and then make payment at a later stage. We then scan through ... payment transactions back to bank statements because the payment transaction dates differ. 2. The user ...
Answer Answer to Question 4630
Drupal users is confusing enough, let alone non-Drupal users. Instead we've done a lot of work to ... simplify the architecture so users simply need to know they're creating products on the site, and the ... core, not to Commerce Kickstart, which specializes in providing a user interface on top of Drupal ...

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 ...

Answer Answer to Question 13213
reading the User Guide now, and it's very different from the tutorial. ...
toptomato — February 2014
Discussion Add to cart with Ajax
ajax_cart_form($form, $form_state){ global $user; $form_state['rebuild'] = FALSE; $order_id ... = commerce_cart_order_id($user->uid); $cart = commerce_embed_view('commerce_cart_block', 'default', ...
supergogy — February 2012 — 21 comments
Discussion fetching customer profile via rules, when checkout is completed
user, who has created the order, can have many different customer profiles and i need to fetch exactly ...
dasmoermel — October 2011 — 2 comments