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 9136
Vote up! 0 Vote down! Solved.I found it. We are missing record with 0 id in user table.After ...
ajaichandran — August 2013
Discussion Purchasing content field level access question?
Example, unauthorized visitor / user stops by the site and sees a Node with some content fields with ... general information. Logs in becomes authorized as a user with Member Role and now sees additional fields ... impressive and now for my point of need. The user with Member Role uses Drupal Commerce to purchase access to ...
hotmonkey — March 2011 — 3 comments
Documentation Payment transaction entity
User to just capture an amount on a credit card account. ...
Ryan Szrama — May 2012Answer Answer to Question 8749
Vote up! 1 Vote down! To clarify: Item # 6 "(using the delete feature of the import user ...
Thomas Isabelle — July 2013
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 ...
Answer Answer to Question 10428
Vote up! 0 Vote down! I need non authenticated users to at least see the products and I need ... authenticated users to see the products, the cart and the checkout etc I know it is permissions related- but ...
ukfilmnet — August 2014
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 ...
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 ...
Documentation Adding images to variations and dealing with image styles
see this in a documentation user guide. But there are a lot of questions you will need to answer ...
Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: IncompleteAnswer 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 2013