Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter claudio_o

    (@claudio_o)

    Found the solution after digging around in class-order-export.php, add the following in your functions.php template file:

    function my_delimiter() {
    	$del = chr(9);
    	return $del;
    }
    add_filter ('wpg_delimiter', 'my_delimiter');

    Thank you claudio_o. This solution is correct. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tab or extra space as delimiter’ is closed to new replies.