Viewing 1 replies (of 1 total)
  • Thread Starter GDM57

    (@gdm57)

    Fixed with email personalization, adding

    - <?php echo wp_kses_post( $product->get_sku() ); ?>

    here:

    <a href="<?php echo esc_url( get_edit_post_link( $product->get_id() ) ); ?>"><?php echo wp_kses_post( $product->get_title() ); ?> - <?php echo wp_kses_post( $product->get_sku() ); ?></a>
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.