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 4646

Add relationships to Order and Product Step 3) Add a filter on the "User:current" and choose ...
joshmiller Josh Miller — March 2013

Question How to hide checkout panes based on shipping method?

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 ... call_user_func_array('commerce_checkout_commerce_order_status_info', Array) module.inc:823 module_invoke_all('commerce_order_status_info') ...
UrmasZ — April 2013 — Shipping, Rules

Question Variable pricing based on range values

a solution (you need about 150.000 products to accomplish this task). If the user select 150cm x 320cm ... could be re-calculated using a rule when the product is added to the cart? But how the user input value ...
FINeX — April 2013 — 1 comment — Price, Product Attributes

Discussion Pricing rules and session variables

Is it possible to create a pricing rule which checks for 2 session variables and adjust the pricing for the product accordingly? EG. I register a code in the session, done through a module which also registers a productid and uid. The module checks if the ...
Qubical — December 2011 — 3 comments

Answer Answer to Question 7090

opportunity to add a 'help to the user text' that accept HTML! Then I probably will have to simply ...
clasie — February 2013

Answer Answer to Question 6755

I've created a page where they can select their store. Users get forwarded to this page once they start ...
jrb — February 2013 — 2 comments

Discussion Adding Quantity to an add to cart page?

I can't seem to figure out how to allow the costumer to select the quantity of items they'd like to purchase on the costumer's view of the page. I created a view that displays:-Commerce Product: Title-Field: Image-Commerce Product: Add to C ...
switch — August 2011 — 9 comments

Question Get array value for product variations.

variation loaded and such my module stops workings it's magic once a user change the product variation ...

Discussion Programatically Create Order with Customer Profile

I am using this method below to create order successfully, how do I add a customer profile with all the country/address etc to this order? There does not seem to be any reference to customer profiles in commerce_order_save. I had a peek into the commerce_ ...
imp7 — February 2012 — 5 comments

Answer Answer to Question 7026

Rate working and the user can choose but that is not what I am looking for. I want the Flat Rate Rules ...
park3d — February 2013

Pages