Jump to content

annavdburgt

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by annavdburgt

  1. Hi I know absolutly nothing about codes... It took me a long time to figure out how to put my ECWID shopping cart on the right of the screen, but now it is in front of my menu text in de header. Can somebody help me with what I am doing wrong? plus the icon is black, can I make it white so you can see it at any time? This is the code that I am using <div data-fixed="TRUE" data-fixed-position="TOP_RIGHT" data-fixed-shape="TRUE" data-horizontal-indent="FALSE" data-vertical-indent="FALSE" class="ec-cart-widget"></div> <div> <script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?STORE_ID&data_platform=code" charset="utf-8"></script><script>Ecwid.init();</script></div>
  2. wich is? haha sorry, i really do not know anything about building websites 😛 this one? <script> (function (storeId) { document.addEventListener("pageChange", function () { loadEcwid(); }, false); loadEcwid(); function loadEcwid() { var containerId = 'my-store-' + storeId; var container = document.getElementById(containerId); var isEcwidPage = container != null; var ecwidLoaded = isEcwidPage && container.childNodes.length > 0; if (ecwidLoaded && isEcwidPage) return; if (!isEcwidPage) { window.ecwid_nocssrewrite = true; initEcwidIfNecessary(document.body); return; } window.ecwid_script_defer = true; window.ecwid_dynamic_widgets = true; window.css_selectors_prefix = encodeURIComponent('div#' + containerId); initEcwidIfNecessary(container, true); } function initializeScripts() { var initializationScripts = [{ "widgetType": "ProductBrowser", "id": "my-store-" + storeId, "arg": ["categoriesPerRow=3", "views=grid(20,3) list(60) table(60)", "categoryView=grid", "searchView=list", "id=my-store-" + storeId, "defaultProductId=" + getValueSave("my-store-" + storeId, "data-default-product-id"), "defaultCategoryId=" + getValueSave("my-store-" + storeId, "data-default-category-id")] }]; if (document.getElementById('my-search-' + storeId)) { initializationScripts.push({ "widgetType": "SearchWidget", "id": "my-search-" + storeId, "arg": ["id=my-search-" + storeId] }); } if (document.getElementById('my-categories-' + storeId)) { initializationScripts.push({ "widgetType": "CategoriesV2", "id": "my-categories-" + storeId, "arg": ["id=my-categories-" + storeId] }); } window._xnext_initialization_scripts = initializationScripts; } function initEcwidIfNecessary(container, reset) { if (typeof Ecwid != 'undefined') { if (reset) { Ecwid.destroy(); initializeScripts(); } ecwid_onBodyDone(); Ecwid.init(); } else { initializeScripts(); var script = document.createElement('script'); script.charset = 'utf-8'; script.type = 'text/javascript'; script.id = 'ecwid-script'; script.onload = function() { Ecwid.init() }; script.src = 'https://app.ecwid.com/script.js?' + storeId; container.appendChild(script); } } // init watch function window.onload = watch; function watch() { var observedAttributeName = "id"; MutationObserver = window.MutationObserver || window.WebKitMutationObserver; var a = new MutationObserver(function (a) { var dispatchedId; for (var b = 0; b < a.length; b++) { var c = a[b]; if ("attributes" === c.type) { var targetId = c.target[observedAttributeName]; if (dispatchedId && dispatchedId === targetId) return; dispatchedId = targetId; var d = new Event("pageChange"); document.dispatchEvent(d) } } }); a.observe(document.body, {attributes: !0, attributeFilter: [observedAttributeName]}) } function getValueSave(id, attribute) { var node = document.querySelector("#" + id); return !node ? "" : (!node.getAttribute(attribute) ? "" : node.getAttribute(attribute)) } })(64412512); </script>
  3. Site URL: http://koekenboer.be Hi there! I am a complete leek in building websites. If I put in the code that ecwid provides for the shopping cart, in my case: <div class='ec-cart-widget'></div>, it will appear on the left underneed my logo, plus I am not able to click on it. Can anyone help me what to do to get it to work and get in line with the menu on the top right of the site? Thank you in advance! Kind Regards
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.