Hi,
there is also a problem in the script wizard_product_icecat.py, if @Presentation_Value no exist ... line 153, I added a try, except:
for prod in doc.xpathEval ('/ / ProductFeature'): try: prodFeatureId.append(prod.xpathEval('@CategoryFeatureGroup_ID'[0].content+"#"+ prod.xpathEval('@Presentation_Value')[0].content) except IndexError: prodFeatureId.append (prod.xpathEval (@ CategoryFeatureGroup_ID ') [0]. glad + "#" + "no info")
regards
Hi,
there is also a problem in the script wizard_ product_ icecat. py, if @Presentation_Value no exist ...
line 153, I added a try, except:
for prod in doc.xpathEval ('/ / ProductFeature'):
prodFeatureI d.append( prod.xpathEval( '@CategoryFeatu reGroup_ ID'[0]. content+ "#"+
prod. xpathEval( '@Presentation_ Value') [0].content)
prodFeatureI d.append (prod.xpathEval (@ CategoryFeature Group_ID ') [0]. glad + "#" + "no info")
try:
except IndexError:
regards