Cloudkibo / KiboPush

0 stars 1 forks source link

All products are shown when selecting a product category in whatsapp commerce chatbot #10396

Closed arveenkumar55 closed 3 years ago

arveenkumar55 commented 4 years ago

Describe the bug When I try to select a specific category in commerce chatbot it is showing me all categories of product.

To Reproduce Steps to reproduce the behavior:

  1. Go to WhatsApp
  2. send message to the number
  3. select a specific category
  4. it will display all products

Expected behavior It should display only those product which belongs to this specific category.

Front End or Backend End issue? Backend How was the issue found in the automated test or manual test? Manual

When was this issue last working? I found while automating the test cases today

Screenshots Screenshot_20201117-165234 Screenshot_20201117-165240

Paper Trail logs

Quote is full

Browser logs There were no browser logs here

Sentry Links and Screenshots There were no sentry links here

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

bjafri5 commented 4 years ago

This was occurring due to a recent change to add pagination to products. The category id was not being properly passed to the shopify api. I have fixed this. @arveenkumar55 please test on staging

arveenkumar55 commented 4 years ago

working fine on staging

bjafri5 commented 4 years ago

@arveenkumar55 please test on production

arveenkumar55 commented 4 years ago

working fine on production