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 Send email when order status is changed to complete

Hello, I would like to know if it is possible to send an email to the customer when their order status is changed from pending to complete. It would be nice to inform the customer when their order is shipped. ...
HenrikBak — September 2011 — 16 comments

Discussion setting the discount rate via code

Am trying to add a discount on the product price depending on where are the users are from ...
nodeAche — October 2011 — 1 comment

Discussion Additional services for products already purchased

trigger these events with Rules, but I need to display a button for each created node, so the user can ...
Samirah — July 2011 — 2 comments

Answer Answer to Question 3183

files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
joshmiller Josh Miller — April 2013

Answer Answer to Question 3259

(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013

Question When I setup a VAT tax, how do I make it default to my new tax rate on the product add form?

Vote up! 0 Vote down! We are using the inclusive VAT tax rate for all of the items in this shop. On the Add Product form, I have to select the tax rate for every single item, even though there is only one tax rate available. I would like to be able to set ...
dbazuin — June 2012 — 1 comment — Tax, product edit form, VAT

Answer Answer to Question 4917

    global $user;     $product = commerce_product_load (4); // my commerce product for test         ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...
strae strae — November 2012

Question Checkout By Amazon Not Working

a https://mysite.com/checkout/2258/complete page. 8. The order is created. I log out and log in to my site using my Drupal admin user account. ...
Thomas Isabelle — December 2013 — Checkout By Amazon

Discussion Managing donations in Drupal Commerce

This question has come up quite a bit in IRC, e-mails, and the forum / issue queue. I want to just kickstart in this post a discussion that can result in one or more usable contributed modules for managing donations in Drupal Commerce. When I think of a d ...
Ryan Ryan Szrama — March 2011 — 9 comments

Answer Answer to Question 4452

that price so that when the user clicks 'Add To Cart' my new price updates the new line item ...
Anonymous (not verified) — October 2012

Pages