Home / Forums / WoodMart support forum / I want to remove version products title link and image link from grouped product
Home › Forums › WoodMart support forum › I want to remove version products title link and image link from grouped product
I want to remove version products title link and image link from grouped product
- This topic has 3 replies, 2 voices, and was last updated 9 months, 2 weeks ago by
Hung Pham.
-
AuthorPosts
-
September 11, 2025 at 12:46 am #685661
orkunburan.comParticipantHello, My products has a lot of versions. So thats why I am creating one single parent product type: Grouped product and show linked product inside of main product page. See here: https://scanshop.ee/label-printers/desktop-printers/tsc-tc-series/
But I don’t want these version product’s title clickable, also image hover disable and make it not clickable. only for these version products. Here is a great example: https://designaweigh.com/products/cipherlab-rk26-series/
Also, These versions are added as simple product and combined with grouped product. But I don’t want to show version product pages visible in the website at all.
For example: this is parent product page: https://scanshop.ee/label-printers/desktop-printers/tsc-tc-series/
So I want to hide all these version product pages completely from live website.(they can be visible in admin)
these are versions:
https://scanshop.ee/label-printers/desktop-printers/tsc-tc200-8-dots-mm-203-dpi-rtc-tspl-ez-usb-rs232-lpt-ethernet/
https://scanshop.ee/label-printers/desktop-printers/tsc-tc210-8-dots-mm-203-dpi-disp-rtc-tspl-ez-usb-rs232-bt-ethernet-wi-fi/
etc. etc.
I wanna do like this, bcz I want to keep website more tidy, not throw bunch of version pages around. I will be if you help me. Thanks for your help. PS: Woodmart theme is amazing. Great job!!-
This topic was modified 9 months, 2 weeks ago by
orkunburan.com.
September 11, 2025 at 3:02 pm #685884
Hung PhamParticipantHi orkunburan.com,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
1. Clickable
.single-product-page .wd-products-element .wd-entities-title a, .single-product-page .wd-products-element .wd-product .product-image-link{ pointer-events: none; }2. Remove variations from non-logged in
body:not(.logged-in).single-product .wd-single-content.wd-entry-content{ display: none; }Best Regards,
Hung PDSeptember 11, 2025 at 3:35 pm #685918
orkunburan.comParticipantThanks a lot. It worked. Also these version products, I don’t want to show these pages in live website. I just want to show parent product page. If I make catalog visibility: Hide for versions, it disappears completely. How can I hide version product pages from live website?
I want to show only this kinda parent product page: https://scanshop.ee/label-printers/desktop-printers/tsc-tc-series/
Version product pages shouldn’t be visible with url slug-
This reply was modified 9 months, 2 weeks ago by
orkunburan.com.
September 12, 2025 at 4:10 pm #686166
Hung PhamParticipantHi orkunburan.com,
Your question is a bit unclear to me. Please describe in more details or or your desired goal, this will allow me to thoroughly investigate and address your concerns in a more efficient.
Regards,
Hung PD -
This topic was modified 9 months, 2 weeks ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register