samtibalfarst Posted November 3, 2019 Share Posted November 3, 2019 Podařilo se mi vyřešit problém s chlášením chyb v Google Search Console, který má vliv na pořadí ve vyhledávačích.... V souboru miniatures/product.tpl udělejte změny: data-id-product-attribute="{$product.id_product_attribute}" itemscope itemtype="https://schema.org/Product" smažte: itemscope itemtype="https://schema.org/Product" poté ve stejném souboru: najděte: <div class="product-description"> a změnit na <div itemprop="description" class="product-description"> dále stále ve stejném souboru: najděte: <span itemprop="price" class="price">{$product.price}</span> nahradit za: <span class="price" itemprop="price" content="{$product.price_amount},00">{$product.price}</span> Toď vše. Mám přesně verzi 1.7.3 jestli to funguje i na jiné verze je třeba vyzkoušet. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now