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.

Answer Answer to Question 7666

product types cannot be changed via the user interface. In Drupal 7, you can lock fields to prevent them ...
Ryan Ryan Szrama — April 2013

Discussion Adding/Editing Custom Line Item Info To Existing Orders

I have a donation page setup using the Select or Other module where users can choose a donation amount or ...
carelessdonkey — April 2013 — 1 comment

Answer Answer to Question 13329

Vote up! 0 Vote down! Let's assume for the moment that anything that a user needs to search ...
joshmiller Josh Miller — March 2014 — 1 comment

Discussion Hypothetical Strategies for Travel Registration System

I have a project, in its early stages, and part of it, conceptually, is thwarting my brain. I'm making a travel/tourism site. Customers can make registrations for tours, that happen at specific times. So far, no thwarts, but wait, it gets better... L ...
le_petit_basil — March 2011 — 4 comments

Discussion Commerce Customizable Products

to work well no problem following the great screencast for this module. I.e. the user can select ...
brendanp — February 2012 — 1 comment

Discussion Programmatically add a donation

  global $user;   // load the order, create new one if unexisting   if (! $order = commerce_cart_order_load ... ($user-> uid)) {  $order = commerce_cart_order_new ($user-> uid);  }   // Define the values for the ... price through Rules so it reflects the user's actual   // purchase price.   rules_invoke_event ...
Manuel — February 2012 — 1 comment

Discussion product cost field calculated as unit price in admin PO

My company works with an outside manufacturer, so for every order we receive and sell at UNIT PRICE, we need to generate a PO that we send to our manufacturer with the same SKUS and QUANTITIES from the order but calculated with a custom field called COST. ...
ewyglend — December 2011 — 1 comment

Discussion Special Pricing Structure Best Practice

each instrument checked out to a user with a recurring monthly fee. Attached to each instrument is also ...
chrhill — February 2012 — 1 comment

Discussion Product Code Review

 -> title // Human-readable title of the product.  -> uid // User ID of the product's creator. ...
Ryan Ryan Szrama — February 2010 — 11 comments

Answer Answer to Question 8749

variations. When done, I deleted the product nodes (using the delete feature of the import user interface). 7. ...
Thomas Isabelle — July 2013

Pages