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 Commerce customer account interface
Hello everybody, I was wondering, how do you usually work when it comes to the end-user (eshop client) backoffice? I had a look at Magento's customer UI and I must say I was quite impressed with its usability. The generic drupal commerce feature will ...
liupascal — February 2012 — 1 comment
Discussion Billing Address always has State field?
I was under the impression the address fields were totally automatic, but when I load my check out screen the address has country of UK but also includes a mandatory State field? This shouldn't exist on British address? ...
purplemonkey — August 2011 — 3 comments
Discussion Product Display: Doesn't Show Referenced Fields
Hello, I am trying to display two products on a display type at the same time, with two add to cart buttons. So I have added a second Product Reference field to my Display Type. So I can associate the second product. This works however the fields from the ...
toddgeist — October 2011 — 2 comments
Discussion Proper way to disable checkout elements/modules when not needed?
Hi all- I have a store that has a mix of shippable and non-shippable products. When a customer orders all non-shippable products, I'd like to hide the shipping method and the shipping fields. I tried doing so by using hook_form_alter and unsetting th ...
neardark — October 2011 — 2 comments
Answer Answer to Question 8689
Vote up! 3 Vote down! Hey eshell, As far as I can see, your use-cases are all covered by a vanilla commerce kickstart installation. Essentially what I need to do is: 1) Take and process all orders online.--> what do you mean by "take and process&q ...
kim.kennof — July 2013 — 1 comment
Answer Answer to Question 7599
Vote up! 0 Vote down! I also have the exact issue and I have been trying many ways to get this done. I do not want to write any code because that would just be a cop out. I want the system to work for me. I know there is a way to insert a select list of u ...
beatdrop — September 2013 — 2 comments
Discussion How to control access to orders from API
I'm in search of a hook to control the access to orders. Specifically, I want to give access to orders based on an order field. I tried using hook_entity_access, but I don't know if I'm on the right way. thanks for any help! ...
yannisc — February 2012 — 1 comment
Discussion How to re-position 'add to cart' button in kickstart?
i am using commerce kickstart 2. and trying to reposition "add to cart" button. there is no option for this button in 'manage fields'. tried to find the source code in 'firebug' so that i can edit, but failed. Here is what i ...
Question Add tokens to the commerce-order token types for commerce-order-total field components base-price shipping etc
Vote up! 0 Vote down! Hi, May be shortterm solution thinking for https://drupal.org/node/2063023 Adding simple tokens based on: http://www.andypangus.com/drupal-7-making-your-own-tokens I made this custom module but I do not see the tokens showing up in t ...
Summit — August 2013 — 1 comment — Commerce Tokens
Discussion How can a new Customer profile type be created
We need a second customer profile type: We need to have a shipping address on all of our orders. I see a list of profile types at admin/commerce/customer-profiles/types-- much like one can view a list of content types for nodes elsewhere in Drupal. Howeve ...
somatics — July 2011 — 6 comments