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 need information right next to price...
Hi, still new to Drupal Commerce per legal requirements I have to add a small size text (like "price inclusive VAT plus shipping ") with a link to a shipping price overview right next to the price. A separate line or a line at the bottom of the ...
inki — December 2011 — 3 comments
Answer Answer to Question 10586
Vote up! 1 Vote down! If you do not want separate SKUS or product for each size though, just check this out: https://drupal.org/project/commerce_pricing_attributes ...

Discussion User focused documentation of the product aspects of kickstart demo
The DC team have done a fantastic job with the latest kickstart but the learning curve for non Drupal users is still high. I needed to clearly explain the demo capabilities to my user, for example how the product variations, product variations types and d ...
Answer Answer to Question 4123
Vote up! 1 Vote down! Hey sorry for not posting this before. I am currently very busy finishing the project off so have not had the time to update this. I will come back in a week or so to post a link to a detailed explanation (newbie friendly). Basically ...
alexito — August 2013 — 1 comment
Discussion Purchasing content field level access question?
Hello... Everyone is the newbie at some point with something. Today it's my turn with Drupal and Drupal Commerce. Question if I may... I think I understand the process of purchasing Role upgrades and Node access. However would I go about the process ...
hotmonkey — March 2011 — 3 comments
Answer Answer to Question 4772
Vote up! 1 Vote down! You will want to use hook_form_alter() and change the #access to the following for whatever fields you want to hide for anonymous: <?php // if anonymous, deny access $form ['field_name']['#access'] = user_is_lo ...

Discussion Customer stuck at Checkout Page
A customer of mine is having trouble purchasing from my site. This is what they say: After filling in all the account information as requested I click on the continue button. A small circle with a line goes round and round and nothing else happens. I' ...
UserFriendly — October 2011 — 2 comments
Discussion Product reference field- product types that can be referenced ignored when adding product display content?
I suspect I'm misunderstanding something here. When I add the product reference field to my product display content types I've selected only the correct product types under "Product types that can be referenced". However- when I add pr ...
chrissearle — October 2011 — 2 comments
Answer Answer to Question 4044
Vote up! 2 Vote down! Hey w00zle, How did you create the 'Processing' order status? maybe go and have a look if this has been done correctly. Each order status needs to have at least one order state. The update order status rule is going to set ...
BernieCram — August 2013 — 1 comment
Discussion Product Type link is gone?
I just installed a clean install of the latest version of kickstart 7.x-2.4 I am trying to create a product type and see that the link is totally missing. I have been using previous versions of kickstart up to this point and had no issues creating product ...
lmatthews — March 2013 — 1 comment