Expand@yama fixed
thx
I do not have this code, I have it
your code
<div itemprop="offers" itemtype="http://schema.org/Offer" itemscope>
<meta itemprop="url" content="{$product.url}" />
<meta itemprop="availability" content="https://schema.org/InStock" />
<meta itemprop="priceCurrency" content="{$currency.iso_code}" />
{if $product.condition == 'new'}
<meta itemprop="itemCondition" content="new" />
{elseif if $product.condition == 'used'}
<meta itemprop="itemCondition" content="used" />
{else}
<meta itemprop="itemCondition" content="refurbished" />
{/if}
<meta itemprop="price" content="{$product.price_amount}" />
<div itemprop="seller" itemtype="http://schema.org/Organization" itemscope>
<meta itemprop="name" content="{$shop.name}" />
</div>
</div>
and my code
<div itemprop="offers" itemtype="http://schema.org/Offer" itemscope>
<meta itemprop="url" content="{$product.url}" />
<meta itemprop="availability" content="https://schema.org/InStock" />
<meta itemprop="priceCurrency" content="INR" />
<meta itemprop="itemCondition" content="{$product.condition.schema_url}"
<meta itemprop="price" content="{$product.price_amount}" />
<div itemprop="seller" itemtype="http://schema.org/Organization" itemscope>
<meta itemprop="name" content="TechnoTeck" />
</div>
</div>
how much error do you have in the Google Search Console?