I get some good product crawls but others fail.
[Details] We have not been able to find item with id ‘DIL-CAP-GRN-LG’ at ‘https://mydomain.com/products/capsule-large/’.
It seems the first (top of a list) product definition is fine, but others in the html page fail.
Which data-item-XX HAVE to be present in the html file offered in the data-item-url
data-item-id=
data-item-description=
data-item-price=
data-item-weight=
...
Does the information need to be in a <button>
tag?
Can a normal <li>
or <div>
tag suffice?
Is class="snipcart-add-item"
or id="add-item-button"
required?
Does the data-item-url
need to match?
I am using an international price as such
data-item-price="{"usd":39.0,"cad":49.0,"jpy":5026,"aud":56,"gbp":33,"eur":36}"
But dont think its that issue since the first one matches the format.