• Hej.

    I want to use the brand plugin and it works fine. Except the “brand detail”-page. If I click on the brand on the product-detail page, products page or on the brand overview-page it will open a page which is different to the normal theme pages (tried different themes).

    It has a different layout, header and footer as the others.
    https://weinschatz.irrsinn.it/?berocket_brand=alexs

    And the strange thing is, I can’t find the page/template in the templates part.
    If I click new template and I choose brand it looks in the template view fine, but the frontend won’t use that and shows that one (URL before).

    Layout with the default layout parts:
    https://weinschatz.irrsinn.it/?product=beerenauslese-chardonnay-2018

    Any idea?

    Best
    Sascha

    The page I need help with: [log in to see the link]

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.