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

    (@sparkweb)

    There’s a filter for this. Put this in your theme’s functions.php file:

    add_filter("foxyshop_inventory_alert_email", "my_foxyshop_inventory_alert_email");
    function my_foxyshop_inventory_alert_email($str) {
    	return "yournewemailhere";
    }

    (https://pastebin.com/bZ4G2hLz)

    Thread Starter Chris Perryman

    (@revconcept)

    Sorry I’ve been developing some other parts of the cart….thanks for this!!! It works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: FoxyShop] Inventory Alert Emails’ is closed to new replies.