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 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
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 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
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 7839
pricing rules themselves to check the page the user is currently viewing before executing a pricing ...
Ryan Szrama — April 2013Question Performance issues
there any way of getting around this problem? I can enable caching for anon. users, but 90% of my ...
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 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 comments