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 add a file license to an existing product (downloadable file)

in the user account) 2. issue a file license so that the user can download the file. In theory this ...
Brian — April 2012 — 2 comments

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 Two blocks side by side.

Hello, I'm trying to implement two blocks side by side at "User Bar First" region ...
Evagelos Chronopoulos — September 2013 — 1 comment

Question Product references, default values and required fields in select lists

user to select an option? From what I gather, the way to create product attributes in Commerce is to ... the default should be- Select-, which prompts the user to select a size option. How can I get ... a-Select- option in a product reference dropdown to force the user to select an option? product reference ...

Discussion Automatically send email when order generated?

How can I set drupal commerce to automatically create an account and send an email with a username and password each time an order for a new customer is created? Thanks.- ...
cmdlinegeek — January 2012 — 2 comments

Discussion how to sell a subscription service

after user registration, so I didn't find tools to apply this idea. So I hope your community help ...
morad7 — December 2014 — 1 comment — subscription, recurring

Discussion product reviews

How can I have members who purchase a product review their purchase of that particular product? If products are entities do they have a comments system that can be setup? It seems that using a node product display for a review could be a pain if there are ...
jaxon — June 2011 — 3 comments

Answer 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 ...
joshmiller Josh Miller — October 2014

Answer Answer to Question 3245

= commerce_cart_order_load ($user-> uid);             if ($user-> uid > 0) {                    unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013

Answer Answer to Question 31861

function HOOK_node_view_alter(&$build) {  if(!user_access('wholesale permission')) {    ...
DNZ Andy @ BlueFusion — January 2015

Pages