Jump to content
xt:Commerce Community Forum

Datenbank von 1un1-Shopsystem in xtc übernehmen


fhits

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...