Home Forums WC Vendors Pro Support Export CSV has blank fields! Reply To: Export CSV has blank fields!

#64272
Alexandra
Participant

OK, I want to include the item meta in the export and the following exports the item name and should export the meta but it isn’t. It just says “Product Name x Array” instead. I am so very very close to getting the export functionality I actually want- it is just this tiny thing!!!

$item_meta = $item[‘item_meta’];
$item_name = $item[‘name’];
$products .= “$item_name x $item_meta \r”;