My Courses > CustomizeWoo > Module 4 > Lesson 04: Single Product Page: REMOVE Content
Single Product Page: REMOVE Content
This is how to remove content from the single product page by using the visual hook guide. If things do not get removed, check Module 5 Lesson 1.
Video
Please note: English captions are enabled by default (click on “CC” in the video player to disable). Also, you can click on the “gear” icon to manage quality and playback speed. Enjoy!
If you joined already, please log in.
Otherwise, here is why you should join the Club.
Useful Links
WooCommerce Visual Hook Guide: Single Product Page
Related Snippets
WooCommerce: Hide Price & Add to Cart for Logged Out Users
WooCommerce: Change # of Upsells and Move Them Above Tabs
WooCommerce: Remove Additional Info Tab from all Products
WooCommerce: Move Product Tabs Under the Short Description
WooCommerce: Move Social Sharing @ Single Product Page
WooCommerce: Remove “Description” Heading @ Single Product Tabs
WooCommerce: Remove Sidebar @ Single Product Page
WooCommerce: Remove Additional Information Tab @ Single Product
WooCommerce: Checkbox to Disable Related Products Conditionally
WooCommerce: Hide Related Products @ Single Product Page
WooCommerce: Disable Zoom, Gallery Slider & Lightbox @ Single Product
WooCommerce: Hide SKU on the Single Product Page
WooCommerce: Remove Product Tabs & Echo Long Description
WooCommerce: Move Product Gallery Thumbnails
WooCommerce: Related Products in a Tab on the Product Page
Hi Rodolfo,
I saw you changed some things in course navigation. For me it is not very clear anymore which course I am looking at. I see that you have changed the text of the course to “normal” and that the other courses are bold https://d.pr/i/00A9OO. I would say it is more clear to make it another color. Looking forward to the new courses
Cheers
Excellent, thanks for your helpful feedback Marco! I’ve now done some changes, see if navigation UX is better now?
Hello Rodolfo,
I have seen some question on the internet, related to showing a product on specific days of the week or in a specific period of the year (starting/ending date). Even they are some free plugins, I am willing to learn how to do this without a plugin, this is the reason we are enrolled on this awesome course. I would be happy just to guide me where to find the resources related to this scenario. Thank you!
Hello Marcel 🙂 So, this is quite complex, as you first need to find out how to hide a single product, and then how to apply this to a certain date range.
First of all, Andy’s answer here should help you programmatically set product visibility to “hidden”: https://stackoverflow.com/questions/36522439/set-catalog-visibility-hidden-woo-commerce
For the second part of the task, I would “study” how the price sale START/END date works inside the WooCommerce code, and then try to reapply that in your snippet.
Hope this helps!