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 Prevent adding product to cart based on date comparison
that are happening simultaneously and I don't want the user to be able to add an event (product) ...
Discussion Product visibility settings and node referencing
of type X will have is a 'credits' (integer) field. the requirement is that only users of ... to users of specific role. 2. how does the product these users buy reference a specific node to add ...
dlit — May 2012 — 3 comments
Discussion marketplace to buy and sell
a marketplace, where users can buy and sell books, similar to postyourbook.com, do you know if that is possible ...
zweitbuch — March 2014 — 1 comment
Question Add a custom extra login pane in chekout
adding users. Commerce Outer login page does very well but displays only two links for anonymous off ...
Answer Answer to Question 13296
Vote up! 0 Vote down! Highly recommend if you are worried about anonymous users not remembering ...

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