Save
This commit is contained in:
@@ -50,10 +50,10 @@
|
||||
|
||||
|
||||
|
||||
{if $smarty.server.REMOTE_ADDR != '89.69.31.86'}
|
||||
{if $smarty.server.REMOTE_ADDR != '91.189.216.43'}
|
||||
{block name='content'}
|
||||
|
||||
<section id="main" itemscope itemtype="https://schema.org/Product">
|
||||
<section id="main" t="{$smarty.server.REMOTE_ADDR}" itemscope itemtype="https://schema.org/Product">
|
||||
<meta itemprop="url" content="{$product.url}">
|
||||
<meta itemprop="gtin13" content="{$product.ean13}" />
|
||||
<meta itemprop="brand" content="{if isset($pl_manufacturer)}{$pl_manufacturer}{else}{$shop.name}{/if}" />
|
||||
@@ -522,10 +522,9 @@
|
||||
<div class="piece-left-positon hidden">10</div>
|
||||
<div class="piece-top-positon hidden">10</div>
|
||||
{/block}
|
||||
{/if}
|
||||
{if $smarty.server.REMOTE_ADDR == '89.69.31.86'}
|
||||
{else}
|
||||
{block name='content'}
|
||||
<section id="main" itemscope itemtype="https://schema.org/Product">
|
||||
<section id="main" class="new-product-ui" itemscope itemtype="https://schema.org/Product">
|
||||
<meta itemprop="url" content="{$product.url}">
|
||||
<meta itemprop="gtin13" content="{$product.ean13}" />
|
||||
<meta itemprop="brand" content="{if isset($pl_manufacturer)}{$pl_manufacturer}{else}{$shop.name}{/if}" />
|
||||
|
||||
Reference in New Issue
Block a user