kirill-zhirnov / boundless-nextjs-ecommerce-template

Next.js E-Commerce template. Strong TypeScript, Ready to use, For high-performance e-commerce websites.
https://boundless-commerce.com
MIT License
114 stars 50 forks source link

Filter products have issue #85

Closed sonnt2510 closed 11 months ago

sonnt2510 commented 11 months ago

hi Kirill, i just checked the blank template and tried to filter products by Type of case and it wasn't working, here is the URL that I got https://blank.demos.my-boundless.app/category/100?props[undefined][]=609

It also happens with the other templates as well, even with my project that is using your template and already deployed to production a few months ago

sonnt2510 commented 11 months ago

nevermind i fixed this one on my site, the issue is you've changed the field name characteristics_idto id, i believe it's in Filterform.tsx and MultipleSelectCharacteristics.tsx

kirill-zhirnov commented 11 months ago

Hi @sonnt2510 , I've updated the API - Sorry about that. Our client is up to date - so please upgrade it and typescript highlights changes.

Thank you.