#1 (permalink)  
Alt 30.08.2011, 20:37
Benutzer
 
Registriert seit: 22.07.2011
Beiträge: 33
Standard Problem mit Artikelattributen

Guten Abend,

ich habe heute versucht, wie üblich die Attribute per SQL Befehl einzuplegen.

Leider läuft dies diesmal nicht so wie es soll.

Ich weise die richtigen IDs zu ( mehrmals geprüft ) aber im Backend steht unter Artikeleigenschaften ein anderes Attribut angekreuzt. Ändere ich es im Backend ab, ändert sich nichts in der DB, aber im Frontend wird es plötzlich richtig angezeigt.

Ich versteh die Welt nicht mehr, probiere seit 3 Stunden herum.

Der Befehl ist:

Code:
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('600','2','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('602','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('603','3','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('605','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('606','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('607','4','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('609','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('610','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('611','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('612','5','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('614','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('615','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('616','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('617','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('618','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('619','7','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('621','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('622','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('623','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('624','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('625','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('626','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('627','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('628','9','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('630','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('631','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('632','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('633','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('634','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('635','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('636','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('637','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('638','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('639','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('641','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('642','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('643','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('644','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('645','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('646','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('647','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('648','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('649','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('650','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('652','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('653','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('654','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('655','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('656','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('657','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('658','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('659','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('660','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('661','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('663','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('664','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('665','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('666','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('667','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('668','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('669','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('670','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('671','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('672','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('674','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('675','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('676','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('677','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('678','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('679','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('680','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('681','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('682','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('683','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('685','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('686','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('687','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('688','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('689','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('690','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('691','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('692','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('693','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('694','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('696','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('697','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('698','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('699','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('700','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('701','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('702','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('703','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('704','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('705','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('707','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('708','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('709','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('710','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('711','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('712','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('713','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('714','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('715','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('716','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('718','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('719','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('720','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('721','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('722','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('723','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('724','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('725','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('726','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('727','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('728','2','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('730','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('731','3','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('733','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('734','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('735','4','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('737','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('738','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('739','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('740','5','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('742','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('743','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('744','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('745','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('746','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('747','7','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('749','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('750','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('751','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('752','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('753','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('754','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('755','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('756','9','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('758','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('759','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('760','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('761','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('762','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('763','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('764','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('765','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('766','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('767','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('769','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('770','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('771','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('772','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('773','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('774','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('775','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('776','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('777','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('778','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('780','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('781','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('782','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('783','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('784','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('785','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('786','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('787','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('788','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('789','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('791','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('792','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('793','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('794','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('795','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('796','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('797','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('798','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('799','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('800','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('802','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('803','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('804','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('805','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('806','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('807','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('808','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('809','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('810','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('811','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('813','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('814','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('815','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('816','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('817','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('818','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('819','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('820','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('821','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('822','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('824','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('825','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('826','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('827','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('828','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('829','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('830','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('831','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('832','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('833','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('835','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('836','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('837','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('838','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('839','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('840','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('841','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('842','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('843','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('844','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('846','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('847','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('848','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('849','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('850','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('851','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('852','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('853','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('854','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('855','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('856','2','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('858','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('859','3','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('861','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('862','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('863','4','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('865','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('866','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('867','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('868','5','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('870','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('871','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('872','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('873','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('874','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('875','7','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('877','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('878','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('879','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('880','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('881','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('882','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('883','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('884','9','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('886','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('887','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('888','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('889','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('890','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('891','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('892','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('893','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('894','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('895','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('897','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('898','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('899','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('900','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('901','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('902','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('903','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('904','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('905','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('906','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('908','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('909','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('910','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('911','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('912','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('913','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('914','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('915','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('916','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('917','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('919','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('920','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('921','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('922','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('923','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('924','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('925','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('926','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('927','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('928','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('930','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('931','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('932','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('933','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('934','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('935','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('936','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('937','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('938','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('939','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('941','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('942','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('943','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('944','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('945','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('946','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('947','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('948','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('949','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('950','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('952','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('953','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('954','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('955','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('956','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('957','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('958','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('959','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('960','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('961','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('963','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('964','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('965','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('966','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('967','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('968','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('969','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('970','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('971','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('972','11','1');

INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('974','2','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('975','3','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('976','4','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('977','5','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('978','6','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('979','7','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('980','8','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('981','9','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('982','10','1');
INSERT INTO xt_plg_products_to_attributes(products_id,attributes_id,attributes_parent_id) VALUES ('983','11','1');
Bei 1 handelt es sich um die Oberkategorie der Attribute, bei 2-11 ( 2. Zahl ) um die untergeordneten Attribute.

Kann mir da jemand helfen?

Liebe Grüße,
Rune
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
artikelattributen, problem

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Problem mit Review Plugin cs24com Fragen zur Software 9 28.10.2011 16:10
Kurioses Problem mit den Artikeloptionen Roberto11 Installation und Konfiguration 1 04.01.2011 18:07
Problem mit IE -> bei Zugriff auf Kategorie kommt der Warenkorb? JST007 Installation und Konfiguration 0 11.08.2010 09:43
Problem mit Kategorienverwaltung, brauche Hilfe flash5622 Admininterface 0 22.04.2009 11:15


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:19 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand