@model ProductSpecificationModel @using Nop.Core.Domain.Catalog; @using Nop.Web.Models.Catalog @if (Model.Groups.SelectMany(g => g.Attributes).ToList().Count > 0) {
| @T("Products.Specs.AttributeName") | @T("Products.Specs.AttributeValue") |
|---|---|
| @group.Name | |
| @attr.Name: |
@for (int j = 0; j < attr.Values.Count; j++)
{
var value = attr.Values[j];
@if (!string.IsNullOrEmpty(value.ColorSquaresRgb) && (value.AttributeTypeId == (int)SpecificationAttributeType.Option))
{
|