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 10511
& $form_id) { global $user; //Gets the default product for the loaded Product Display. ... // If the logged-in users roll is NOT 'reseller' and product_access!= 0 ... if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013
Question Enabling HTML Mail
class="order"><a href=" http://ks.localhost:8082/user/1/orders/8">#8</a></span>, placed on ...
pxs — May 2013 — email html plain text
Discussion Views not displaying images for product content types
Greetings, I am able to get my product images to display in views that use product content type. I imagine this requires some relationships setting which i can't seem to figure out. Can somebody tell me the relationship configuration within views to ...
drupalability — August 2012 — 5 comments
Discussion Rules module- Access Commerce Option Sets
check if user checked/unchecked the boolean field in the option set. According to the users input ...
vdorneanu — March 2012 — 3 comments
Answer Answer to Question 3553
because the price is recalculated per-user and we wouldn't want to say to an anonymous user that they ...

Answer Answer to Question 9287
work like a Movie Theater admission! =) After that an email is send to the user so he can print is ...
sw3b — September 2013
Discussion Variable Base Currency with Real-Time Display Pricing?
displayed in a user selected language and a user selected currency. The displayed price should be calculated ...
johnm — February 2011 — 1 comment
Discussion Event registrion and Drupal Commerce API
items, and send a user to a payment page? Also, is there a way to handle refunds if someone changes their ... signup details (Use case: user decides they don't want to attend a specific workshop, so they ...
brianV — February 2011 — 1 comment
Answer Answer to Question 9161
random, arbitrary discounts on a per-user basis, though, you'll need something more robust. In that ...

Question Mirroring shopping-cart workflow in backoffice orders
treat backoffice orders as shopping cart orders, except you would be doing it for another user, and ...