Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/wyczarujprezent.pl
This commit is contained in:
@@ -60,9 +60,10 @@
|
||||
{else}
|
||||
<div class="col-md-12">
|
||||
{/if}
|
||||
|
||||
|
||||
{hook h='displayCopyrightContainer'}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="https://wyczarujprezent.pl/themes/charme/assets/js/custom_js.js?ver=1.003"></script>
|
||||
@@ -29,7 +29,11 @@
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
{/block}
|
||||
{block name='head_seo'}
|
||||
<title>{block name='head_seo_title'}{$page.meta.title}{/block}</title>
|
||||
<title>
|
||||
{block name='head_seo_title'}
|
||||
{if isset($page.meta.seo_title) && $page.meta.seo_title|trim != ''}{$page.meta.seo_title}{else}{$page.meta.title}{/if}
|
||||
{/block}
|
||||
</title>
|
||||
{hook h="displayAfterTitleTag"}
|
||||
<meta name="description" content="{block name='head_seo_description'}{$page.meta.description}{/block}">
|
||||
<meta name="keywords" content="{block name='head_seo_keywords'}{$page.meta.keywords}{/block}">
|
||||
@@ -53,8 +57,7 @@
|
||||
{block name='stylesheets'}
|
||||
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
|
||||
{/block}
|
||||
|
||||
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10028">
|
||||
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10030">
|
||||
|
||||
{block name='javascript_head'}
|
||||
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}
|
||||
@@ -66,22 +69,21 @@
|
||||
|
||||
{block name='hook_extra'}{/block}
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
console.log('test');
|
||||
(function waitForElement() {
|
||||
const targetSelector = '.remaining-amount-to-free-shipping-container';
|
||||
const destinationSelector = '#tc-container';
|
||||
<script type="text/javascript">
|
||||
(function waitForElement() {
|
||||
const targetSelector = '.remaining-amount-to-free-shipping-container';
|
||||
const destinationSelector = '#tc-container';
|
||||
|
||||
const targetElement = document.querySelector(targetSelector);
|
||||
const destinationElement = document.querySelector(destinationSelector);
|
||||
const targetElement = document.querySelector(targetSelector);
|
||||
const destinationElement = document.querySelector(destinationSelector);
|
||||
|
||||
if (targetElement && destinationElement) {
|
||||
destinationElement.insertBefore(targetElement, destinationElement.firstChild);
|
||||
} else {
|
||||
// Czekaj i sprawdź ponownie za 200 ms
|
||||
setTimeout(waitForElement, 200);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
if (targetElement && destinationElement) {
|
||||
destinationElement.insertBefore(targetElement, destinationElement.firstChild);
|
||||
} else {
|
||||
// Czekaj i sprawdź ponownie za 200 ms
|
||||
setTimeout(waitForElement, 200);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="c8f25b0f-e05a-4f87-8ab6-1ea1ad1853b0" data-blockingmode="auto" type="text/javascript"></script>
|
||||
{/literal}
|
||||
Reference in New Issue
Block a user