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 commerce pdf invoice not work as intendet

Hi drupal commerce users, I tried to get 'commerce pdf invoice'-module to work. But it ...
conscience — May 2012 — 5 comments

Question Why image is not showing up on commerce add to cart confirmation

different per user role. This is not a big deal however I have the product image showing when I am logged in ... as as admin but when i am logged out the user can not see the image in the confirmation. Is there ...

Discussion Two product prices

Here is the situation. We want to use D7 and DC. The products have msrp obviously. But, at times, we want to promote convention specials and direct the customer to the site. The specials have certain products at a discount ONLY to those who have the link ...
zeta1600 — December 2011 — 3 comments

Answer Answer to Question 8960

contextual filter with Taxonomy Term....". But! I have not yet managed to find a guide/tutorial for how ...
Chucken79 — August 2013

Discussion Show certain products during submitting a new order

just certain products to certain users during order creation. Unfortunately, everybody can see all the ... available products, whereas each user must see just their own. Is it a way to do that? I don't want to ...
tuttoweb — January 2013 — 2 comments — order

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

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

Question Make selected pricing attributes appear in the cart

if someone could tell me how to make views show the attributes the user selected, I'd be ... to order all of them. In the example below 'Items' is an option set and the user has ...

Discussion commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter

Hi, I am trying to add an additional AJAX command that's fired when users select a product ... reference (eg. users select a product reference and a value on the page is updated). I have found ...
rj — December 2012 — 3 comments

Pages