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 Order Object Workflow through Checkout
I was having this discussion in IRC with DamZ, neclimdul, and one other person about how to handle the creation, update, and saving of the order object through checkout. In Ubercart, the workflow was as follows: View the checkout page, nothing is there. A ...

Discussion Applying a discount to products of certain type
Hey everybody, I have two product types: physical_product and digital_product and I want to grant a discount to physical products when 6 or physical products are bought. Thanks to Commerce Rule Extra I can use "Total product of type quantity comparis ...
Daniel Wentsch — September 2014 — 1 comment
Discussion Setting up many products with one product display and multiple selection categories
Apologies if this is an old question with an existing question, I'm a newbie and despite searching around, can't find an answer. Basically, I'm trying to set up the T-shirt type commerce site with only some success. In this example, I have ...
PedroKTFC — January 2012 — 7 comments
Answer Answer to Question 12541
products it should "just work" since the views are ultimately pulling from the same search api ... listings. The only thing I can figure is that there's a search api filter being applied in code that is ...

Discussion Print out a Drupal Commerce field only if it has a value
In Drupal Commerce, you can use the following to print out a field in your node.tpl.php file: <?php print render ($content ['product:field_NAME']);?> But how do you print a field only if it has content? For a normal Drupal field you woul ...
big_smile — February 2013 — 4 comments
Discussion Price based on user profile country
Hi, I would like to setup the price of the product based on the country from the user profile not from a drop down menu on top of the website (this I was able to do easily) but I am looking for is when the user creates an account or we create an account a ...

Answer Answer to Question 3171
is use a hook_form_alter using the select form api's default value. Another way to crack that ...

Answer Answer to Question 9639
not copy paste the actual code here, that is completely project specific and there are few extra ...
yogeshchaugule8 — November 2013
Question Disable payment method dynamically
payment method enabled. My question is if it is possible to disable a specific payment method 4 days ...
Derio — December 2013 — payment method
Question Configuration for Facebook / Twitter Login
and private keys from the apis, but this doesnt seems to be enough, because both options will not be ...