Magento Image Import...
Need to put all your images in the same directory structure that Magento uses? Put all your images in the same directory and enter this:
for i in *.*; do mkdir -p ${i:0:1}/${i:1:1}/; mv $i ${i:0:1}/${i:1:1}/; done;
Which will move all your images into different directories depending...
No Comments »
October 9th, 2009
Posted by askmatt


