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 7600

Vote up! 2 Vote down! Yes, If I Understood your question right, you have to use relationship in views. You can find this video helpful ...
drupalastic — April 2013 — 1 comment

Answer Answer to Question 7518

Vote up! 3 Vote down! You're going to need to use hook_form_alter() to change the Add to Cart form based on what product it currently represents. All Add to Cart forms use the same form callback even though they use separate IDs, so you can still use ...
Ryan Ryan Szrama — April 2013 — 1 comment

Discussion Clarifying product attributes and what it does / doesn't mean

Hello all Hope the dramatic title drew you in. I believe this is a serious issue for DC, and is clearly being ignored (probably for very good reasons) by those in the know (probably because they are sick of the issue). However, as understandable as the ab ...
mikeaja — November 2013 — 1 comment

Answer Answer to Question 3415

Vote up! 0 Vote down! In order for rules to understand and react to your fields of an entity, you need to add a condition "Entity has field" and then you can create another condition on any field for that condition. http://joshmiller83.github.co ...
joshmiller Josh Miller — July 2012 — 1 comment

Answer Answer to Question 7266

Vote up! 1 Vote down! Does such functionality even exist in any e-commerce solution? If so, please post a link. I have never heard of this before and not sure why it would be needed. Better yet, can you please provide more details about your use case? Per ...
drupalability — April 2013 — 1 comment

Discussion product display type not showing when I attempt add content

Created an additional product display type- home>administration>structure- with product reference field It is clearly present and created on the page------------------------------------------------- When I click to add content from the shortcuts, or ...
domineaux — July 2012 — 1 comment — product display type not showing

Answer Answer to Question 7151

Vote up! 0 Vote down! I think you'll need an hybrid approach. These links will help you with the library management: http://drupal.org/project/biblio http://groups.drupal.org/libraries/modules And drupal commerce will help you with the books sale. I ...
realskorpion — March 2013 — 1 comment

Discussion Creating product programmatically

i have a several XML where the product information is stored. It is a xml feed that my module gets through an API call. I have parsed the xml and got the product information. After i made some research here and there i understood that i need to use these ...
sathyashrayan — June 2012 — 1 comment

Discussion Hide "Add to cart" if field exists[SOLVED]

Hi everybody, i'm building an ecommerce and i've addedd into a variation a field called "Sold out" width radio buttons. How can i hide the "buy" or "add to cart" button if the product is sold out(sold out field chek ...
cavax — February 2013 — 1 comment

Discussion Help a newbie

I dont know much about drupal commerce My pm has given me some r&d on this task: Products can have multiple attributes (ex color, size), and each attribute can have multiple options (ex red, medium) Acceptance criteria: 1. BU should be able to create ...
alinouman92 — February 2013 — 1 comment

Pages