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([ […]
Redirect using jQuery
Redirect To Another URL Using JQuery Or JavaScript,Using plain JavaScript there are different way to redirect the user to a different web page.This code also work in jQuery code.You can try below methods – Redirection : A page automatically goes to another page then it is called a redirection. The redirection of a web page […]