Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2488524
Customize photo when "You have not selected any product"
Closed

Comments

  • JOSE LUIS started the conversation

    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

  •  767
    Janilyn replied

    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

  • JOSE LUIS replied

    Good Morning.

    I have not received any response from support.

    Could you help me?


    Thank you

  • JOSE LUIS replied

    Good Morning.

    I have not received any response from support.

    Could you help me?

    Thank you

  •  1,226
    Dustin replied

    Hi 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