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 Using Product Display to hold image field
Hi, I'm building a shoe store, and naturally each product has many variations. Because of ... image field in the in the Product Display content type. is that a legit action, or does anyone has ...
Idan Cohen — January 2012 — 1 comment
Discussion Send email when order status is changed to complete
Hello, I would like to know if it is possible to send an email to the customer when their order status is changed from pending to complete. It would be nice to inform the customer when their order is shipped. ...
HenrikBak — September 2011 — 16 comments
Answer Answer to Question 8999
form and set the hidden product_id field based on the attributes selected on the ajax call. Since ... that's not going to happen now, we need to find the correct product_id ourselves, before we send it to ... MY_CUSTOM_add_to_cart_form_submit($form, &$form_state) { // easiest way I could find to get the product ids attached to this display ...
sleepingmonk — August 2013
Discussion When to use "Products", "Line Items" and "Customer Profiles"
I am attempting to build a site using Drupal Commerce to feature mortgage loan products, which is ... a somewhat non-traditional 'ecommerce' product. I'm trying to determine how to model such ... products within Drupal Commerce and would like to hear the thoughts of the Drupal Commerce team (or others) ...
Bill_inSC951 — January 2012 — 1 comment
Discussion Commerce taxonomy catalog
click A, you will see a link to Aa and Ab. When you click Ab you will see all the products listed in ...
jeroendg — October 2011 — 3 comments
Answer Answer to Question 10719
Vote up! 0 Vote down! From what I know, product variations are different versions of the product ... Product Variations would be... Small Red Medium Red Large Red Small Blue Medium Blue Large Blue. Each ... variation can contain its own price and sku, hence making it an individual product on its own. HOWEVER, ...
outlierdavid — November 2013 — 1 comment
Question problem with displaying data for a crowdfunding platform
project 2: €0 funded, 20 days left, 0% funded Second problem is that an anonymous user can't see ...
Kris Obbers — April 2013 — commerce orders
Discussion Commerce File Module: Free download of product file on zero price?
I am minding if this might be done in Commerce file itself, on products with zero prize. I opened ...
itamair — January 2012 — 1 comment
Question Disallow coupon on Sale Items
discount for certain products selected with a taxonomy. however I also have a coupon code system for ...
rootsgraphics — January 2014 — Discount Coupon Sale
Discussion Donation and a Custom Price when Adding to Cart
= commerce_product_load($pid)) { global $user; $uid = $user->uid; $line_item = commerce_product_line_item_new($product ... from the screen cast? Right now it adds to the cart, but with a price of 0 using hook_cart_product ... _add, which is the products price so I am on the right track. I just need to know how to get it to talk to the ...
