Dears,
In magento 2.3.5, in order to add images within the product import csv, the images should be in:
var/import/images
While in the pass, the path was:
pub/media/images
My question is, is there anyway to change the default path from the new path to the old one ?
I tried many tricks, like writing the below
../../../pub/media/images
in the "Images File Directory" field, but it didn't work.
do you have any other suggestion ? it is critical to me to use pub/media.
On the other side, I think The default path is taking from file:
/vendor/magento/module-import-export/etc/config.xml
So how can I override the file in my theme ?