In order to add custom products to the cart, CPB apps sometimes need to generate custom products that hold variants and prices. These products can appear in the search results and collection pages.
All those auto-generated products have product types = "cpb_ordered" or "cpb_hybrid"
You can find more information on why those products are generated in this article.
You can filter them out by following these simple steps:
Hide generated products from collections and product list pages.
All those generated products have product type cpb_ordered or cpb_hybrid
If you would like to remove it from your collection page, please don't hesitate to let me know. Go to Online Store -> Products -> Collection.
Find in the collections list the collection in question. Add condition:
product_type is not equal to cpb_ordered/cpb_hybrid
To hide those products from collections/all follow these steps:
Go to Online Store -> Products -> Collection. Click the button "Create collection".
Create a new collection with the title "All." Set condition type "Automated." Add condition "product_type is not equal to cpb_ordered/cpb_hybrid." Save collection
If this didn't help and you need assistance, please contact our support.
Comments
0 comments
Please sign in to leave a comment.