Korstg Posted February 23, 2017 Share Posted February 23, 2017 (edited) hej, mam prestę 1.6 najnowszą, dostałem od dostawcy duży plik z danymi produktów i są tam CDATA. Poniżej fragment kodu: <?xml version="1.0" encoding="utf-8"?> <offers xmlns:xsi="w3.org/2001/XMLSchema-instance" version="1"> <group name="other"> <o id="674" url="strona.eu/product_info.php?products_id=674" price_net="240" price="295.2" tax="23" avail="1" set="0" weight="0.64" stock="large"> <cat> <![CDATA[Osprzęt do sprężarek/Wyłączniki ciśnieniowe]]> </cat> <name> <![CDATA[Wyłącznik ciśn. MDR3/11-R3/10]]> </name> <imgs> <main url="strona.eu/images/OS1011_3609_0.png"/> </imgs> <desc> <![CDATA[-Membranowy wyłącznik ciśnieniowy z przekaźnikiem ochrony przeciążeniowej silnika (termik).</HTML> ]]> </desc> <attrs> <a name="Producent"> <![CDATA[]]> </a> <a name="Kod_producenta"> <![CDATA[OS1011]]> </a> <a name="EAN"> <![CDATA[]]> </a> </attrs> </o> <o id="711" url="strona.eu/product_info.php?products_id=711" price_net="110" price="135.3" tax="23" avail="1" set="0" weight="0.48" stock="large"> <cat> <![CDATA[Osprzęt do sprężarek/Wyłączniki ciśnieniowe]]> </cat> <name> <![CDATA[Wyłącznik ciśn. NEMA 3-fazy]]> </name> <imgs> <main url="strona.eu/images/OS1017_4712_0.png"/> </imgs> <desc> <![CDATA[</HTML> ]]> </desc> <attrs> <a name="Producent"> <![CDATA[]]> </a> <a name="Kod_producenta"> <![CDATA[OS1017]]> </a> <a name="EAN"> <![CDATA[]]> </a> </attrs> </o> <o id="713" url="strona.eu/product_info.php?products_id=713" price_net="98" price="120.54" tax="23" avail="1" set="0" weight="0.32" stock="small"> <cat> <![CDATA[Osprzęt do sprężarek/Wyłączniki ciśnieniowe]]> </cat> <name> <![CDATA[Wyłącznik ciśn. MDR2/11]]> </name> <imgs> <main url="strona.eu/images/OS1035_4792_0.png"/> </imgs> <desc> <![CDATA[</HTML> ]]> </desc> <attrs> <a name="Producent"> <![CDATA[]]> </a> <a name="Kod_producenta"> <![CDATA[OS1035]]> </a> <a name="EAN"> <![CDATA[]]> </a> </attrs> </o> Jak to zaimportować ? Edited February 23, 2017 by Korstg (see edit history) Link to comment Share on other sites More sharing options...
0 Korstg Posted March 6, 2017 Author Share Posted March 6, 2017 pomoże ktoś? Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 6, 2017 Share Posted March 6, 2017 Presta w standardzie nie importuje plików xml tylko csv. Link to comment Share on other sites More sharing options...
0 presta.show Posted March 6, 2017 Share Posted March 6, 2017 Do importu pliku XML niezbędny będzie płatny moduł. Na rynku jest kilka modułów importujących XML, w tym jeden uniwersalny od http://prestashow.pl/pl/moduly-prestashop/5-inteligentny-menadzer-importu-z-csv-i-xml.htmlCDATA to element struktury plików XML - nie przejmuj się nimi, zostaną pominięte w trakcie importu. Link to comment Share on other sites More sharing options...
0 Korstg Posted March 7, 2017 Author Share Posted March 7, 2017 (edited) Dzięki za odpowiedzi. Co do tego płatnego modułu to jest gdzieś demo? Czy poradzi on sobie z tym co napisałem powyżej? Edited March 7, 2017 by Korstg (see edit history) Link to comment Share on other sites More sharing options...
0 presta.show Posted March 7, 2017 Share Posted March 7, 2017 Demo znajdziesz na www.demo.prestashow.pl Poradzi sobie :-) Link to comment Share on other sites More sharing options...
0 e_com Posted March 7, 2017 Share Posted March 7, 2017 Ten też jest uniwersalny: https://addons.prestashop.com/pl/import-eksport-danych/9043-xml-import-pro.html I tak w każdym trzeba zmapować co w xmlu jest czym w preście. Link to comment Share on other sites More sharing options...
Question
Korstg
hej,
mam prestę 1.6 najnowszą, dostałem od dostawcy duży plik z danymi produktów i są tam CDATA.
Poniżej fragment kodu:
Jak to zaimportować ?
Edited by Korstg (see edit history)Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now