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 How prepared are Drupal 8 + Commerce 2.0 to handle high volume e-commerces?
creating promotions User personalization/segmentation- Similar to Acquia Lift, but for prices, catalog, ... check the stock for the closest Distribution Center when user checks out. Also if a particular product ... is out of stock in all of our Distribution centers, it shouldn't be visible to the user (or ...
jfbaro — December 2015 — 1 comment
Answer Answer to Question 6486
as attributes? With that method, the price should be calculated correctly and displayed to the user ...
scottrouse — January 2013
Discussion Price without the decimal?
Hi How to setup price without the decimal? Now is 99.00, I need only 99. Thank You ...
nawi — February 2012 — 8 comments
Discussion Product options setup
Product Normal and Product Extra, this second choice will introduce a variation in price, but the basic ... makes the second choice (between Normal and Extra) the price will auto-update (as it happens with Big ...
ioioio — January 2012 — 5 comments
Discussion Registered Users Losing Cart Contents?
registered users lose their cart contents. I have tested this and here is the process I run across. • Visit ... cart and checkout work as expected and show all previous products as well. • If a new user creates ... a cart of items then process the checkout, it works as expected. • On the same note, if a registered user ...
Discussion chek box for products wiht pricing
Greeting I want to add several checkbox fields for each products that each checkbox have price ... that if customers select each of these,it price add to total price for example 1.Comes with warranty ...
mydrupal — August 2012 — 5 comments
Discussion Discount on Amount in Cart
I have been trying to set up a discount based on the amount a customer spends. If the customer spends $70 or more they get 10% off or if they spend $100 they get 12% and so on.... But I have been unable to get this to work via rules. I tried to set a rule ...
scott.carlton — November 2011 — 9 comments
Discussion List of products bought by the user
e-learning courses. I use commerce-7.x-1.7. I would like to make a page where an authenticated user can see ... a list of products (courses) bought earlier. (So not the admin, but the user himself.) It should be ... something like the 'User order' view, but listing all the products already purchased (by multiple ...
csaba.ortutay.admin — June 2013 — 1 comment — commerce products
Question Best way to structure a site with factory, wholesale, and retail pricing?
ecommerce site where there is factory, wholesaler, and retail pricing offered. Perhaps having a special ... permission for distributors / wholesalers that gives them access to discounted prices? Not sure how to do ... this. Any help here would be appreciated in Nepal! thx. Multiple prices ...
Jiggy Gaton — November 2014 — Multiple prices
Question Cannot Set Product Price Progamatically
attributes get populated apart from the price. I am not sure where i am going wrong. $product_node = new ... stdClass(); if (!empty($product['price ... '])) {$product_node->commerce_price['und'][0]['amount'] = ($product['price'] * 100);} else ...
