Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1276835

    Hello, I have created an overview page “Medicines” that I would like to be displayed. At the same time, this page should be stored as a shop page at Woocommerce!
    But when I click on this page, the Woocommerce category page appears (see screenshot).

    How can I display the content of the page (see screenshot 2) and not the product overview?

    #1277632

    Hey Talker77,

    Thank you for the inquiry.

    The advance layout builder is automatically disabled on the base shop page, but you can use the following snippet in the functions.php file to enable it back.

    add_theme_support( 'avia_custom_shop_page' );
    

    However, please not that enabling this may cause default features such as the product sorting or when using a default product widget to not work correctly in the shop page. For more info, please check the documentation.

    // https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor

    Best regards,
    Ismael

    #1277683

    Hello, this is not successful!

    I did the same on another site, see url, … it works there.

    #1277998

    Hi,

    Thank you for the update.

    Would you mind providing access to one of the sites so that we could check the issue properly? By the looks of it, the Advance Layout Builder (ALB) is not active in the page above. Are you sure that you switched the editor to ALB?

    Best regards,
    Ismael

    #1278191

    Here are Login Datas…

    #1278545

    Hi,

    Thank you for the info.

    The “medikamente” page is not showing as it should because there is a product category with the same name and slug, so the archive page for that category shows up instead of the actual page. You have to either adjust the name of the page or change the slug of the category. (see private field)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.