OneVariant.ascx

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Please confirm if this is an error or is it by default for v1.7?
From v1.6 and to v1.7 in the OneVariant.ascx, the attribute is missing and is moved to the product-variant-line making the attribute displays below the photo rather than inside the overiew:

...

<div class="one-variant-price">
MISSING ATTRIBUTE
      <nopCommerce:ProductPrice ID="ctrlProductPrice2" runat="server" />
       <nopCommerce:NumericTextBox runat="server" ID="txtCustomerEnteredPrice" Value="1"
        RequiredErrorMessage="<% $NopResources:Products.CustomerEnteredPrice.EnterPrice %>"
         MinimumValue="0" MaximumValue="999999" Width="100"></nopCommerce:NumericTextBox>
</div>
:
:
:
:
<div class="product-variant-line">
            <asp:Label runat="server" ID="lblError" EnableViewState="false" CssClass="error" />
            <div class="clear">
            </div>
            <nopCommerce:TierPrices ID="ctrlTierPrices" runat="server" />
            <div class="clear">
            </div>
            <div class="attributes">
                <nopCommerce:ProductAttributes ID="ctrlProductAttributes" runat="server" />
            </div>
            <div class="clear">
            </div>

:
:
:
:
Hace 13 años
The attributes were always displayed below the photo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.