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 Get add to cart product info and bring to url-arguments
http://drupal.stackexchange.com/questions/24279/populating-fields-from-t... for users, but do not see a product example. Greetings, Martijn Add to Cart form ...
Summit — June 2013 — Add to Cart form
Discussion Order numbers only for completed orders
number autoincrement. It´s okay, but sometimes users do not complete their orders and order number jumps ...
maestro82 — September 2012 — 1 comment
Answer Answer to Question 3848
button for each product, or you can create a view like you described where the user is taken to a detail ...

Answer Answer to Question 8658
footer: <?php global $user; $trade_role = 4; $items = 0; $total = 0; foreach ($results as $r){ foreach ... ($user-> roles))){ $total += $component ['price']['amount']; } } $items += ...
Orphans — August 2014
Answer Answer to Question 7611
Manager cannot edit the price or stock! The admin can of course, but not the user with the Store Manager ...
ncarty97 — October 2013
Question Basket summary to show EX. VAT total.
Vote up! 1 Vote down! Hi, I'm currently building a site which has user role dependent ... rules are also different for the two user bases. The trade customers must reach a basket total of £150 ...
Discussion (Add to Cart) product button AJAX
I want the user to add the products to the cart with ajax, with my little knowledge of Drupal, ...
verges — August 2011 — 3 comments
Answer Answer to Question 3889
filter to allow users to selected the catalogue. ...
exeapps — August 2012
Discussion e-shop with different vendros
user = vendors. This shop will have 6-10 vendors. Can I solve this problem with Drupal e-commerce for ...
l33tas — August 2012 — 1 comment
Discussion "Add to cart" form multistep
a shop where users can customize their own product. Let's get the t-shirt concept. I've created ...
wendy — May 2012 — 4 comments