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 Add a Delivery address
Hi I would like to add a seperate Delivery address to the checkout process, could someone point me in the correct direction with this please. Ultimatly I would like a check box below Billing address which says Use same address for delivery, then on untick ...
purplemonkey — August 2011 — 5 comments
Discussion Allow choice of shipping or self-collecting
When user checkout, I need a way of presenting a form for the user to choose to collect the items themselves, or for us to ship out the items. If the user select to collect, then no shipping address is required and the user will be directed to make paymen ...
binarycubes — March 2012 — 2 comments
Discussion omega_kickstart subtheme
Hi, Could anyone give me some pointers as to what I need to carry over from omega_kickstart to a sub theme? Kickstart 2 is brilliant and I'd like to base my site on omega_kickstart but without changing anything in the omega_kickstart theme. * What ne ...
zapple — September 2012 — 2 comments
Discussion Multi-Page Form Checkout Pane
Anyone got any suggestions on including a multi-page form in the middle of the checkout process? Obviously we can create a new page and pane to house this form. And a form can be displayed in its entirety on this one page. However, for forms that are extr ...
Question Integrating affiliate tracking pixel with drupalcommerce
Vote up! 0 Vote down! (I was sent here from drupal.org, thanks) I need to set up a tracking pixel for my affiliate program so when someone orders, the tracking software will pass back the info to me. This would be for the drupalcommerce module Here are th ...
Discussion Custom order number or ID?
Hi... I am completely new to Drupal Commerce and, on top of that, a web designer with very little development knowledge. My client wishes to have their invoice numbers display the date before the number... ex: 20140709-1 However, I can not figure out how ...
Discussion How to get access to variables
I am trying to setup notifications for my store. I have followed a screencast (http://www.drupalcommerce.org/discussions/2493/checkout-rule-send-email-...) here that described how to add a custom email field to a product, then reference that value in a lo ...
lmatthews — September 2012 — 2 comments
Answer Answer to Question 8066
Vote up! 0 Vote down! So, I finally made it work so here is the answer: Event: After udpdating an already existing line item Conditions: 1/ data comparison: commerce-line-item:type = product 2/ data comparison: commerce-line-item:commerce-product:type = Y ...
Nicolas Bouteille — May 2013 — 1 comment
Answer Answer to Question 18691
Vote up! 0 Vote down! Chris, You can force the attributes to show on the "Display formatter" for the Product Reference field. See example below: The path for the admin interface for a standard Drupal Commerce store looks like this: admin/structu ...

Question Download redirect on 404
Vote up! 0 Vote down! I have a commerce site that sells digital downloads. When a non-logged in user tries to access their licensed files (example.com/user/123/licensed-files) they get a 404. It would be a lot nicer to redirect them to the login page and ...