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 Additional Information on the Order Page
I need to display additional customer information regarding the order when viewed by an admin. I need to show the date of the order and the customer's email address(among other things). How would I go about modifying the order page for admins? ...
tars16 — December 2011 — 11 comments
Answer Answer to Question 3600
Vote up! 0 Vote down! An issue like this should be added to the issue queue on Drupal.org. First look through the queue and see if there is already an issue open on this. Here are some possibles: http://drupal.org/project/issues/commerce?text=vat+decimal& ...
artis — September 2012 — 1 comment
Answer Answer to Question 4822
Vote up! 1 Vote down! Yes. Demo store product types, content types and categories are not deletable (due to the way how the Features module works), which is why the demo store can't be used for new projects (which is something we say quite clearly on ...

Discussion Delete cart
Hi, when I add something to my cart it stays there "forever", also if i not visited the site for a couple days. I would like to clear it at least after some hours. any one knows how to do that? ...
maze — October 2011 — 3 comments
Discussion Select a date for delivery
I would like to allow the user to add a date during the checkout. The product she ordered would be delivered on the day she specified. I installed Date module and added a date field to Orders with a datepicker popup, but this field only shows for the admi ...
balintd — November 2011 — 6 comments
Discussion HTTPS/SSL Redirect using htaccess
There have been several posts on this forum debating how and when to redirect to HTTPS pages during the commerce process. I hope this debate continues and several worthy options appear. The discussion thus far has been between redirecting only during the ...
snowfox — October 2011 — 4 comments
Discussion [PayPal WPS] How to transmit order information
Hi there! I am currently working on a drupal commerce store with two simple product types, one for basic products and one for clothing items including color and size attributes. I also included three shipping rules (Germany, Europe, Worldwide) which add a ...
toni4i — October 2011 — 2 comments
Question Multiple product attributes, but only one requires alternate images = PROBLEM
Vote up! 2 Vote down! My Products are typical womens' dresses. Each product comes in two colours, Red or Black, and 5 sizes, 6 / 8 / 10 / 12 / 14 The red dresses have a different image to the black, and each product has about 5 images per colour. The ...
Discussion Cart Block- Overlay/Drop down cart
Hey guys, Am trying to change the shopping cart block slightly so that it appears as a drop-down. I have managed to do the effect of the following sites: http://www.danity.fr/catalogue/robes/robes-habill%C3%A9es/robe-dentelle-... http://www.olssongerthel. ...
alexito — September 2012 — 1 comment
Discussion Additional editable textfield for a line item
Hi, I'm searching for a solution for this problem: I want to have an extra field in the cart view for every line item in the cart, where the customer can add some text to the product, eg. a print message on the gift or a message on the cup. I have tr ...