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 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.}?> ...

Answer 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 ...

Answer Answer to Question 4845
a much more complicated question.. Just before the checkout, I have to show the user "a sales ... this is a sales agreement between the purchase (user) and the seller (siteowner) that contains some ... legal text). If the user accepts ey can check out, if not ey can not. if ey agrees, there may also be ...
burak — March 2016
Answer Answer to Question 7310
user registration form. This form will contain the fields you need in order to have the user choose ... a predefined product line. After a user submits the form and after you have reviewed it you will accept the ... user. 2. Using rules, you will configure the user acceptance event to trigger an action that promotes ...
drupalability — August 2013
Discussion Add product image in cart view
If i am logged in as admin i can see the image in the cart but if i am an anonymous user pr just an ... authenticated user the cart doesn't show at all. Just the update and checkout buttons. What am i missing ...
dianikol — November 2011 — 5 comments
Documentation Price Components
experience, so instead of just "Discount" a user might have visual feedback that they've ...

Answer Answer to Question 21607
use rules based on user role to set the price for each product (if the pricing level has a value in ... may need to make sure your rules weights are correct to apply them in the right order. If a user has ... a user has both wholesale & distributor roles then distributor should be applied last. ...

Discussion Accounts created with "Create new accout for anonymous order" Checkout rule have blank password
I'm seeing user accounts created with the "Create new account for anonymous order" ... just being bizarre, it means users cannot log in through the normal login form and must use the ... to me how this isn't a bug)? mysql> select uid, name, pass from users where pass = ' ...
Barrett — January 2012 — 3 comments
Answer Answer to Question 32890
Vote up! 0 Vote down! I think what you're looking for is capturing a field input when a user ...
David Wright — February 2015
Question Can't set permissions, they don't stay checked
Vote up! 0 Vote down! Hi, On the cart page, anonymous users don't have a button to finalize ... their order. They only have the button update cart. Admin users have both. I wanted to give some ... permissions to Anonymous users such as 'access checkout' but the checkboxes are not saved. I mean ...
Nicolas Bouteille — April 2013 — 2 comments — permissions