Where is the microdata for availability

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Where is the microdata for availability

Post by meer2005 » Thu Apr 14, 2016 6:50 pm

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.

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: Where is the microdata for availability

Post by nadeem » Fri Apr 15, 2016 3:40 am

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.

meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Re: Where is the microdata for availability

Post by meer2005 » Fri Apr 15, 2016 3:57 am

Awww, I see it wasn't added until R11 SR1. I was looking in R11 build 8643.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Where is the microdata for availability

Post by mazhar » Mon Apr 18, 2016 12:55 am

I think it was discussed here before it made into R11 SR1 viewtopic.php?f=65&t=18372 along with some customization tips.

Post Reply