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 Change Variation Dropdown to radio buttons
In Commerce Kickstart 2, when you have product variations, the variations are shown in a dropdown above the quantity field in the add-to-cart form. In some cases, I would prefer to show the variations as radio buttons instead of the dropdown. Where would ...
richm — June 2013 — 7 comments — add to cart
Question Should I give up on Kickstart 2?
Vote up! 0 Vote down! Being an old “hard coder” in HTML who have never used Drupal or Commerce Kickstart in the past, I am in the process of building a responsive web-site with a shop, using the XAMPP server for a local testing environment on a Windows 7 ...
Lars Lemming — October 2014 — 1 comment — 120 second timeout error
Discussion Having separate prices for different countries
Hi all, We would like to have a single site where people can select their country, and then purchase products. We don't want to have separate sites, just separate prices for each country (or groups of countries). I've been able to do shipping an ...
Discussion ckeditor/wysiwyg not working with kickstart
Hello, Installed ckeditor with ckeditor 4 and 3.6 but not showing up on any page. Searched on web and tried all possible solutions with no luck. Changed the settings under admin>ckeditor advanced profiles point to Commerce Order message. Still did not ...
mcyclegar — December 2012 — 9 comments
Discussion product display tpl file
hi, i am a starter when it comes to Drupal Commerce, but been around Drupal for quite some time. I started with a commerce kickstart, but i have been fighting with theming the product displays. for some reason, my tpl file is not used. i am using this fil ...
lajfi — February 2013 — 3 comments — drupal commerce theme
Discussion Commerce services url to filter orders
Hello. I would like to retrive, with commerce services, the orders that are in pending status. I use GET but the problem is with the url. I don't know how to use "filter" param with the query "status"="pending". Could so ...
Jorge SB — April 2015 — 1 comment
Blog Commerce by Example
We are happy to have you taking a look with us on the Drupal Commerce by Example. It's a Lab at Drupalcon Austin. We will be updating this post with a video once it's available. Slides: Commerce by Example Slides Update, 6/9: It appears that the ...

Question How can I process payment notifications when the gateway POSTs it with an anonymous session?
Vote up! 2 Vote down! When the payment provider (WorldPay in my case) calls the callback URL to submit a payment notification to my site, it has no session so commerce_checkout_access returns FALSE causing the payment provider to see a 404 error. What is ...
Question Hiding the postal code field in the address module: hook_form_alter didn´t worked. What am I doing wrong?
Vote up! 1 Vote down! I want to programatically hide the postal code field, of the address module. I´ve unsuccessfully tried this: function mymodulename_form_alter(&$form, &$form_state, $form_id) {if($form_id == 'commerce_checkout_form_checko ...
Discussion price components missing on review order page
Hi, for the past two days I'm trying to figure out, how to show price components (tax, shipping, order total) on the review order form, during checkout process. Is there any option to disable/enable it? The last time It work as it should, was before ...
robi — July 2013 — 2 comments