Google Feed Microdata for Item Condition

Google Merchant product feed is notifying me I should add Item Condition microdata to our feed and item page. IS there a Nitrosell provision for this?

Hi,

You can attach following code into your header template in the WebStore Manager.

{if (pageproperty['pageid'] eq 'product')}
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="itemCondition" content="http://schema.org/NewCondition" />
</div>
{endIf}

You can also verify your results with google at Schema Markup Testing Tool | Google Search Central  |  Google Developers

Please let me know if you were able to apply the code or if you need any assistance.

Added the code and verified with structured data test was ok. Will know if Google likes it when google feed uploads tonight