Hello there,
I’m trying to register a new taxonomy for the products in MarketPress because I want these to be separated from my list of product_categories. I have used the product categories for something like “Business”, “Living”, “For Children”, “For Moms”. And I would like my new taxonomy to be product types like “Audios”, “Videos”, “E-books” etc.
Is it possible to do that so I will have a page like “All ‘E-books’ products across all sites” ?
Also, how should I name the template file for this specific page? I actually don’t see it on the list provided in MarketPress:
Global Listings – Will only work on main site/blog
Product List Page
mp_global_products.php
mp_productlist.php
Product Category List Page
mp_global_category-CATEGORYSLUG.php
mp_global_category.php
mp_global_category_list.php
Product Tag List Page
mp_global_tag-TAGSLUG.php
mp_global_tag.php
mp_global_tag_list.php
Thank you!!!