c# - implementing a search by color option in e-commerce app -
I have an existing e-commerce application, which allows the administrator to upload an image of the product.
So far, this feature allows only single image uploads for any product available in many colors. Colors are uploaded by the administrator as a simple CSV format.
The professional requirement has changed and the business wants to see the image of the product appearing in the selected catalog from on the dropdown in the dropdown to the color of a product Ho.
Please suggest how I would like it to go
You change file names such as product.color.ext and when the status dropdown changes, to eliminate the file name Add to (for example, shirt.red.jpg, shirt.blue.jpg, etc.). There are several ways to do this, which can be a solution
Comments
Post a Comment