I’ve been asked to add a lightbox popup to a Magento site. It should appear the first time a user looks at the site so they have to check it before they can view the site or make a purchase.
If this isn’t possible a JS popup or at the least just have the lightbox popup that needs to be clicked to dismiss it (but still allowing site access).
I’ve googled and looked on here, but everything seems to be related to the t&cs on the checkout page which isn’t appropriate.
I’d appreciate any guidance or suggestions how to go about this.
Use cookies—perhaps this library may help—save confirmation of T&C approval, and check on page load to detect whether user has confirmed.
Use some form of lightbox to display your message and approval mechanism.
Any more exact detail would make anyone expect payment! 🙂