Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter digital-workshop

    (@digital-workshop)

    i found this, but it seems that its not working anymore

    // Product: Replace Vor-und Nachname:
    add_filter('woe_get_order_product_value_apif', function ($value, $order, $item, $product,$item_meta) {
    	 return str_replace('Vor-und Nachname:','',$value);
    }, 10, 5);
    Plugin Author algol.plus

    (@algolplus)

    Hello

    if you use XLS format – please, open section “Misc Settings” and add this PHP code

    add_filter( "woe_xls_output_filter", function($row, $formatter){
        return array_map( "html_entity_decode", $row ); 
    },10,2);
    • This reply was modified 3 years, 1 month ago by algol.plus.
    Thread Starter digital-workshop

    (@digital-workshop)

    Don't Panic
    
    The code you are trying to save produced a fatal error on line 1:
    syntax error, unexpected token "&"

    i dont want to show the text “Vor & Nachname” at all.

    Plugin Author algol.plus

    (@algolplus)

    please, submit your settings as new ticket to https://algolplus.freshdesk.com/

    use tab Tools to get them

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exclude some text in the export file’ is closed to new replies.