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 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
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 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 ...
Question Selling custom holiday packages
therefore be anything- the price and other info comes from the external service. For (3), all the data comes ...
Discussion Import script
Hi! I would like to make a custom import XML script, to load external data from a custom software. This software only send xml data to the webshops. It is ok, but I would like to store an external ID in commerce (what is searchable). I tried that:... $pro ...
Gábor — May 2012 — 4 comments
Discussion Tax and Subtotal swapped on checkout
Novice). for instance i found the string 'Subtotal' in modules/price/commerce_price.module and ... commerce_price_commerce_price_component_type_info() which returns that string, so i don't know where to follow up on that. can anyone please shed ...
shensche — June 2011 — 1 comment
