• Hello,
    1.In the email I receive the products do not have the address of the product.
    this is the code in the email:
    <a href = “”
        style = “color:
        # 3e2c25;
      font-weight: normal;
      text-decoration:
      underline; ”
      moz-do-not-send = “true”> 1906
      – Lions – MNH

    2. Would it also be possible to add the product code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • For the Product code (SKU)

    add

    “<td scope=”col” style=”text-align:left;”><?php echo $_product->get_sku() ?></td>”

    before

    “<td scope=”col” style=”text-align:left;”><?php echo $item[‘quantity’] ?></td>”

    Don’t forget the Heading in the table with “SKU”.
    <th scope=”col” style=”text-align:left; border: 1px solid #eee;”><?php _e( ‘SKU’, ‘yith-woocommerce-request-a-quote’ ); ?></th>

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    About the product url issue.
    I made a test and the url is add properly.
    Do you have customized the template in your theme ?

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

The topic ‘link email and product code’ is closed to new replies.