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 Product Pricing from other Fields

I need to implement separate pricing for users different roles on my site, by choosing between ...
zabelc — June 2011 — 2 comments

Discussion Managing donations in Drupal Commerce

This question has come up quite a bit in IRC, e-mails, and the forum / issue queue. I want to just kickstart in this post a discussion that can result in one or more usable contributed modules for managing donations in Drupal Commerce. When I think of a d ...
Ryan Ryan Szrama — March 2011 — 9 comments

Discussion Which module to use for purchase discount coupon?

any module able to allow user to download the dynamically generate coupon when customer confirm an ...
maxchock — June 2011 — 1 comment

Discussion Options and Fields

the user to see and modify in the Product Display. Had my first field working (size). Looked great on ... options. Hit save- and I don't see an option for the user to select the variation of color??? What am ...
clint — April 2012 — 1 comment

Discussion Product entities and/or product nodes??!!... how to handle my bookstore catalogue in DCommerce?

(http://www.ubercart.org/docs/user/10963/understanding_product_classes). But how to differentiate prices and other characteristics for specific instances (nodes?) of the ...
itamair — February 2011 — 10 comments

Answer Answer to Question 10511

& $form_id) {    global $user;         //Gets the default product for the loaded Product Display. ...                 // If the logged-in users roll is NOT 'reseller' and product_access!= 0         ...         if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013

Discussion Populate Commerce File fields programatically

uploading) The goal is automated product/display creation for the user. Is that possible? Thanks for your ...
jon-pierre — April 2012 — 1 comment

Answer Answer to Question 6486

as attributes? With that method, the price should be calculated correctly and displayed to the user ...
scottrouse — January 2013

Answer Answer to Question 7703

design, partially due to the fact that prices are constantly being re-calculated for each new user (this ... is designed to allow for user-specific pricing). How do you get around this design? I'm guessing ...
joshmiller Josh Miller — April 2013 — 1 comment

Answer Answer to Question 8894

event that the user is able to find an Add to Cart button for the same product. Then you can disable the ... quantity textfield in the shopping cart form View so the user can't edit it, or you can do something ... already purchased). Additionally, you don't have any way while users remain anonymous to inspect the ...
Ryan Ryan Szrama — August 2013

Pages