In WooCommerce Views > Product Template File > i can SELECT PHP template of my theme Flatsome which will be used for WooCommerce single-product pages
!!!
In WooCommerce Views > Product Archive Template File > i CAN NOT(!) SELECT PHP template of my theme Flatsome which will be used for WooCommerce product archive pages
I believe that additional theme templates are not supported here, but let me ask my 2nd tier support team for some more information about this. I was under the impression that you can choose the WC Views template if you want to style the shop page using WC Views, or you can choose the other default option if you want to use your theme's design with a fallback to the default WC design. If you want to affect the PHP template and also use WC Views, then you could copy the theme's archive-product.php file into your child theme's woocommerce directory and make your modifications there. I'll let you know if I get some additional information.
Hello Christian,
WooCommerce product archive pages is not a Flatsome PHP-Theme Template, it is a Woocommerce Template! And why Toolset offer this for the product-detail page and not for the listing-page (WooCommerce product archive pages)?! Flatsome Theme ist the most sell theme in Themeforest (over 86.000 sells) so it would brings you a lot more new clients?!
I was incorrect - third-party theme template files are supported here. I asked for some information about how to set up a theme archive template file so it can be selected, because there is currently no documentation about that on our site. I was told that since Flatsome's archive-product.php file does not call 'have_posts()' or 'the_post()' or 'loop()', you can add this code to your child theme's archive-product.php file so it will appear in the list of options:
// - loop - this comment will force the archive template to show up in woocommerce views
In my local testing, I added this comment just after the line