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 Custom Line Item and Pricing Rules
a single form once the add to cart button is selected. Using rules the user goes directly to the checkout ... a custom line item where the user can choose the ticket type from a select list. I then created three ... pricing rules that is supposed to change the unit price based on the user selection in the line item form. ...
denpub — September 2012 — 5 comments
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) ...
Question About Affiliate program in drupal commerce
track the sales and set the commission to the affiliates based on the products purchased, orders,users ...
Purush — April 2013 — affiliate programs
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
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
Question How do i set order number when status change to pending
order number because its depend on user when finish checkout. (sorry for my bad english, i hope its ...
Answer Answer to Question 13296
Vote up! 0 Vote down! Highly recommend if you are worried about anonymous users not remembering ...

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
Question How do I create an order for a customer manually?
a customer? and second, can you then send a payment request email for the registered user to pay (through ...
Answer Answer to Question 31861
HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...
