Add Polish translations for various modules and update payment template
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
*}
|
||||
{l s='By confirming the order, you certify that you have read and agree with all of the conditions below:' d='Shop.Theme.Checkout'}
|
||||
</p>
|
||||
|
||||
|
||||
<form id="conditions-to-approve" method="GET">
|
||||
<ul>
|
||||
{foreach from=$conditions_to_approve item="condition" key="condition_name"}
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
{block name='product_description'}
|
||||
<div class="product-description">{$product.description nofilter}</div>
|
||||
{/block}
|
||||
{foreach $product.features as $feature}
|
||||
{* {foreach $product.features as $feature}
|
||||
{if $feature.name == 'Sposób pakowania' && $feature.value == 'Rolowany'}
|
||||
<div class="description-movie">
|
||||
<h2 class="">ZASTANAWIASZ SIĘ W JAKI SPOSÓB BEZPIECZNIE ROZPAKOWAĆ MATERAC ROLOWANY?<br>ODPOWIEDŹ ZNAJDZIESZ W PONIŻSZYM FILMIE INSTRUKTAŻOWYM:</h2>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/tqJsvfRpGas?si=otA3fGP8G1clepq2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/foreach} *}
|
||||
</div>
|
||||
</div>
|
||||
<div id="tabs-2">
|
||||
|
||||
Reference in New Issue
Block a user