Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author algol.plus

    (@algolplus)

    Hello

    please, put following code to section “Misc Settings”

    add_filter('woe_get_order_product_value_sku',function ($value, $order, $item, $product) {
    	return "XXX".$value;
    }, 10, 4);

    thanks, Alex

    Thread Starter rockpeach

    (@rockpeach)

    Works perfectly thanks!
    Awesome plugin which provides lots of flexibility! 🙂

    Plugin Author algol.plus

    (@algolplus)

    you’re welcome .

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

The topic ‘Adding prefix to order SKUs’ is closed to new replies.