- Issue created by @eit2103
Am I really the only person facing with this problem?
If Add to cart form Formatter in views included price, I would not have any issues right now.
<div class="product--variation-field--variation_price__13 field field--name-price field--type-commerce-price field--label-above"> <div class="field__label">Fiyat</div> <div class="field__item">₺6,00</div> </div>
- Status changed to Fixed
4 months ago 7:43am 22 July 2024 - 🇮🇱Israel jsacksick
The variation field injection is performed by the ProductViewBuilder. In another words, this logic kicks in only when products are rendered (in any view mode).
So, this can be triggered if you're rendering products in any view mode using Views. This is NOT triggered if you're rendering fields and simply rendering variations using the add to cart form formatter.
Automatically closed - issue fixed for 2 weeks with no activity.