• Resolved mpmchugh

    (@mpmchugh)


    Is there a way with WooCommerce Customizer to customize “Weight” and “Dimensions” labels that appear on the Additional Information tab on product pages? We’d like to make them say “Shipping Weight” and “Shipping Dimensions” to distinguish them from the actual product item dimensions which often differ.

    If not, it would be a nice addition to the “Product Page” setting tab.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SkyVerge

    (@skyverge)

    Hey @mpmchugh,

    I’m so sorry for the delay in getting back to you!

    The plugin doesn’t currently offer an option to change the labels on the Additional Information tab, but I will share your feedback about this feature with our product planning team. Thanks so much for sharing what’s important to you!

    As a current workaround, I would recommend using the Say What plugin to change WooCommerce plugin texts. Just keep in mind that this will replace all instances of “Weight” with “Shipping Weight” and similarly for “Dimensions”.

    If you’d prefer not to replace all instances of those strings, I would recommend looking into using some custom code and utilizing the woocommerce_display_product_attributes filter from WooCommerce core.

    I hope that’s helpful!

    Cheers,

    Tamara

    Thread Starter mpmchugh

    (@mpmchugh)

    Thanks for the reply. It would be nice if those could be editable at some point via the plugin.

    For now, we’re just using your plugin to change the Tab Heading to “Shipping Information” and not use any additional attributes in this case, so it will just show the Weight and Dimensions as Shipping Information.

    We just put the actual product dimensions in the description instead.

    It’d be nice to be able to relabel those attributes easily, so others could be added as well without confusion.

    Thanks.

    Plugin Author SkyVerge

    (@skyverge)

    Hey @mpmchugh,

    Thanks so much for the additional feedback! I’ve made sure to share this with our product team.

    I’m happy to hear that you have found a good workaround for the time being.

    Cheers,

    Tamara

    I did this just using CSS. Hope that helps. It’s not compatible with every browser, but mostly fine these days.

    /* Shipping Dimensions */
    th.woocommerce-product-attributes-item__label:before {
        content: "Shipping ";
    }
    Plugin Author SkyVerge

    (@skyverge)

    Hey @ajamm,

    Thank so much for sharing your awesome workaround! Happy to hear this is working well for you.

    Cheers,

    Tamara

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ability to Customize “Weight” and “Dimensions” labels’ is closed to new replies.