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 Triggering a Javascript with Rules when an order is complete.
I have a weird situation that has come up and I'm wondering if anyone might have a suggestion. I'm using Drupal 7 with Drupal Commerce and it is using Paypal Standard as the payment gateway. I am need of triggering a script (supplied by a third ...
jberg1 — May 2013 — 1 comment
Discussion Extended Warranty
Hi First of all Thumbs up to Drupal Commerce. Please let me know how can we add 1 Year Warranty as a Product. ...

Discussion Price and Stock based on date, create a product variation for every day or something else?
I'm searching for the right way to manage price and stock based on date. This is the typical use case for a product like excursion. Every day we can have an excursion and a product display is related to that excursion. Price can change depending on d ...
salvatore.severo — April 2013 — 2 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 7580
Vote up! 4 Vote down! I did it in one of my projects. Following are the steps I followed: 1. Add a field called wholesale_price to the product. 2. Add a role called wholeseller (only if you want to set price by role) 3. Create a product pricing rule: When ...
drupalastic — April 2013 — 2 comments
Discussion Node fields in Commerce products/orders?
Hey all- question regarding using node fields in Commerce. I have an Event content type and an Event product type. Events have dates and can have multiple dates. When a user purchases a ticket to an event, I'd like them to be able to select a date fr ...
welly — September 2012 — 1 comment
Answer Answer to Question 7607
Vote up! 1 Vote down! You can add new attribute fields to products using this documentation: http://www.drupalcommerce.org/commerce-kickstart-2/adding-taxonomy-field... You can add new features to your Product Displays, like "Video" or "Rev ...

Discussion Store Menu is disabled
I have installed the Commerce Kickstart (with Drupal Core) and Its installed successfully. Previously we are able to see the "Store" Menu link in the administrator login. But currently its not showing "Store" Menu. Instead of the Store ...
vinothbabuog — December 2011 — 3 comments
Discussion Programatically Create Order with Customer Profile
I am using this method below to create order successfully, how do I add a customer profile with all the country/address etc to this order? There does not seem to be any reference to customer profiles in commerce_order_save. I had a peek into the commerce_ ...
imp7 — February 2012 — 5 comments
Question Shipping- Adding variable handling charges based on product
Vote up! 0 Vote down! I wonder if anyone knows how to add product specific handling charges during shipping calculation. Example: Product A- might need an additional $5 handling fee (per qty) added to all shipping services Product B- might need an additio ...