• When a customer send a request, the email is received in the admin mailbox… this is working fine… BUT

    1. the mail does not have a valid link to the product
    2. there is no SKU so its pretty much worthless information

    how can this be fixed?

    I like to go to a paid version, but its hard to convince my clients when I show the basics

    let me know

    Kind regards

    Johannes

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi @aivenstore ,
    The unique solution is that override the email template in your theme and add these information manually

    Because that correction described by @aivenstore is essential, why you didn’t do it?

    That is only change the line 38 in file “yith-woocommerce-request-a-quote\templates\emails\request-quote.php” from:

    <?php echo get_edit_post_link( $_product->get_id() )?>

    to:
    <?php echo $_product->get_permalink() ?>”>

    And that’s all, so easy!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email in admin mailbox no valid link’ is closed to new replies.