if ( ! function_exists( 'woocommerce_product_description_tab' ) ) {
/**
* Output the description tab content.
*/
function woocommerce_product_description_tab() {
wc_get_template( 'single-product/tabs/description.php' );
}
}
if ( ! function_exists( 'woocommerce_product_additional_information_tab' ) ) {
/**
* Output the attributes tab content.
*/
function woocommerce_product_additional_information_tab() {
wc_get_template( 'single-product/tabs/additional-information.php' );
}
}
Вот как эти блоки отображаются.
Пожалуйста, скопируйте файл single-product / tabs / description.php в вашу активную тему / woocommerce / single-product / tabs / description.php
и один продукт / вкладки / Additional-Information.php для вашей активной темы / WooCommerce / один продукт / вкладки / Additional-Information.php
Изменить в соответствии с вашими потребностями