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 13010
Vote up! 0 Vote down! Hi Patrick, Consider using Commerce VAT (https://drupal.org/project/commerce_vat) for your VAT requirements. The key difference is not to use the "This price includes" tax drop down and you must enter the price exclusive (f ...
David Kitchen — February 2014 — 1 commentQuestion Two price part products
customer when he or she views the product but when the product is put in to the cart and/or displayed at ... part. For example: product display: 24 bottles cost 50€ in cart: 24 bottles cost 50€ in checkout 24 ...
Answer Answer to Question 37351
users know that they SHOULD NOT press back buttons after paying, or reload the page, as it could cause ...
Travis — August 2015Answer Answer to Question 37854
Original Author: Ryan // Modifications by Josh global $user; $product_id = 6; // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
Josh Miller — August 2015Answer Answer to Question 15045
Add-to-Cart form and you'll see what I mean. Josh ...
Josh Miller — September 2014Answer Answer to Question 14841
formatting isn't showing the right components, then you need to edit the Cart view to show the price ...
Josh Miller — September 2014Answer Answer to Question 7936
http://websmiths.co/blog/very-introduction-drupals-hookformalter That's a nice tutorial on how to get something up and running. To pull a user's info, ... you would just need to do the following: <?php function something () { global $user; dpm ... ($user); // requires devel module to see into array.}?> ...
Josh Miller — May 2013Answer Answer to Question 5120
Vote up! 1 Vote down! This would be possible in Commerce. The trick would be adding a user entity ... checks that field's value. If the value doesn't match the user trying to view it, redirect ... them. Maybe add an "OR" that returns true if the user viewing the product display has a role ...
Josh Miller — May 2013