Page 1 of 1

Feed XML + zbozi.cz

Posted: 23 Sep 2021, 11:13
by mjmartino
Hi.
:x I'm stuck I have a few questions, maybe someone will guide me.

I try to setup xml for zbozi.cz
1. Install additional plugin for this.
2. Setup category etc this is easy part.
3. Zbozi.cz dont show description item. I try short and long. (maybe is too long?)
4. Where I can fill in data such as height, width etc and send to the zbozi.cz If i setup in item I dont see this data in XML.
5. Material - I understand that it's all in the specification item.
https://prnt.sc/1tbjlbo - this is correct?
6. Multicategory one product. IN XML if turn on Load All Categories (Feed) in xml look wrong.
example one item one single category.

Code: Select all

<CATEGORYTEXT>Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly</CATEGORYTEXT>
example one item two category.

Code: Select all

<CATEGORYTEXT>Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto|Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto|Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto|Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto|Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto</CATEGORYTEXT>
Why phoca cart double category??
In second example should be look like this.

Code: Select all

[code]<CATEGORYTEXT>Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly|Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly ??? Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto</CATEGORYTEXT>
I understand that products land in separate categories, need to duplicate them and not assign them to more than one category?

Regards,

Re: Feed XML + zbozi.cz

Posted: 23 Sep 2021, 13:32
by Jan
Hi, did you read this guide:

https://www.phoca.cz/documents/116-phoc ... chant-feed

There are more options to paste category description, you can paste it for category only or for each items.

Jan

Re: Feed XML + zbozi.cz

Posted: 23 Sep 2021, 16:44
by mjmartino
I read this documents.
And
At this point, it looks like I have Category feed and item feed.
Thanks to this, I have 2 categories <categotytext>

Code: Select all

Kategorie:	Dům, byt a zahrada | Zahrada | Zahradní stavby | Pergoly
Kategorie:	Dům, byt a zahrada | Zahrada | Zahradní stavby | Přístřešky na auto
I must check if this work on "zbozi" because i see only product in only first category.
Feed is reading correctly.