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.

Question How to get a node ID from a product display using the product ID

(http://drupal.org/user/49344), thanks again! Product Display path token Cart ...
naveko — September 2014 — Product Display, path, token, Cart

Answer Answer to Question 3940

end user will see errors on your site. Once you delete the page from root, new incoming request load ... the application and app domain, and respond the actual user data. regards. bizworludsa ...
Anonymous (not verified) — October 2012

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

Answer Answer to Question 13715

a requirement, I'd create a new price formatter that could read the user's currently selected currency ...
Ryan Ryan Szrama — May 2014

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

Answer Answer to Question 12068

PayPal site. This is helpful if some users may not already have a PayPal account nor want to create one. ... = user_load($order->uid);   $data['first_name'] ...
fnikola — August 2014

Discussion a separate basket for a different type of product

simple hook or write an rule that much better: When user adds to cart the product of type A- it goes to ... standart shopping cart. But if user adds the cart the product of type "B"- it must go to shopping ...
prorokxp — October 2013 — 1 comment — Shopping Cart

Question Creating Rule to Add/Remove a conditional fee in cart

{"commerce_cart_product_add_by_sku": {          "USING": {            "user": ["site:current-user ...

Question Using Commerce Views Display Module with Views Reference Module

attributes that are displayed to a user based on date? Thanks in advance for reading my long explanation, and ...

Discussion Rules module- Access Commerce Option Sets

check if user checked/unchecked the boolean field in the option set. According to the users input ...
vdorneanu — March 2012 — 3 comments

Pages