• Resolved vignesh1990

    (@vignesh1990)


    Hey, I’m using purchase the premium version ppom plugin

    I have a issue in sending plain_text email to my client. Uploaded file link and file name not shown in the plain_text email format. Please help me..

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    sorry but how image thumb will be shown in plain_text.

    Thread Starter vignesh1990

    (@vignesh1990)

    Hi,

    Yes image thumb can’t shown in plain_text but i want show the image link.

    Like: https://ppom.nmediahosting.com/wp-content/uploads/ppom_files/thumbs/o_1egks9utbr911l851knm1g4510ltg.jpg

    • This reply was modified 5 years, 9 months ago by vignesh1990.

    We will see how to change meta for pain email.

    Thread Starter vignesh1990

    (@vignesh1990)

    Hi,

    We need very urgent because client want live the so please give me custom function code.
    please help me.. very urgent

    Hi,

    Sorry, but we are adding other features in the new PPOM and we cannot release PPOM new version with a single feature and which is also not critical. We will be updating new version in couple of weeks.

    Thread Starter vignesh1990

    (@vignesh1990)

    Hi,

    I have a issue in sending plain_text email to my client. Uploaded file link and file name not shown in the plain_text email format. Please help me.. very urgent

    Hi,

    we have updated a filter for you in our plugin version 21.0 which will be released soon, then you can use the following code inside your theme’s functions.php file:

    
    add_filter( 'ppom_meta_file_thumb', 'ppom_file_link_email', 99, 3 );
    
    function ppom_file_link_email($ppom_html, $file_name, $product_id){
        	
        $ppom_html = ppom_get_dir_url() . $file_name;
        return $ppom_html;
    }
    Thread Starter vignesh1990

    (@vignesh1990)

    Hi,

    add_filter( ‘ppom_meta_file_thumb’, ‘ppom_file_link_email’, 99, 3 );

    function ppom_file_link_email($ppom_html, $file_name, $product_id){

    $ppom_html = ppom_get_dir_url() . $file_name;
    return $ppom_html;
    }

    Above code not working the uploaded image link in plain_text email, so please help me..

    Do you have the latest PPOM version installed?

    Thread Starter vignesh1990

    (@vignesh1990)

    yes i installed version 21.1

    Thread Starter vignesh1990

    (@vignesh1990)

    Hi,

    Client asking everyday about uploaded image link. Coming lot of orders from this site everyday, So please help me

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Plain text email’ is closed to new replies.