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 13840
(Productreference (field_productreference: delta) Exclude from display add field Commerce Product: Price ...
cord1 — May 2014
Answer Answer to Question 8894
$user populated with the user's ID: global $user; $query = db_select('commerce ... _order', 'cord'); $query->join('commerce_line_item', 'li', 'cord.order_id ... = li.order_id'); $query->join('field_data_commerce_product', 'prod', 'li.line_item_id ...
mike.hajj — April 2014 — 1 comment
Discussion Programmatically add a donation
a donation feature to a drupal commerce site. I know need to be able to add a donation programmatically (this ... global $user; // load the order, create new one if unexisting if (! $order = commerce ... _cart_order_load ($user-> uid)) { $order = commerce_cart_order_new ($user-> uid); } // Define the values for the ...
Manuel — February 2012 — 1 comment
Discussion Taxonomy on product variation
Hi, is it possible to add taxonomy term reference to product variation and be able to categorize products according to it? Let's say I have a dufferent T-Shirt products with color variations and I want to list all T-Shirts that are blue. If I try to ...
zoltan — August 2013 — 1 comment
Question How to use Billing information values to populate user fields at account creation at checkout
like to populate it at account creation during checkout (default Rule commerce ...
Answer Answer to Question 8209
"commerce-line-item'. He does correct himself- by which time I was looking at the other window and selecting ... 'commerce-line-item:quantity' Sloppy on my part to split my attention! It took 5 plays to notice. ...
KitchenSync — May 2013
Question add product and content type
Vote up! 0 Vote down! Hi, I am using commerce kickstart, including the existing product catalog. ...
AVILEVE — April 2013 — add prodcut
Answer Answer to Question 13723
Vote up! 1 Vote down! Try the Commerce Pricing Attributes module. It will enable you to set up ...
Brylie Oxley — May 2014
Discussion i18n thoughts/needs
around this and I want to do what I can to help Drupal Commerce (DC) avoid these:) I saw a white board ...
totsubo — January 2010 — 18 comments
