Tag: Magento

How To Show Cookie Popup in Magento 2

Today, we will see how to show cookie popup in Magento2 on website.When user open or access first time website, its ask to accept terms policy.This model popup show until visitors accept or close. Apply below bootstrap and jquery code to show popup- HTML code <div id=”cookie-popup-window” style=”display:none;”> <p>Accept cookies policy</p> </div> <script type=”text/javascript”> require([ […]

Back To Top