Antonio Berstermann
Antonio Berstermann
Hi, i import images with AVS but sometimes the image size in the catalog/product folder is 0KB I do not know why. ``` if($artikelbezeichnung != str_replace("_1.jpg","",$artikelbezeichnung)){ // Bilddaten Array $data...
Ok i have found the error, in my script it was a string with this value: `$BildPfad = Mage::getBaseUrl('web', true)."av_data_sync/neue_bilddaten/".$artikelbezeichnung;` that's wrong, here is the correct string `$BildPfad = Mage::getBaseUrl('web',...
What is wrong :((
Ok the normal Arrtibut Fields Text works ! I dont now why but it works :) Attributes with select true or fals dosn't work, i have install the field with...
Hi ok, for everyone, the magic word ist not true or false or 1, 0 no it is yes ore no `$data = array(); $data[] = array( 'test' => 'yes',...
can anyone help me with this problem ? I have the category Kat2 in Default Categorie / Kat1 / Kat2 and i want to move it to the Default Category...
Hm crap, I have found the contribution maybe helps a little https://github.com/avstudnitz/AvS_FastSimpleImport/pull/296/commits