This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
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.
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
Tagged: addition, content, customization, product catalog, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up