- 34
Is there a way to include the price for the (related products) in the quick view popup?! right now only a small picture and product name is showing.
Thank you
Thank you
<div class="item-box">
@Html.Partial("_ProductBox", item)
<div class="price">@item.ProductPrice.Price</div>
</div>