labambam Posted October 26, 2021 Share Posted October 26, 2021 (edited) Jak kupować się z meta-tytułów atrubutów. Wrzucam przykład kodu <title>Turban i chusta z falbanką dla dziewczynki Pinup pudrowy róż La Bambam Obwód główki 35-38 Własny tekst na metce Nie Czapka rodzaj Wiosna-jesień Rozmiar chusty S - 65x35x35cm</title> <title>Turban i chusta z falbanką dla dziewczynki Pinup pudrowy róż La Bambam Obwód główki 35-38 Własny tekst na metce Nie Czapka rodzaj Wiosna-jesień Rozmiar chusty S - 65x35x35cm</title> <meta name="description" content="Komplet czapka turban z chustą dla noworodka, niemowlaka oraz starszego dziecka. W kolorze pudrowego różu. Wersja na wiosnę/jesień oraz na ocieplany zimę."> <meta name="keywords" content=""> oraz zawartość produktu.tpl <meta property="product:weight:value" content="{$product.weight}"> <meta property="product:weight:units" content="{$product.weight_unit}"> {/if} {/block} <div id="main" itemscope itemtype="https://schema.org/Product"> <meta itemprop="url" content="{$product.url}"> </div> {block name='content'} <div class="row product-container"> <div class="col-md-9"> {block name='page_content_container'} <section class="page-content" id="content"> {block name='page_content'} {include file='catalog/_partials/product-flags.tpl'} {block name='product_cover_thumbnails'} {include file='catalog/_partials/product-cover-thumbnails.tpl'} {/block} <div class="scroll-box-arrows"> <i class="material-icons left"></i> <i class="material-icons right"></i> </div> {/block} </section> {/block} </div> <div class="col-md-3"> {block name='page_header_container'} {block name='page_header'} <h1 itemprop="name" class="h1" style="text-align:left; font-size: 1.5rem;">{block name='page_title'}{$product.name}{/block}</h1> {/block} {/block} {block name='product_prices'} {include file='catalog/_partials/product-prices.tpl'} {/block} <div class="product-information"> <button class="accordion">+ Koszty dostawy</button> <div class="panel"> <br> Orlen Paczka - 8,99zł<br>Zamówienia powyżej 149 zł - GRATIS<br /><hr> Paczkomaty Inpost 24/7 - 12,99zł<br> Kurier Inpost - 14,99zł<br> Zamówienia powyżej 299 zł - GRATIS <hr> </div> <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("inactive"); var panel = this.nextElementSibling; if (panel.style.display === "block") { panel.style.display = "none"; } else { panel.style.display = "block"; } }); } </script> <div class="product-actions"> {block name='product_buy'} <form action="{$urls.pages.cart}" method="post" id="add-to-cart-or-refresh"> <input type="hidden" name="token" value="{$static_token}"> <input type="hidden" name="id_product" value="{$product.id}" id="product_page_product_id"> <input type="hidden" name="id_customization" value="{$product.id_customization}" id="product_customization_id"> {block name='product_variants'} {include file='catalog/_partials/product-variants.tpl'} {/block} {block name='product_pack'} {if $packItems} <section class="product-pack"> <p class="h4">{l s='This pack contains' d='Shop.Theme.Catalog'}</p> {foreach from=$packItems item="product_pack"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/pack-product.tpl' product=$product_pack showPackProductsPrice=$product.show_price} {/block} {/foreach} </section> {/if} {/block} {block name='product_discounts'} {include file='catalog/_partials/product-discounts.tpl'} {/block} {block name='product_add_to_cart'} {include file='catalog/_partials/product-add-to-cart.tpl'} {/block} {* Input to refresh product HTML removed, block kept for compatibility with themes *} {block name='product_refresh'}{/block} </form> {/block} </div> </div> <div class="col-md-3"><div class="customPaymentsproduct"> <img class="svg1" src="https://labambam.pl/themes/labambam/Blik.svg" alt="{$shop.name}"> <img class="svg1" src="https://labambam.pl/themes/labambam/PayU.svg" alt="{$shop.name}"> <img class="svg1" src="https://labambam.pl/themes/labambam/logo-przelewy-24.svg" alt="{$shop.name}"> <img class="svg1" src="https://labambam.pl/themes/labambam/Visa.svg" alt="{$shop.name}"> <img class="svg1" src="https://labambam.pl/themes/labambam/Mastercard.svg" alt="{$shop.name}"> </a></a></div> {if $product.is_customizable && count($product.customizations.fields)} {block name='product_customization'} {include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations} {/block} {/if} </div> </div> </div> <div class="row product-container"> <div class="col-md-12"> <div class="product-information"> {block name='hook_display_reassurance'} {/block} {block name='product_tabs'} <div class="tabs"> <ul class="nav nav-tabs" role="tablist"> {if $product.description} <li class="nav-item"> <a class="nav-link{if $product.description} active{/if}" data-toggle="tab" href="#description" role="tab" aria-controls="description" itemprop=”description” {if $product.description} aria-selected="true"{/if}>{l s='Description' d='Shop.Theme.Catalog'}</a> </li> {/if} {if $product.attachments} <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#attachments" role="tab" aria-controls="attachments">{l s='Attachments' d='Shop.Theme.Catalog'}</a> </li> {/if} {foreach from=$product.extraContent item=extra key=extraKey} <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#extra-{$extraKey}" role="tab" aria-controls="extra-{$extraKey}">{$extra.title}</a> </li> {/foreach} </ul> <div class="tab-content" id="tab-content"> <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel"> {block name='product_description'} <div class="product-description">{$product.description nofilter}</div> {/block} </div> {block name='product_details'} {include file='catalog/_partials/product-details.tpl'} {/block} {block name='product_attachments'} {if $product.attachments} <div class="tab-pane fade in" id="attachments" role="tabpanel"> <section class="product-attachments"> <p class="h5 text-uppercase">{l s='Download' d='Shop.Theme.Actions'}</p> {foreach from=$product.attachments item=attachment} <div class="attachment"> <h4><a href="{url entity='attachment' params=['id_attachment' => $attachment.id_attachment]}">{$attachment.name}</a></h4> <p>{$attachment.description}</p> <a href="{url entity='attachment' params=['id_attachment' => $attachment.id_attachment]}"> {l s='Download' d='Shop.Theme.Actions'} ({$attachment.file_size_formatted}) </a> </div> {/foreach} </section> </div> {/if} {/block} {foreach from=$product.extraContent item=extra key=extraKey} <div class="tab-pane fade in {$extra.attr.class}" id="extra-{$extraKey}" role="tabpanel" {foreach $extra.attr as $key => $val} {$key}="{$val}"{/foreach}> {$extra.content nofilter} </div> {/foreach} </div> </div> {/block} </div> </div> </div> {block name='product_accessories'} {if $accessories} <section class="product-accessories clearfix"> <p class="h5 text-uppercase">{l s='You might also like' d='Shop.Theme.Catalog'}</p> <div class="products"> {foreach from=$accessories item="product_accessory" key="position"} {block name='product_miniature'} {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory position=$position} {/block} {/foreach} </div> </section> {/if} {/block} {block name='product_footer'} Edited October 26, 2021 by labambam (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted October 26, 2021 Share Posted October 26, 2021 Preferencje -> Ruch ->SEO & URL -> Wyświetl atrybuty w tytule meta produktu 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