toanhnt wrote:
Hi AM,

Please show me how to remove the sale icon on the sale products. Thanks

Hi,

Follow the next steps:

1. Open the \Themes\Furniture\Views\Shared\_ProductBox.cshtml file
2. Delete the following code:


        <div class="sale-icon">
            <img title="" alt="" src="@Url.Content("~/Themes/Furniture/Content/images/sale-icon.png")" />
            <div>
                <span>@T("Furniture.Sale")</span>
            </div>
        </div>