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

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

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

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 Drupal Commerce suitability for Real Estate

Is Drupal Commerce (DC) suitable for a real estate application? Has there been any experience with a DC Real Estate application? There is a Drupal Real Estate group that seems to have hit road blocks but none seem to have considered DC, is there a reason ...
Tokoh — January 2012 — 3 comments

Discussion Creating DC View with prices and pictures

Hi! Im still trying to make it work- simple view with product's 1. thumbnails as a links to node, which display product 2. prices 3. title as a links to node, which display product 4. taxonomy term as a links to all products of that category What i h ...
CrazyDiamond — March 2011 — 13 comments

Discussion Remove Cart Block When Empty

Hi there I have been looking for a way to remove the cart block when it's empty. I have looked though all the options in the cart block view but was unable to find it. I also looked in the block configuration but still not luck? Maybe I am going blin ...
garethhallnz — July 2011 — 5 comments

Discussion Ensuring a Price on products

Ok, so I've been kicking this question around for a couple of days regarding prices on products. I'm at the point where I'm mocking up an Add to Cart form display formatter for the Product Reference field. I started to get worried about dep ...
Ryan Ryan Szrama — February 2010 — 2 comments

Pages