• Resolved joellepoulos

    (@joellepoulos)


    Hello,
    I have a woocommerce store that required a fresh install, I have a csv file of all my old products (that I exported via woocommcerce) but now when I try to import either a csv/txt file from the woocommerce dash I always get the error ‘Sorry, this file type is not permitted for security reasons.’

    csv file can be found here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    Normally, when you receive this error, it means that there are some specific HTML tags within your.CSV file that triggers this error.

    For security reasons, it is not allowed on the WooCommerce importing products functionality to import some HTML tags. But, as you mentioned, a workaround for this in order to allow the majority of the HTML tags is to add the following line to your wp-config.php file:

    define( 'ALLOW_UNFILTERED_UPLOADS', true );

    If you would like to read more about this, please feel free to visit the following link:

    https://docs.woocommerce.com/document/product-csv-importer-exporter/#section-14

    I hope that helps ??

    laceyrod

    (@laceyrod)

    Automattic Happiness Engineer

    Hi there!

    Since we haven’t heard back from you, and this thread has been inactive for a bit, I’m going to mark it as Resolved now for the overall health of the forums. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cant Import Products?’ is closed to new replies.