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 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 ...
Answer Answer to Question 8908
Vote up! 1 Vote down! This is what worked for me: [commerce-order:commerce-customer-billing:commerce-customer-address:name_line] [commerce-order:commerce-customer-billing:commerce-customer-address:thoroughfare] [commerce-order:commerce-customer-billing:co ...
tyler.frankenstein — September 2014 — 1 comment
Discussion Is DrupalCommerce right for me?
I need to charge a user during registration for access to a client's Drupal 7 site. We don't have any products, so there isn't really a need for a cart of further shopping. Is DC overkill, can I easily just use the payment api to take payme ...
justageek — April 2012 — 3 comments
Discussion Customer invoice
Does anyone know how to create or implement the correct fields to create a customer invoice/receipt to either email or print off after an order is placed. thanks in advance Garry ...
garry — April 2011 — 3 comments
Answer Answer to Question 7289
Vote up! 0 Vote down! 1. Use "feeds product-import" to import all product variations first 2. Then use "feeds product-display-import".- Source, Target, Target Config- SKU, GUID, Used as unique- SKU, Product variations: SKU (You may try ...
ng.ahchi — March 2013 — 2 comments
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
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 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 Custom line item field to pull value from Product Display.
I'm selling product by the case which has a field on the Product Display called unit quantity which determines how many units there are in each case. I'd like to display this information on the order line item using a custom field on the Product ...
chrisp — September 2012 — 2 comments — Line item types
Discussion How to fetch customer_billing from an order?
Hello! After an order is completed I need to fetch the customer billing via rules to attach it to the product with an Entity Reference Field. I tried this:- fetching the customer billing from an oder: $variable_added = [commerce-order:commerce-customer-bi ...
dasmoermel — October 2011 — 4 comments