fhits Posted April 14, 2008 Report Share Posted April 14, 2008 Bei dem 1und1-Shopsystem sind die Attribute mit php-Codeschnipseln programmiert. Beispiel: if (article_get_field('Gewicht')=='100 g')\r\narticle_set_field('price',2.30);\r\nelseif (article_get_field('Gewicht')=='1 kg')\r\narticle_set_field('price',5.05);\r\nelseif (article_get_field('Gewicht')=='25 kg')\r\narticle_set_field('price',85);[/CODE] Hat jemand schon mal einen 1und1-Shop exportiert und in xtc importiert bzw. einen Tipp, wie man die so programmierten Attribute in xtc integriert? Oder wird man die Attribute später per Hand neu anlegen müssen? mfg fhits Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.