Comments JOSE LUIS started the conversationJuly 29, 2020 at 4:16pmGood afternoon. I would like to know how I can modify the thumbnail that appears when no product is selected as the default. Attachment screenshot 767Janilyn repliedJuly 31, 2020 at 9:11amHi Jose, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support AgentJOSE LUIS repliedAugust 11, 2020 at 7:38amGood Morning. I have not received any response from support. Could you help me?Thank youJOSE LUIS repliedSeptember 3, 2020 at 6:58am Good Morning. I have not received any response from support. Could you help me? Thank you 1,226Dustin repliedOctober 5, 2020 at 3:57amHi Jose,I'm so sorry for the late reply!Please add below code to current-theme (or child-theme) / functions.php add_filter( 'wooco_option_none_img_src', 'wooco_change_option_none_img', 99 ); add_filter( 'wooco_option_none_img_full', 'wooco_change_option_none_img', 99 ); function wooco_change_option_none_img( $img ) { return 'new-image-link.jpg'; }Best regards,Dustin Sign in to reply ...
Good afternoon.
I would like to know how I can modify the thumbnail that appears when no product is selected as the default.
Attachment screenshot
Hi Jose,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Good Morning.
I have not received any response from support.
Could you help me?
Thank you
Good Morning.
I have not received any response from support.
Could you help me?
Thank you
Hi Jose,
I'm so sorry for the late reply!
Please add below code to current-theme (or child-theme) / functions.php
Best regards,
Dustin