vtex-apps / product-summary

VTEX Product Summary app
11 stars 51 forks source link

Slider in "product-summary-sku-selector" doesn't just return sku`s #352

Open migueljsandreatta opened 2 years ago

migueljsandreatta commented 2 years ago

Describe the bug The "displayMode": "slider" prop of "product-summary-sku-selector", is not only returning the sku`s, but also the products.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on 'clique no botão de "+" no slider de skus da shelf.'
  3. After going through all the sku`s, the error happens.

Expected behavior The expected is that only the sku`s will be shown in the slider, and not the products themselves.

Screenshots image image

Screenshots / codes

"product-summary-sku-selector": { "props":{ "showVariationsLabels": ["false"], "displayMode": "slider", "sliderItemsPerPage": { "desktop": 3, "tablet": 3, "phone": 3 } } },

Additional context

https://user-images.githubusercontent.com/45335993/156436501-c109ff54-d152-4097-a454-7351efdc0149.mp4