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 9162
Vote up! 0 Vote down! The "Entity exists by property" condition will tell you whether or not a taxonomy term exists, but it doesn't have anything to do with whether or not the product is in that category. Instead, you're going to want ...

Discussion Duplicate items when using attributes
Hi Guys, New here, just dabbed into drupal commerce. My products have multiple attributes, so I followed the FAQ and created multiple copies of the same product with different attribute and linked them to a content product node. By doing so, every single ...
d3vilr3d — October 2011 — 8 comments
Answer Answer to Question 8981
Vote up! 2 Vote down! This can be done in the template.php of your theme. Below is a video and a code snippet that I used to demonstrate how to make this happen. <?php function YOURTHEME_form_alter (& $form, & $form_state, $form_id) { //dpm($f ...

Question Hiding the postal code field in the address module: hook_form_alter didn´t worked. What am I doing wrong?
Vote up! 1 Vote down! I want to programatically hide the postal code field, of the address module. I´ve unsuccessfully tried this: function mymodulename_form_alter(&$form, &$form_state, $form_id) {if($form_id == 'commerce_checkout_form_checko ...
Answer Answer to Question 9357
Vote up! 0 Vote down! Is there a guide somewhere to help me know how to use it for that? I am use to woocommerce, with that system I was able to easily find the bucket and attach the file. Thanks ...
Jonah Brown — September 2013 — 2 comments
Answer Answer to Question 8955
Vote up! 0 Vote down! You might want to set the "Multiple Field Settings" to show only the first image in the field with multiple possibilities:D ...

Discussion Assign several attributes to one SKU
Hello. I've got a question on this article from official documentation- http://www.drupalcommerce.org/user-guide/product-attributes-variations In this article they creating separate SKU for each attribute. How can I create a product with several attr ...
Spider84 — October 2012 — 3 comments
Discussion EU VAT
Dear All, I am creating a webshop, using commerce module. I set up, that if a customer wants to pay his items, the VAT (27%, based on the Hungarian laws) is added to the end of the list and the final amount is accumulated with the amount of VAT. Also the ...
memil — September 2012 — 5 comments
Discussion No Default Product in Add to cart form... Is it possible?
I am trying to create a logic where there is not by default product selected when a user views a product display. Currently if a product display has variations attached, by default the first one is chosen as the default product. I want user to actually se ...
quadcto — April 2012 — 1 comment
Discussion Product Display Node: Display lowest price for the displays variations
I'm not a big fan of posting questions but I really have exhausted my google search, drupal search, code hacking etc... I'm not against writing this bit of functionality but it's something I would have thought already existed and I don' ...
scotthooker — March 2013 — 7 comments