Close

Profile: Bizkaze

Avatar

User posts

Popup
2 years ago

I have a need for a popup where users can say yes or no to being above 18 years.
Also this popup should be shown whenever a enters the site including from a google link where they might end on a particular product. What widget zone should I use for a popup?

This is the java script - not final version - that roughly has the need functionality.
<script>
function myFunction() {
  var txt;
  if (confirm("Jeg erklærer at jeg er over 18 år i forbindelse med køb af spiritus.")) {
    txt = "Ja, jeg er over 18 år.";
  } else {
    txt = "Jeg er under 18 år.";
  }
}
</script>

Hi I would love to use the store locator without images from the shops.

We have images for 2 shops, but for the rest of our shops we do not have images and found that it just a missing image icon!

I it is not possible to retrieve images from all shops since we do not own these shops, they just resell our product in their shop.

Is there a way for the store locator to look good without the use of images?