i have bundle product with 2 product and both are not user define and already selected from admin but when i add to cart from catagory page its show "Please specify product option(s) " and go to product view i want to add to cart this from directly catagory page view ?? in magento 2.2
@wahaj_moin1 You just need to select bundle option, if it set as required. In your case it seems to be required that's why it redirects into a product detail page. So in order to add directly from category page then required an interface to choose bundle option from category page itself.
Cheers!
how i made interface plz help me out ?