• Resolved berkmh

    (@berkmh)


    Need to remove the SKU from showing under {product_name} in email notifcations. how can i do this? thanks!

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

    (@codewoogeek)

    Hello there,

    If you are tech savvy(comfort in edit the code), you can follow the below steps to remove sku(if it is urgent), go to back-in-stock-notifier-for-woocommerce/includes/class-api.php find line number 134 and 140 replace this from $product->get_formatted_name() to $product->get_name()

    If you can wait till next update we will try to include shortcode to ignore (sku/id).

    [ Signature deleted ]

    • This reply was modified 5 years, 5 months ago by Jan Dembowski.
    Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello there,

    We have added {only_product_name} shortcode for email part in version 1.8 of our plugin, please update it and check it out.

    [ Signature deleted ]

    • This reply was modified 5 years, 5 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove SKU?’ is closed to new replies.