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 9258
with the site:current-user:language selector. I don't know exactly how it works with respect to ...
Ryan Szrama — September 2013Question 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 ...
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') ...
Question Is it possible to unlink color selection from ajax updated image?
problem is, when the user changes the color from the "Ad to cart form" in the "product ...
Question Mirroring shopping-cart workflow in backoffice orders
treat backoffice orders as shopping cart orders, except you would be doing it for another user, and ...
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 ...
Discussion How to do Customized Product Options
offeres the option to custom build a box of chocolates. The user can select a box of 4,12,or 24 pieces of ... cream 6x Dark Chocolate with nuts 2x Dark chocolate with brazil nuts The user will have about 30 ...
Discussion Snippet: How to modify text of add-to-cart product select (multiple products in display)
Say we are selling rugs, and there is a style "Dots" in 3x6, 4x5 and 2x8, and also colors Red, Blue and Green. That's a lot of rug Products, but thankfully we can group them in one "Dots" product display. However we named each rug ...
Question File licenses not being assigned
I had to manualy add a license file for a user through Store>File Licenses and clicking on the ...
Question "Add Product to Cart" action not working
2 separate products. So I created a rule saying if the user tried to add more than 1 [4$ product], add the ... "user": ["site:current-user"], "sku": ["premium-sku"], ...
