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

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

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

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

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

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 ...
joshmiller Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: Incomplete

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

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

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

Pages