Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › How could i hide "product name" at shipping field of cart page?
- This topic has 5 replies, 3 voices, and was last updated 6 years, 1 month ago by WCFM Forum.
- AuthorPosts
- August 31, 2018 at 2:28 am #30276
- August 31, 2018 at 2:35 am #30278MOHOParticipant
If the product have no set “shipping class”, it will no display, right?
- September 2, 2018 at 8:52 am #30491WCFM ForumMember
Hi,
Yeah right.
And cart page display, it’s your theme’s CSS problem.
If they not help then please know me, I will give you custom CSS for the purpose.
Thank You
- September 25, 2018 at 10:54 am #32510JohanGuest
Hide product weight but still allow to be active in the back ground.
Hi, I use weight based shipping thus would like weight not to be visible on the product page but still active in the back ground. Can you advise me of a css or php snippet that will allow for this?
- September 27, 2018 at 1:19 pm #32661WCFM ForumMember
Hi @Johan,
Add this code for the purpose –
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );
Thank You
- September 27, 2018 at 1:20 pm #32662WCFM ForumMember
I am closing this thread.
Please follow here – https://wclovers.com/forums/topic/hide-product-weight-but-still-allow-to-be-active-in-the-back-ground/
- AuthorPosts
- The topic ‘How could i hide "product name" at shipping field of cart page?’ is closed to new replies.