How to hide shipping class weight on single product page?
-
We have some items with various weight options and other items where the weight doesn’t matter for the customer. Nevertheless, we have to put a weight in the shipping class for internal use. But this weight shows on the single product page. We want to have only a weight shown on the products page if we have configured it in attributes.
Example: https://jadalo.com/product/fiber-pillow-family-bed/
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field along with some Screenshots related to the issue so that we can check this concern on your Site and help you out accordingly.
Best Regards.
please find below. TIA
Attachments:
You must be
logged in to view attached files.
Hello,
If you hide the weight attribute from the attribute table then Go to Theme Setting -> disable the option Show attributes table after short description.
In WooCommerce, an attribute table refers to the structure used to manage and display product attributes.
You can check the attributes from edit product -> in the product data section -> click on the attributes tab. Here you can edit the product attributes.
Best Regards.
Hi Aizaz, I mean something different. I have attached a modified screen shot to explain better. Please have a look
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add following custom css code in Theme Setting -> Global custom css section:
tr.woocommerce-product-attributes-item--weight{
display:none;
}
Best Regards.
It’s working, thanks. Problem solved š
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How to hide shipping class weight on single product page?’ is closed to new replies.