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 External and variable prices
and we have synchronised Users and Products but we have an issue with prices. We would like to use ... OpenERP Pricelists that define the Products and their prices. So when a User connects to Drupal + Commerce ... Users and OpenERP Partner is done, synchro with Drupal Products and openERP Products is done. Our ...
lima2x — May 2012 — 2 comments
Discussion Installments
Hi i would like to have an option it the payment methods that the user can specify how much ...
pit_zavra — January 2012 — 8 comments
Question Domain-specific variations on common product display?
etc. that belong to its 4 variations. The strange part is that the attribute selector and Add to Cart ... domain-specific product to my cart. The product info then displays correctly in the Add to Cart confirmation. In ...
Answer Answer to Question 6776
it does not redirect you to the cart form. so you have an issue with redirects somewhere. impossible ... for me to say but i assure this is not a Drupal Commerce issue. You only arrive at cart form when you ...
drupalability — April 2013
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 8976
redirect as anonymous user. I've discovered that I do able to change the login form as described in ...
Arik Yudin — August 2015
Discussion Is it possible to list products from Drupal Commerce in a non Drupal site?
Hi everyone I am quite new to Drupal and Commerce. I have a requirement to use Drupal Commerce APIs in a non Drupal website. The requirement is to replicate the product listing and implement check out and payment functionality inside a non Drupal website. ...
Joshi Thomas — October 2014 — 1 comment
Answer Answer to Question 41675
able to select the "Add to Cart" form widget to display all the product variations. However, ...
keb805 — October 2015
Answer Answer to Question 37351
users know that they SHOULD NOT press back buttons after paying, or reload the page, as it could cause ...
Travis — August 2015Answer Answer to Question 37854
Original Author: Ryan // Modifications by Josh global $user; $product_id = 6; // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
Josh Miller — August 2015