Same price field — Different values
-
I’ve got 2 different feeds — One Google and one Facebook.
The both use the same price field for Price and Sale Price.Google
Uses Price and Sale PriceFacebook
Uses Price and Sale PriceBut they don’t set the same Sale Price.
This is the data (truncated) from the Facebook feed.<item> <g:id>7501</g:id> <g:link>https://www.wickedfamily.com/product/rush-jersey/?attribute_pa_size=l&attribute_pa_colour=army-green</g:link> <g:title>Rush Jersey</g:title> <g:price>USD 48.8</g:price> <g:sale_price>USD 36.00</g:sale_price> </item>This is the data (truncated) from the Google feed.
<item> <g:id>7501</g:id> <g:link>https://www.wickedfamily.com/product/rush-jersey/?attribute_pa_size=l&attribute_pa_colour=army-green</g:link> <g:price>USD 48.8</g:price> <g:sale_price>USD 28.8</g:sale_price> </item>Why does those field be difference?
The Google feed is the correct one while Facebook is the wrong one.Also as you can see if you check the link that the price is wrong since in the front end it’s floored. But in the feed it goes decimals. I’ve tried the round one fields but they round only down so 28.8 became 28 and not 29.
The page I need help with: [log in to see the link]
The topic ‘Same price field — Different values’ is closed to new replies.