This topic has 6 replies, 3 voices, and was last updated 4 months, 2 weeks ago ago by Jack Richardson
Hello there,
I wanted to ask how to enable and disable the Single page builder.
I dont find in the documentation how to enable it and specially disabling it.
I ma guessing that if we use the Single Page builder, some hooks are not going to work, righ?
Hello, Jennifer,
Thank you for reaching out to us with your query about the Single Page Builder.
We have 2 builders:
– https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/ In case you already created an template, it can be disabled in the next way – https://prnt.sc/hN34NwrErY1B
– Theme Options > WoOCommerce > Single Product Builder.
https://www.8theme.com/documentation/xstore/additional-customisation/single-product-builder-hooks/
Can be disabled via Theme options https://prnt.sc/jFZQEe7e_IkJ
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
Great! I wasnt able to disactivate it. It is strange, but having the hooks helped!
Thank you
Hello, Jennifer,
You’re welcome!
Best Regards,
8Theme’s Team
Can you help me with the Single product builder hooks?
I am trying to create a badge and it doesnt show on my single product page. Only on the shop page.
I am trying to use this hooks etheme_woocommerce_show_product_images but it makes the bagde appear on the left side of the page, in stead of the left side of the product image.
Is there something i am missing?
I took the hook from here: https://www.8theme.com/documentation/xstore/additional-customisation/single-product-builder-hooks/
Dear @Jennifer,
I hope this message finds you well. We have conducted a review of the Theme Settings on your website and would like to inform you that you are currently not utilizing the Single Product Builder (Customizer Based) available at [https://prnt.sc/V9NBkDOXljt8], nor the Single Product Builder (Elementor Based) at [https://prnt.sc/pgL9ddTbICNg].
As a result, your site is employing the standard prebuilt layouts, and the applicable modifications are managed through the global WooCommerce hooks, which can be reviewed here: [https://wpsites.net/product/woocommerce-single-product-hooks/].
Additionally, you may find it useful to examine the file associated with the filters/hooks used for displaying the Product Gallery at: xstore/woocommerce/single-product/product-image.php.
We have added for you next code in xstore-child/functions.php:
add_action('woocommerce_before_single_product_summary', function() {
echo '<div class="sale-wrapper"><span class="onsale left">' . esc_html__('Custom Label', 'xstore-child') . '</span></div>';
});
Now you have custom label added on each single product -> https://prnt.sc/gijC-EqE9Sen.
Should you require further customizations, we kindly invite you to submit a request through our customization panel at the following link: https://www.8theme.com/account/#etheme_customization_panel . Please note that customization services will incur additional charges.
Thank you for your attention to this matter. We look forward to your prompt response.
Best regards,
Jack Richardson
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up