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 Quickest way to add something to cart with AJAX call, understanding database
fast calls for adding, removing line items and updating user's cart. Now I have everything ...
Answer Answer to Question 7090
http://www.drupalcommerce.org/user-guide/modifying-shopping-cart-using-v... But sometimes you want to create a subtheme or modify.tpl files (as explained here: ...
realskorpion — April 2013
Question File download fails every time
the user comes to download the file, the server kills the connection after a period of time. Sometimes ...
Answer Answer to Question 3912
the user depending on the payment method." ...
Josh Miller — April 2013
Question [Solved] How to get the image of a product with variations show up in the display teaser?
http://www.drupalcommerce.org/user-guide/setting-product-catalog, part "Advanced Product Display Listing using Views", in the case I have product ...
Fiable.biz — April 2014 — image catalogue teaser variations
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
Discussion Print cart summary view in checkout page
page. I don´t know why, but somehow the developers decided do go the user on every checkout step ...
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') ...
Answer Answer to Question 4646
Add relationships to Order and Product Step 3) Add a filter on the "User:current" and choose ...
Josh Miller — March 2013
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 ...