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 3304

hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) {    global $user ... = commerce_cart_order_load($user->uid);             // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012

Discussion Configure Sales Tax with Shipping Module

I am following the instructions posted Created new tax type Selected add event: Select available shipping method for an order Get this error: Unable to add this event as it does not provide all variables utilized by the action Calculate taxes for a line i ...
adTumbler — September 2011 — 2 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 Load Address from order

I'm completely unfamiliar with the Entity API and am struggling to get hold of some fairly straightforward data from the order object- the billing address. I've tried the code snippet suggested by Ryan: <?php $order = commerce_order_load ($or ...
kingandy — August 2011 — 2 comments

Answer Answer to Question 3183

files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
joshmiller Josh Miller — April 2013

Answer Answer to Question 3259

(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013

Answer Answer to Question 7839

pricing rules themselves to check the page the user is currently viewing before executing a pricing ...
Ryan Ryan Szrama — April 2013

Answer Answer to Question 4917

    global $user;     $product = commerce_product_load (4); // my commerce product for test         ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...
strae strae — November 2012

Discussion Decision engine Rules vs CA

This a starter post for the discussion on the Rules vs Conditional Actions debate that comes up whenever Ubercore is discussed. The current thought is to make the system work with both and start with CA as it seems like an easy port. (Jody and Mike are ta ...
Tim — November 2009 — 11 comments

Pages