Please tell me how I can add additional content to the product catalog page

This topic has 2 replies, 2 voices, and was last updated 10 months, 2 weeks ago ago by Rose Tyler

  • Avatar: alex2000
    alex2000
    Participant
    June 25, 2023 at 15:03

    Good afternoon!
    Please tell me how I can add additional content to the product catalog page.
    https://gelioagro.by/shop/

    I want to add more information about our organization on the shop page (those pictures, text and more).
    The shop page will be the main page of our website.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2023 at 09:54

    Hello, Alex2000,

    Thank you for contacting us and for using XStore.

    You can choose any static block from Use custom banner above the breadcrumbs option → https://prnt.sc/Kh2HGqtbGk7A . Frontend → https://prnt.sc/e4WRmRqiFdlm
    Or using php skills add code snippet (like next one) to your child-theme/functions.php:

    add_action('woocommerce_before_main_content', function() {
        if ( is_shop() ) {
            echo do_shortcode('[block id="883"]');
        }
    }, 25);

    Please note that additional customization is outside the scope of our basic support.

    If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.