How to get spefication attributes on product overview model

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anni tempo fa
Hi,

I want to be able to display a specific attribute for a product on the product listings page but am not quite sure how to go about getting the data that I need. The model in the _productbox.cshtml file has a SpecificationAttributes object but this is never filled.

Can anyone enlighten me as to how to gather this information. FYI the version I am using is 2.50

Cheers,

Graham
11 anni tempo fa
Same issue here! Can anyone help with this?
11 anni tempo fa
New attempt but still no luck...

I've added this to ManufacturerTemplate.ProductsInGridOrLines.cshtml:
<div class="AHHHH">
@Html.Action("ProductSpecifications", "Catalog", new { productId = Model.Id })
</div>


Any help? =/
9 anni tempo fa
Any updates on that issue ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.