Score:0

How to add conditions to display product variations in Drupal commerce?

eg flag

In the products page, I want to limit product variations based on user roles. For example, I only want admin to be able to see some of the product variation. I tried to achieve this by adding an extra field in variation and then checking that field in twig template (commerce-product.html.twig). Unfortunately, this method only works with rendered entity and I couldn't use the "add to cart" functionality. Is there a way to run a condition before displaying a product variation (along with the add to cart form)?

Score:2
eg flag

I solved this issue by subscribing to ProductEvents::FILTER_VARIATIONS event. You can write custom condition in your event subscriber. Reference: https://docs.drupalcommerce.org/commerce2/developer-guide/products/displaying-products/add-to-cart-form

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.