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 12943

configuration>people>account settings for general users. However, this setting seems to have no relationship to ... "Customer" as it is used in Commerce. Is they a way to get those "user" attributes used by ...
basscleff94010 — February 2014 — 1 comment

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

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. ...
DNZ Andy @ BlueFusion — November 2014

Question How to add the same product to cart more than one time

cart and it works fine,         global $user;         $product = commerce_product_load($product_id); ...         $line_item_wrapper->save();         commerce_cart_product_add($user->uid, $line_item) But ...
Paulo Maia — March 2016 — commerce

Question Can I create a Commerce File from code and add to cart?

Vote up! 1 Vote down! My site allow users to upload file for processing and the system produce an ... output file that I want to add as commerce file product (unique for each user)from code. I can't ...
bakulaw — April 2013 — Cart, Downloads

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.}?> ...
joshmiller Josh Miller — May 2013

Answer Answer to Question 31876

owner, not the current user. I'd assume that is in one of your conditions. ...
David Wright — February 2015 — 1 comment

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 ...
joshmiller Josh Miller — May 2013

Discussion Editable attributes in cart view?

Greetings! How would I go about placing editable attributes in the cart view? Once a users selects ... Shopping Cart (or cart view). How would I go about giving a user the ability to change that attribute from ... a new attribute then add to cart again? The goal is to allow a user to change their product attributes ...
dono1 — December 2012 — 2 comments — cart, Line Items, product attributes

Question Step 5, install profile crashes

Undefined index: delete terms in 11 in user_role_grant_permissions() (line 3032 of ... /homepages/9/d153489178/htdocs/Drupal/modules/user/user.module SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null ... user_role_grant_permissions($rid, array $permissions = array()) {$modules = user_permission_get_modules(); // Grant new permissions ...
GrayRyder — February 2013 — Install, Troubleshooting

Pages