Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Themology

    (@themology)

    Hi, Try adding this code in your theme’s functions.php file:

    //functions.php
    
    function custom_product_meta($array)
    {
            $array[] = 'attribute_pa_color'; //sometimes it's just attribute_color
            $array[] = 'attribute_pa_size'; //sometimes it's just attribute_size
            return $array;
    }
    add_filter('wcse_included_order_product_keys_filter', 'custom_product_meta');
    SjaakKing

    (@sjaakking)

    Hi,
    How do I change the “Scheduled Export” to the same .csv export format as the “Smart Export” inclusive the “Product display”option.

    Regards,
    JR

    Plugin Author Themology

    (@themology)

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

The topic ‘Exporting Variations’ is closed to new replies.