Advertisement
NikolayBezay

Iqos IL apply coupone from all pages.

Apr 15th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.     var currentCoupone = 'IQOSAPR21';
  3.     var data = null;
  4.     var xhr = new XMLHttpRequest();
  5.     xhr.withCredentials = true;
  6.     xhr.addEventListener("readystatechange", function () {
  7.         if (this.readyState === 4) {
  8.             window.location.reload(true);
  9.         }
  10.     });
  11.     xhr.open('POST', 'https://il.iqos.com/he/?result_ids=checkout*%2Ccart_status*%2Ccart_items%2Cpayment-methods&redirect_url=checkout.cart&coupon_code=' + currentCoupone + '&dispatch=checkout.apply_coupon&full_render=Y&is_ajax=1');
  12.     xhr.setRequestHeader("cache-control", "no-cache");
  13.     xhr.send(data);
  14. })();
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement