Reply 305267 to: Problems of display

Avatar: Olga Barlow
Olga Barlow
Support staff
October 12, 2021 at 14:20

Hello,

1) Check now, please.
2) Provide us with the screenshot of the issue and link to the mentioned page
3) I added below code to your child theme functions.php

add_shortcode('product_dimensions_table', 'display_product_formated_dimensions_table');
function display_product_formated_dimensions_table(){
    global $product;

    if ( $product->has_dimensions() ) {
        echo '<span>' . __( 'Dimensions:', 'woocommerce' ) . '</span>     ' . esc_html( wc_format_dimensions( $product->get_dimensions( false ) ) ) . '';
    }
}

And added shortcode to your Custom HTML element https://prnt.sc/1vunjax

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.