我在我的商店使用 Shopware 5.5.10。我尝试为谷歌搜索控制台的每个产品设置“priceValidUntil”,因为它有警告。
5.5.8 版更新中告知的商店软件
priceValidUntil为、url和增加了丰富的image片段gtin13
我在 details/index.tpl 中有以下部分
{block name='frontend_detail_index_buy_container_inner'}
<div itemprop="offers" itemscope itemtype="{if $sArticle.sBlockPrices}http://schema.org/AggregateOffer{else}http://schema.org/Offer{/if}" class="buybox--inner">
{* Product name *}
{block name='frontend_detail_index_name'}
<h1 class="product--title" itemprop="name" style="margin: 0px 0px 20px 0px; margin: 0rem 0rem 1.25rem 0rem;">
{$sArticle.articleName}
</h1>
{/block}
如何将“priceValidUntil”丰富片段添加到我的产品中?
