evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
3.69k stars 982 forks source link

[BUG] Project varients missing settings #531

Closed Chief-T1 closed 2 weeks ago

Chief-T1 commented 2 weeks ago

Describe the bug The version 1.1.0 release does not show product varients under the products page.

This means that settings for product varients for example manage stock / stock availability can't be easily changed from the UI.

Some settings can be changed by clicking on the main product and then scrolling to varients. You can then change the number of items in stock, status and visibility.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Admin'
  2. Click on 'Products'
  3. Product varients are missing

Expected behavior A clear and concise description of what you expected to happen.

I expect to be able to access and manage all the product varient settings.

Screenshots If applicable, add screenshots to help explain your problem.

Background (please complete the following information):

Additional context Add any other context about the problem here.

treoden commented 2 weeks ago

Hi @Chief-T1 ,

Yes that is one of the change we shipped in v1.1.0. The reason is many users don't want to see so many item of the same variant group on the list. Some of the variant group have so many variant and it push another product/variant to another page. So from now we will only display 1 variant per group. You can still access to all variant by clicking on that item and see the variant list from the bottom of the page. From here you can click to any item and see/modify the detail information for each of them

Thanks

Chief-T1 commented 2 weeks ago

Hi @treoden

Thanks for explaining why variants have been removed from the product list, I can see how only showing one variant would be better. I still think there is a bug when viewing the variants as the inventory settings are missing: image

On a product page, you have these options: image

Chief-T1 commented 2 weeks ago

I just realised you can click on the SKU to access the variant page with all the detailed settings. Sorry I didn't realise this was possible: image

treoden commented 2 weeks ago

I assume the issue is settled. Closing the ticket Thanks