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 4157

Vote up! 1 Vote down! It would be much simpler to have the taxonomy term on the product itself ...
dwkitchen David Kitchen — August 2013

Answer Answer to Question 8580

to make sure it's a product line item (taxes and shipping are also line items)- Confirm line ... item has a "commerce product" field, so you have access to all the product data you could ... field" on the product attached to the line item)- (optional) pull the Display Node into it... so you can ...
joshmiller Josh Miller — June 2013

Question How to send specific details in a single email when order is first submitted

who placed the order with details such as: line items (with quantities), Product Name, total amount, ...
softwarescout — August 2013 — Checkout Rules

Answer Answer to Question 33085

learning along the way. The scenario you describe with multiple people selling products/services on ...
Dale Trexel Dale Trexel — March 2015

Blog Commerce 1.x enhances cart calculation and order management

following: All product prices will be reset and recalculated using the product pricing rules defined on this ... site. Non-product line items may or may not be updated depending on the type. Custom prices entered on ... all the prices in your cart for all your product line items). Instead of defaulting to simply ...
joshmiller Josh Miller — December 2014

Answer Answer to Question 3977

Vote up! 0 Vote down! bjornarneson, I would create a second product, called "Season ... Pass" and create a "season pass" product for each possible combination. To bring in ... information/etc about each event in the season pass, I would create a node reference to the product displays of ...
joshmiller Josh Miller — September 2012

Question How to add a single fee to total order amount?

last five hours trying to accomplish this.-There is a way to add a fee to each product, or product ...
exofes — February 2013 — order total, Order

Answer Only when managing the reference fields programatically

manage your products will be displayed on the product node create/edit form! As the API documentation ... says, it's used only when your managing your products references programatically: Do not show the ...
GuGuss Augustin Delaporte — March 2013

Answer Answer to Question 7410

Vote up! 0 Vote down! Is there no one who uses multiple products with views and fields? Maybe ...
smash — March 2013

Answer Answer to Question 3304

$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) {    global $user ... = commerce_cart_order_load ($user-> uid);             // array $order->data was detected with dsm()             // it ...
UrmasZ — April 2013

Pages