Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    By default brand page must use default WooCommerce product archive template like shop page or category page.
    Do you use any page builder to change page template?

    Regards,
    Oleg

    Thread Starter sascharet

    (@sascharet)

    No, I don’t use any pagebuilder.
    But maybe I’ve something.
    In this file brands-for-woocommerce/templates/taxonomy-berocket_brand.php

    if( function_exists(‘wc_get_template’) ) {
    wc_get_template( ‘archive-product.php’ );
    } else {
    woocommerce_get_template( ‘archive-product.php’ );
    }

    but should not go to the wordpress-blockeditor/fse-templates?

    But that is a php and the new wp-templates are .html

    Best
    Sascha

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    If you do not use any page builder, then what do you mean with “click new template and I choose brand”?
    This code load default WooCommerce template with help of WooCommerce function.

    Not sure what you mean with wordpress-blockeditor/fse-templates, is it some specific template that you trying to use?

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blockeditor FSE wrong template’ is closed to new replies.