showing shipping class name in product meta
-
I am trying to display the shipping name to the single-product meta-description right below the SKU. so i added this code to meta.php:
<?php echo $product->get_shipping_class(); ?>
the problem with this is that it shows the slug of the shipping class and not the title.So for example the shipping class is “UPS express shipping” it will display the slug: “ups-express-shipping” this does not look good.
Especially when the slug is in another language then I get some code instead of that language. All this would not happen if i could get the shipping class title and not the slug.
Can anyone please help me and tell me what do i need to do so the shipping class will display instead of the shipping slug?
Daniel
- The topic ‘showing shipping class name in product meta’ is closed to new replies.