Hi,
Is it possible to rename the "Additional Information" tab to "Shipping Dimensions"?
Thanks,
Lawrence
Hi,
Is it possible to rename the "Additional Information" tab to "Shipping Dimensions"?
Thanks,
Lawrence
Hi!
Try to add following code to functions.php:
add_filter('woocommerce_product_additional_information_heading', 'inoplugs_wootabheading');
function inoplugs_wootabheading() {
return 'Shipping Dimensions';
}
and change the return value if necessary,
Best regards,
Peter
Hi,
I managed to change the label, I edited the string in attributes.php.
Thanks
Glad you were able to resolve. Let us know if you have any more questions.
Regards,
Mya
This topic has been closed to new replies.