Hi,
One validator is finding a problem in the JSON block that is embedded in the page with variation data that populates those select boxes:
(i added the arrow in the code)
{
"variation_id": "1177",
"attributes": {
"attribute_pa_colour": "blue",
"attribute_pa_size": "large"
},
"image_src": "",
"image_link": "",
"image_title": "",
"price_html": "<span class=\"price\"><del><span class=\"amount\">£10.99<\/span><\/del> <ins><span class=\"amount\">£9.99<\/span><\/ins><\/span>",
"availability_html": "",
"sku": "SKU: ",
"min_qty": 1,
"max_qty": 0,
"backorders_allowed": false,
"is_in_stock": true,
"is_downloadable": false,
"is_virtual": false,
"is_sold_individually": "no"
},<------------------------------------------------------------------------------
{
"variation_id": "1178",
"attributes": {
"attribute_pa_colour": "blue",
"attribute_pa_size": "medium"
},
"image_src": "",
"image_link": "",
"image_title": "",
"price_html": "<span class=\"price\"><del><span class=\"amount\">£10.99<\/span><\/del> <ins><span class=\"amount\">£9.99<\/span><\/ins><\/span>",
"availability_html": "",
"sku": "SKU: ",
"min_qty": 1,
"max_qty": 0,
"backorders_allowed": false,
"is_in_stock": true,
"is_downloadable": false,
"is_virtual": false,
"is_sold_individually": "no"
}
When I ran it through one validator it passes, but when i ran it through http://jsonlint.com/ it threw an error:`
Parse error on line 20:
...ndividually": "no"},{ "variation_i
----------------------^
Expecting 'EOF'
Thanks,
Nick