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 Kickstart works fine now, right? And a question.

Hey, gang. I'm working on a Drupal Commerce course for lynda.com, so you'll probably see me here fairly often for a while.:) I see the note at http://drupal.org/project/commerce_kickstart that: Due to our dependence on dev versions of various ot ...
Tom Geller — June 2011 — 16 comments

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

Discussion Snippet: How to modify text of add-to-cart product select (multiple products in display)

Say we are selling rugs, and there is a style "Dots" in 3x6, 4x5 and 2x8, and also colors Red, Blue and Green. That's a lot of rug Products, but thankfully we can group them in one "Dots" product display. However we named each rug ...
ransomweaver — July 2012 — 2 comments — hook_form_formid_alter, snippet, add to cart

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

Question Mirroring shopping-cart workflow in backoffice orders

treat backoffice orders as shopping cart orders, except you would be doing it for another user, and ...

Question Is DC useable for/adaptable to internal stock search and management

have a quote creation feature. It'd be sort of like using a cart but the user would select or ...

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 Discount on Amount in Cart

I have been trying to set up a discount based on the amount a customer spends. If the customer spends $70 or more they get 10% off or if they spend $100 they get 12% and so on.... But I have been unable to get this to work via rules. I tried to set a rule ...
scott.carlton — November 2011 — 9 comments

Discussion Order Object Workflow through Checkout

I suppose we can even cache this cart object in the session or at least for logged in users. When the user ...
Ryan Ryan Szrama — February 2010 — 8 comments

Answer Answer to Question 6336

a great module, I had to abandon my approach using the Commerce Fieldgroup Panes module. Once the user ... was providing a minimal filter experience for the user. My approach was to provide an additional ...
jstrosch — January 2013

Pages