When try to add a
tag to the name of the product in the import product from the CSV file I have this note " Notice Some HTML tags that you have used were cut off because of the restrictions on inserting HTML tags such as ,
Any suggestions?
When try to add a
tag to the name of the product in the import product from the CSV file I have this note " Notice Some HTML tags that you have used were cut off because of the restrictions on inserting HTML tags such as ,
Any suggestions?
Do you use Multi-Vendor ?
If you have an absolute confidence in your vendors, you can disable this feature, which removes any Javascript code from the description and name of the product, category, etc entered by vendors. To do this, change the following value:
'sanitize_user_html' => 'auto',
to
'sanitize_user_html' => false,
in the config.local.php file.