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 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
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
Question When Logged in as Admin, Site DB locks up
and anonymous users as if nothing is wrong. Here is the error I am presented when the error occurs: ...
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 Szrama — February 2010 — 2 commentsAnswer Answer to Question 7839
pricing rules themselves to check the page the user is currently viewing before executing a pricing ...
Ryan Szrama — April 2013Discussion 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
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 Szrama — April 2013Discussion 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
Discussion Product question.
Ok. I've tried to do this and I'm not sure how to approach it. we're a shop that does custom printing and framing. We have a ever growing image archive that we can make products from. I'd like to have these images listed as well as cre ...
James Haswell — April 2014 — 1 comment
