Code

Support for Woocommerce Export Products to XLS

Support for Woocommerce Export Products to XLS

Cart 1,009 sales

nitroweb supports this item

Supported

This author's response time can be up to 5 business days.

Popular questions for this item

The data on my XLS is strange on my Excel 2003

Please use open, select the file you have downloaded, from the open button on the bototm-right click the arrow down and select “open and repair”. If a question pop up please select “No

Can I add my custom meta data field to export?

You can add new custom fields that are already on your products data to be exported via a filter, eg.

add_filter( 'wooxls_exportfields_filter', 'my_woocommerce_product_meta');
function my_woocommerce_product_meta($wooxls_exportfields) {
  $wooxls_exportfields['_deprecated'] = __('Deprecated status', 'wooxls');
  return ($wooxls_exportfields);
}

Will this plugin export the images of my Woocommerce products?

No, this plugin will only export the images ids of your Woocommerce products in a separate column.

Show more

Contact the author

This author provides limited support for this item through this item's comments.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey