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 7839
pricing rules themselves to check the page the user is currently viewing before executing a pricing ...

Question Performance issues
there any way of getting around this problem? I can enable caching for anon. users, but 90% of my ...
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 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 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
Answer Answer to Question 7666
product types cannot be changed via the user interface. In Drupal 7, you can lock fields to prevent them ...

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

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