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 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
Question recomendations for ticketing
Vote up! 0 Vote down! I’m new to Commerce from Ubercart and I’m looking for a recommendations on ... Now i think I see a Commerce Pricing Attributes mod that may take care of that, but I’m still not sure ...
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
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
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 8849
Vote up! 1 Vote down! This is found in the following file: #search-api-ranges-block-slider-view-form #edit-range-from, #search-api-ranges-block-slider-view-form #edit-range-to { background: none; border: none; font-size: 16px; font-weight: 300; p ...
Josh Miller — August 2013 — 1 commentQuestion How to get a node ID from a product display using the product ID
ID can both be found in the 'commerce_product' table). Because chances are more actions ... = commerce_product_load_by_sku($sku); Now I can get the Product ID, which is needed for finding the Node ID of the Product Display Node ...
Answer Answer to Question 3214
Vote up! 0 Vote down! Yeah, I looked in their (thinking this was the 'Drupal way') but I didn't see any options there after installing LB2. Thanks for the suggestion, though;) SC ...
fretwizz — June 2012 — 2 comments
