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.

Question Problem with "Update the order status" action on "When an order is first paid in full" event

Official guide on subject: http://www.drupalcommerce.org/user-guide/checkout-completion-rules I have two ...
Malty — February 2013 — Order, Payment

Discussion Product Specification

status). DC allows users to define any number of "Product types" that include the base product ... referenced, the Add to Cart form will automatically create the appropriate form elements needed for the user ...
Ryan Ryan Szrama — January 2010 — 7 comments

Question Custom add to cart form with two product displays

solution for my problem. I'm building an event registration site. For a good user experience we want ...
fossie — February 2013 — Cart, Product Bundle

Discussion Do products need a SKU?

Alrighty, I'm trying to summarize a discussion that occurred in IRC today surrounding the need / name for the SKU on products. We talked about this in our San Francisco sprint last October, but I didn't recall reaching a conclusion away from SKU ...
Ryan Ryan Szrama — February 2010 — 20 comments

Answer Answer to Question 10738

the example you have given. Hide (using CSS or whatever) the Drupal Commerce dropdown from the user ...
pipal — November 2013 — 1 comment

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

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 3259

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

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 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

Pages