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.

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

Question How to apply discount in cart

product                    price   quantity      total Product X- large           50           3            130 Product ...
drupalNuB — December 2013 — discounts

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

Answer Answer to Question 8367

I'm thinking it might give you a filter comparing the original price and the calculated price. ...
akosipax — June 2013 — 1 comment

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

Discussion Is there a payment method that doesn't actually process the payment?

What I'm trying to do is make the checkout process as normal where the user enters their card ... details etc. but the payment isn't actually processed, I would just like to receive the user ...
Carl Bowles — October 2013 — 1 comment

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

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