How do I show a new product type in a Kickstart's catalog page?
First, I created a new product type (I just looked into an original product type of Commerce Kickstart, and copied the parameters to my new one, I can say they are very similar).
Then, I added a product of this product type. I informed the catalog and category (comboboxes) that I would like this item to appear on the site.
The problem is that the product is not showing in the specific menu. I can only see the product in the "All the Products" menu, but not in the specific menu (the menu for the new "catalog" I created).
Well... when I add a product for the old original Kickstart's product type it's ok, I can see the product appears in the right catalog. But when I add a product of the new product type, it shows just in the "All the Products" page.
What I am missing? I couldn't find the solution.
I'm new to Drupal. I hope you could help me. Thank you!
Comments
Hello ajaichandran,
No, I didn't create a view. I'm using the pre-existing View called "/collection_products" from Commerce Kickstart, which already list the original items in the menu options.
Do you know if this view shouldn't work for my case? Or I missing something, and I really need to create a different view?
When I go to "add a product", I register my new product linking it to a collection / category, but it doesn't show in the view when processing.
And the strange thing is that, for instance: if I add a new product to a category, the counter of the category increments, but still the item does not shows in its listing. (note: I can check that the category counter increments because I had let the "Display number of items" option enabled in the taxonomy "category" configuration)
Thanks for answering! Hope you can help me