5.32 Vivino problem
-
Hi guys, I’m sorry but with the last update the quality of the Vivino XML Feed is really bad.
You’ve put all the fields in <extra> and didn’t follow the xml vivino template.
I’m copying here the only fields needed:
<product> <product-name>Apothic Winemaker's Blend Red California 2013</product-name> <price>39.95</price> <bottles size="750 ml">6</bottles> <link>https://www.wayback-wines.com/california/wine-12345.html</link> </product>
Bottles size has to be a field with two arguments: first the “750ml” value and then the “number of quantity”.
In your update the fields are like this:
<product>
<extras>
<bottles-quantity>0</bottles-quantity>
</extras>
<bottles-size size=”750ml”/>
<inventory-count/>
<link/>
<price/>
<product-name/>
</product>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘5.32 Vivino problem’ is closed to new replies.