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.
Discussion Multiple quantity fields on one product display page
there, allowing the user to choose what language they want the book to come in and then add to cart with ...
Answer Answer to Question 7340
user with role "shop". I can from display "hidden" product variation- "add to ... shopping cart" Is this the appropriate way? But not sure how to input rules to unhide when user with ...
newbieuser — March 2013
Answer Answer to Question 13715
a requirement, I'd create a new price formatter that could read the user's currently selected currency ...
Ryan Szrama — May 2014Answer Answer to Question 7547
Vote up! 0 Vote down! When you add a new order as an admin there is a tab at the bottom for User ...
DaveP — 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') ...
Answer Answer to Question 3736
enabled "View any product of any type" for Anonymous users. It worked. However, like BD3 said, ...
mlaw — August 2012 — 1 comment
Discussion Creating custom order: can't reach checkout
booking_create_order (& $form_state) { global $user; $prod_ids = array( array( ... = commerce_order_new ($user-> uid, 'checkout_checkout'); $order_wrapper = entity_metadata_wrapper ...
Discussion Product options setup
Hi I have a product display with 2 products, so that a customer can chose which one to select, let s say one can cose between Product Big (20 cents) and Product Small (10 cents). I then used Commerce Product Options and Commerce Product Attributes so the ...
ioioio — January 2012 — 5 comments
Question Is DC useable for/adaptable to internal stock search and management
have a quote creation feature. It'd be sort of like using a cart but the user would select or ...
