Plugin Author
RazyRx
(@razyrx)
Hello,
If you mean brand page with products, then it is use default WooCommerce product archive template, same as category page for example.
Regards,
Oleg
Thread Starter
077b
(@077b)
Hi,
The developer of the theme has said the following:
“You need to contact the plugin support and request the code allowing the brand page, which is created by the plugin to inherit the theme template.”
Its still not shwoing any sidebar or page title because of this.
Any help is appreciated.
Thankyou,
Ollie.
Plugin Author
RazyRx
(@razyrx)
Hello,
Not sure what theme support mean, but plugin use this code to get template from WooCommerce.
if( function_exists('wc_get_template') ) {
wc_get_template( 'archive-product.php' );
} else {
woocommerce_get_template( 'archive-product.php' );
}
It is default product archive template from WooCommerce.
Regards,
Oleg