Page 1 of 1

Where is the microdata for availability

Posted: Thu Apr 14, 2016 6:50 pm
by meer2005
Where is

Code: Select all

  <meta itemprop="availability" content="http://schema.org/InStock" />
being pulled from? I'm not seeing it on our site, but I do see it on other Gold sites. I don't see it in any of the code on our site.

Re: Where is the microdata for availability

Posted: Fri Apr 15, 2016 3:40 am
by nadeem
Here is the code at BuyProductDialog page that is responsible to load the availability information:

Code: Select all

<meta itemprop="availability" content="<%=ProductAvailabilityStatus%>" />
This was added in Gold R11.

Re: Where is the microdata for availability

Posted: Fri Apr 15, 2016 3:57 am
by meer2005
Awww, I see it wasn't added until R11 SR1. I was looking in R11 build 8643.

Re: Where is the microdata for availability

Posted: Mon Apr 18, 2016 12:55 am
by mazhar
I think it was discussed here before it made into R11 SR1 viewtopic.php?f=65&t=18372 along with some customization tips.