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 "Add to cart" form using AJAX

Anyone edited the "Add to cart" form in order to use AJAX to insert products in the cart without reloading the page and showing a "Product added to cart" message popup in the center of the page? Any hint on how to do that? cart add to ...
Copyfight — November 2012 — 3 comments — cart, add to cart

Discussion Node fields in Commerce products/orders?

Event product type. Events have dates and can have multiple dates. When a user purchases a ticket to an ...
welly — September 2012 — 1 comment

Answer Answer to Question 17587

Vote up! 0 Vote down! suntower, The User Guide is written for vanilla Drupal Commerce. One thing ...
joshmiller Josh Miller — October 2014 — 1 comment

Question Limit Quantity to 1 on Cart/Checkout page

I've configured the Product Display Add to Cart button to not include quantity. When the user goes to ...
OutdoorEd — June 2013 — quantity

Question Help with a multistore ecommerce site best route

trying this route. For an authenticated user after they added product/products to the order. Problem: How ...
gdbwb05 — September 2015 — marketplace

Answer Answer to Question 3778

pane for now from the checkout process. A further step would be to assess if the user is registering ... simply cancel it automatically after 2 weeks. You could use redirects or user instructions funneling them ...
kevinquillen — August 2012 — 1 comment

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 ...
joshmiller Josh Miller — September 2012

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

Pages