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 8302

Vote up! 0 Vote down! before I got the answer from here I kind of figure out myself. I created a "rules component", pass the Commerce Product "node:field-product:0" into "commerce_product" inside the rules component as PARAME ...
maxchock — May 2013

Documentation Why aren't accounts created in checkout after adding custom user fields?

When you add required fields to your site's user accounts, Rules expects you to supply data ... for these fields when you create new users using the Create a new entity action. Drupal Commerce uses ... anonymous users complete checkout. Therefore, if you add required fields to your site's user accounts, ...
Ryan Ryan Szrama — May 2012

Documentation Anonymous Carts and Logged In Users

user role. What happens to their cart? When anonymous users login to the site, if they have a shopping ... how to keep users from purchasing content if they are anonymous. That is a much more involved topic ... Anonymous In most cases, if you want the shopping cart to be hidden from anonymous users, hiding the block ...
smokinggoat — August 2012 — Commerce Kickstart 7.x-1.x — Status: No Known Problems

Answer Answer to Question 7031

Vote up! 1 Vote down! Thanks for @realskorpion for this suggestion. I have go thru the Rules Data Transforms and successfully solve my problem with different approach. What I did is When event "Collecting shipping rates for an order" fire my own ...
maxchock — February 2013

Answer Answer to Question 4370

Vote up! 1 Vote down! I'm also in similar dilemma, but for your case, definitely is 1 display with either 1 product type with ALL attributes or many product type with their own attributes e.g laptop different type of processor and headphone doesn ...
maxchock — October 2012

Discussion Building E-commerce website for furniture products

Dear all, I'm Max from Malaysia. Currently I'm using Drupal 7 + Commerce to build a ecommerce website for my furniture business (www.ok2u.com.my). We sell product such as Bed room's set, sofa, mattress, dining sets, cabinet and etc. Differe ...
maxchock — January 2013 — 1 comment

Blog Next steps for Drupal Commerce documentation

excellent documentation so that our implementers and end users can work with Drupal Commerce efficiently. We ... Restructured Text and still allow contributions through GitHub's user interface. GravCMS gives us ... content. The Drupal Commerce documentation is now split into a User Guide and a Developer Guide to match ...
mglaman Matt Glaman — September 2017

Discussion To customize product display teaser for Drupal 7

Hi all, Currently i'm implement a e-commerce website using Drupal 7 + commerce. To customize the teaser, I have install contemplate. But the problem is i don't know the variable for the image.. Previously when using D6, the variable is $node-> ...
maxchock — June 2011 — 1 comment

Question Fetch products created by acting user

Vote up! 0 Vote down! Hello, I need to get products created by currently acting user and display ... all users. Any clues please whats wrong with my code and how to limit the list? global $user; $uid ... = $user->uid; $products = db_query("SELECT * FROM {commerce_product} WHERE status=1 AND uid=uid"); ...
sketman — May 2016 — Product Listing

Documentation Order Settings

between each page request). Only refresh a shopping cart if it belongs to the current user. This is the ... new default and allows for dynamic pricing but prohibits the performance impact when the user viewing ... user" instead of "order owner." Only refresh a shopping cart if it is the current user ...
joshmiller Josh Miller — November 2014 — Drupal Commerce 7.x-1.x — Status: Needs technical review

Pages