nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.21k stars 5.29k forks source link

Refactor "Multiple pictures associated to product attribute value and product attribute combination #7215

Closed AndreiMaz closed 4 months ago

AndreiMaz commented 4 months ago

We've implemented the following task in nopCommerce 4.70 - "Multiple pictures associated to product attribute value and product attribute combination"

Let's refactor it:

  1. Move the "Display only uploaded images of attribute combination" checkbox to the "Product attributes" block. Place it below the "Attributes" and "Attribute combinations" tabs
  2. . Rename the hint of this checkbox to "You may choose pictures associated to each product attribute value or attribute combination (these pictures will replace the main product image when this product attribute value or attribute combination is selected). Enable this option if you want to display only images of a chosen product attribute value or a attribute combination (other pictures will be hidden). Otherwise, all uploaded pictures will be displayed on the product details page".
  3. Remove the setting from the advanced product editor settings. It'll be displayed in the "Advanced" mode only
skoshelev commented 4 months ago

Closed #7215