single product description not show in layout 6.3
-
single product description not show in layout 6.3
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Please, send us your admin username, not only password.
As a workaround, try to edit two files
woodmart/woocommerce/single-product/tabs/description.php
and
woodmart/inc/modules/layouts/elementor/single-product/class-content.php
and replace the following line
echo Plugin::$instance->frontend->get_builder_content( get_the_ID(), $is_edit_mode );
with this one
the_content();
Kind Regards
echo Plugin::$instance->frontend->get_builder_the_content();
get_the_ID(), $is_edit_mode );
This is correct
The topic ‘single product description not show in layout 6.3’ is closed to new replies.