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 8897

commerce_product reference field and then loading the commerce-line-item:commerce-product:creator user to notify ...
Ryan Ryan Szrama — July 2013 — 1 comment

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 Event Registration Questions

Hey guys, I am very anxious and excited to begin using Drupal Commerce. I have a couple areas that I specifically use in Ubercart that I'm looking to use when I switch over to Commerce and I'm hoping for some feedback. I use Ubercart to do our c ...
daniel-san — April 2011 — 7 comments

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 From content types to product types.

Hello, I have just installed Commerce in view of adding e-commerce functionality to a site that currently presents products that were sold over mail order. The site has been developed in Drupal 7 and the client is so happy he wants to set up a boutique... ...
apprentia — April 2011 — 4 comments

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

Discussion Check on Review pane, and payment pane for stock availabilty

Hello, I'm working on the stock module, and I'd like to add a check after proceeding to the review and payment pages, that all the item are in stock. Is there a hook for when an order changes status? Thanks Idan ...
arbel — March 2011 — 6 comments

Pages