essyss2021

Код сейчас

Sep 23rd, 2021 (edited)
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3.  
  4. $(document).ready(function(){
  5.  
  6.  setTimeout(function(){
  7.            var els=document.getElementsByClassName('js-product-edition-option[data-view-type=select]');var els=document.getElementsByClassName('js-product-edition-option[data-view-type=select]');var els=document.getElementsByClassName('js-product-edition-option[data-view-type=select]');
  8.  
  9. Array.prototype.forEach.call(els, function(el) {
  10.  
  11.     if (el.firstChild){
  12.     var i=el.firstChild.childNodes[3].innerText.toString();
  13.     var s=i.split(' ');
  14.     var e=el.previousElementSibling;
  15.     var p=e.getElementsByClassName("js-product-price")[0];
  16.     p.textContent=s[2];
  17.     }
  18. });
  19.  
  20. }, 2000);
  21.  
  22. });
  23. </script>
  24.  
  25. <script>
  26.  
  27. $(document).ready(function(){
  28.    
  29.  
  30.    setTimeout(function(){
  31.         var divsToHide = document.getElementsByClassName("js-product-edition-option[data-view-type=select]"); //divsToHide is an array
  32.    
  33.     for(var i = 0; i < divsToHide.length; i++){
  34.         divsToHide[i].style.visibility = "hidden"; // or
  35.         divsToHide[i].style.display = "none"; // depending on what you're doing
  36.     }
  37. window.tcart__product__plus=function(thiss) {
  38. var el = thiss.closest(".t706__product");
  39. var i = el.attr("data-cart-product-i");
  40. if (window.tcart.products[i] || (tcart__syncProductsObject__LStoObj(), null != window.tcart.products[i])) {
  41. if (window.tcart.products[i].quantity > 0 && void 0 !== window.tcart.products[i].inv && window.tcart.products[i].inv > 0 && window.tcart.products[i].inv == window.tcart.products[i].quantity) {
  42. alert(tcart__dict(13, "Sorry, ÷limit reached, this is the maximum quantity of goods in stock"));
  43. } else {
  44. window.tcart.products[i].quantity++;
  45. if(typeof(window.tcart.products[i].options) != 'undefined'){   
  46.     var newPrice=0;
  47.     if(window.tcart.products[i].quantity > 10){    
  48.         newPrice=window.tcart.products[i].options[3].variant.split(" ")[0]*1;  
  49.            
  50.     }
  51.     else if(window.tcart.products[i].quantity > 7){    
  52.         newPrice=window.tcart.products[i].options[2].variant.split(" ")[0]*1;
  53.            
  54.     }
  55.     else if(window.tcart.products[i].quantity > 2){    
  56.         newPrice=window.tcart.products[i].options[1].variant.split(" ")[0]*1;
  57.            
  58.     }
  59.     else{
  60.         console.log(window.tcart.products[i].options[0].variant.split(" "));
  61.         newPrice=window.tcart.products[i].options[0].variant.split(" ")[0]*1;
  62.            
  63.     }
  64.     newPrice=Number(newPrice.toFixed(1));
  65.     window.tcart.products[i].price=newPrice;
  66.    }
  67.  window.tcart.products[i].amount = window.tcart.products[i].price * window.tcart.products[i].quantity;
  68.            
  69.    
  70. window.tcart.products[i].amount = tcart__roundPrice(window.tcart.products[i].amount);
  71. el.find(".t706__product-quantity").html(window.tcart.products[i].quantity);
  72. if ("y" === window.tcart.products[i].single && void 0 !== window.tcart.products[i].portion) {
  73. el.find(".t706__product-portion").html(tcart__showWeight(window.tcart.products[i].quantity * window.tcart.products[i].portion, window.tcart.products[i].unit));
  74. }
  75. if (window.tcart.products[i].amount > 0) {
  76. el.find(".t706__product-amount").html(tcart__showPrice(window.tcart.products[i].amount));
  77. } else {
  78. el.find(".t706__product-amount").html("");
  79. }
  80. tcart__updateTotalProductsinCartObj();
  81. $(".t706__carticon-counter").html(window.tcart.total);
  82. tcart__reDrawTotal();
  83. tcart__saveLocalObj();
  84. }
  85. }
  86.  
  87. };
  88. window.tcart__product__minus=function(thiss) {
  89.  
  90. var el = thiss.closest(".t706__product");
  91. var i = el.attr("data-cart-product-i");
  92. if (window.tcart.products[i] || (tcart__syncProductsObject__LStoObj(), null != window.tcart.products[i])) {
  93. if (window.tcart.products[i].quantity > 0) {
  94. window.tcart.products[i].quantity--;
  95. }
  96.  
  97. if(typeof(window.tcart.products[i].options) != 'undefined'){   
  98.     var newPrice=0;
  99.     if(window.tcart.products[i].quantity <=2){       
  100.         newPrice=window.tcart.products[i].options[0].variant.split(" ")[0]*1;
  101.         }
  102.     else if(window.tcart.products[i].quantity <=6){    
  103.         newPrice=window.tcart.products[i].options[1].variant.split(" ")[0]*1;          
  104.     }
  105.     else if(window.tcart.products[i].quantity <=10){       
  106.         newPrice=window.tcart.products[i].options[2].variant.split(" ")[0]*1;          
  107.     }
  108.     else{
  109.         newPrice=window.tcart.products[i].options[3].variant.split(" ")[0]*1;          
  110.        
  111.     }
  112.     newPrice=Number(newPrice.toFixed(1));
  113.     window.tcart.products[i].price=newPrice;
  114.  
  115.    }
  116.  window.tcart.products[i].amount = tcart__roundPrice(window.tcart.products[i].price * window.tcart.products[i].quantity);
  117.          
  118.    
  119. if (window.tcart.products[i].amount > 0) {
  120. el.find(".t706__product-amount").html(tcart__showPrice(window.tcart.products[i].amount));
  121. }
  122. if (0 == window.tcart.products[i].quantity) {
  123. tcart__product__del(thiss);
  124. }
  125. if (window.tcart.products[i].amount > 0 && "y" === window.tcart.products[i].single && void 0 !== window.tcart.products[i].portion) {
  126. el.find(".t706__product-portion").html(tcart__showWeight(window.tcart.products[i].quantity * window.tcart.products[i].portion, window.tcart.products[i].unit));
  127. }
  128. el.find(".t706__product-quantity").html(window.tcart.products[i].quantity);
  129. tcart__updateTotalProductsinCartObj();
  130. $(".t706__carticon-counter").html(window.tcart.total);
  131. tcart__reDrawTotal();
  132. tcart__saveLocalObj();
  133. }
  134. }
  135. ;
  136. window.tcart__product__updateQuantity=function(thiss, el, i, qnt) {
  137. if (qnt > 0) {
  138. if (void 0 !== window.tcart.products[i].inv && window.tcart.products[i].inv > 0 && qnt > window.tcart.products[i].inv) {
  139. alert(tcart__dict(13, "Sorry, limit reached, this is the maximum quantity of goods in stock"));
  140. qnt = window.tcart.products[i].inv;
  141. }
  142. window.tcart.products[i].quantity = qnt;
  143. if(typeof(window.tcart.products[i].options) != 'undefined'){   
  144.     var newPrice=0;
  145.     if(window.tcart.products[i].quantity > 10){      
  146.         newPrice=window.tcart.products[i].options[3].variant.split(" ")[0]*1;
  147.            
  148.     }
  149.     else if(window.tcart.products[i].quantity > 6){    
  150.         newPrice=window.tcart.products[i].options[2].variant.split(" ")[0]*1;
  151.            
  152.     }
  153.     else if(window.tcart.products[i].quantity > 2){    
  154.         newPrice=window.tcart.products[i].options[1].variant.split(" ")[0]*1;
  155.            
  156.     }
  157.     else{
  158.         newPrice=window.tcart.products[i].options[0].variant.split(" ")[0]*1;
  159.            
  160.     }
  161.     newPrice=Number(newPrice.toFixed(1));
  162.     window.tcart.products[i].price=newPrice;
  163.  
  164.    }
  165.      window.tcart.products[i].amount = window.tcart.products[i].price * window.tcart.products[i].quantity;
  166.            
  167.    
  168. window.tcart.products[i].amount = tcart__roundPrice(window.tcart.products[i].amount);
  169. el.find(".t706__product-quantity").html(window.tcart.products[i].quantity);
  170. if ("y" === window.tcart.products[i].single && void 0 !== window.tcart.products[i].portion) {
  171. el.find(".t706__product-portion").html(tcart__showWeight(window.tcart.products[i].quantity * window.tcart.products[i].portion, window.tcart.products[i].unit));
  172. }
  173. if (window.tcart.products[i].amount > 0) {
  174. el.find(".t706__product-amount").html(tcart__showPrice(window.tcart.products[i].amount));
  175. } else {
  176. el.find(".t706__product-amount").html("");
  177. }
  178. } else {
  179. tcart__product__del(thiss);
  180. }
  181. tcart__updateTotalProductsinCartObj();
  182. $(".t706__carticon-counter").html(window.tcart.total);
  183. tcart__reDrawTotal();
  184. tcart__saveLocalObj();
  185. if (0 == qnt) {
  186. tcart__reDrawProducts();
  187. }
  188. };
  189.  
  190.  
  191. window.tcart__updateTotalProductsinCartObj=function() {
  192.  var obj=window.tcart['products'];
  193.  
  194.         if(obj.length>0){
  195.            
  196.             var total=0;
  197.             var prodamount=0;
  198.             $.each(obj, function( index, product ) {
  199.                  if(typeof(product['options']) != 'undefined'){
  200.                 if(product['quantity'] >10){
  201.                 total=total+product['quantity']*1;
  202.                 total=Number(total.toFixed(1));
  203.                
  204.                 product['amount']=product['quantity']*product['options'][3].variant.split(" ")[0]*1;
  205.                
  206.                 prodamount=prodamount*1+product['amount']*1;
  207.                
  208.                 }
  209.                 else if(product['quantity'] >6){
  210.                     total=total+product['quantity']*1;
  211.                     total=Number(total.toFixed(1));
  212.                 product['amount']=product['quantity']*product['options'][2].variant.split(" ")[0]*1;
  213.                     prodamount=prodamount*1+product['amount']*1;
  214.                  
  215.                 }
  216.                 else if(product['quantity'] >2){
  217.                     total=total+product['quantity']*1;
  218.                     total=Number(total.toFixed(1));
  219.                 product['amount']=product['quantity']*product['options'][1].variant.split(" ")[0]*1;
  220.                     prodamount=prodamount*1+product['amount']*1;
  221.                  
  222.                 }
  223.                 else{
  224.                  total=total+product['quantity']*1;
  225.                 total=Number(total.toFixed(1));
  226.                     product['amount']=product['quantity']*product['options'][0].variant.split(" ")[0] *1;
  227.                 prodamount=prodamount*1+product['amount']*1;
  228.                      
  229.                  }
  230.                  }else{
  231.                  total=total+product['quantity']*1;
  232.                 total=Number(total.toFixed(1));
  233.                 prodamount=prodamount*1+product['amount']*1;
  234.                      
  235.                  }
  236.             });
  237.             prodamount = tcart__roundPrice(prodamount);
  238.             window.tcart['total']=total;
  239.             window.tcart['prodamount']=prodamount;
  240.                    
  241.             var amount = prodamount;
  242.            
  243.        
  244.             if(typeof window.tcart.promocode == 'object' && typeof window.tcart.promocode.promocode!='undefined' && window.tcart.promocode.promocode!=''){
  245.                
  246.                 var discountsum=0;
  247.                
  248.                 if( typeof window.tcart.promocode.discountsum!='undefined' && window.tcart.promocode.discountsum>0){
  249.                     discountsum = window.tcart.promocode.discountsum*1;
  250.                 }else if( typeof window.tcart.promocode.discountpercent!='undefined' && window.tcart.promocode.discountpercent>0){;            
  251.                     discountsum = tcart__roundPrice( amount * window.tcart.promocode.discountpercent*1/100 );
  252.                 }else{
  253.                     console.log('Cart Some error.');
  254.                 }
  255.                
  256.                 amount = amount - discountsum;
  257.                 amount = tcart__roundPrice(amount);
  258.                 if(amount<0){amount=0;}        
  259.                    
  260.                 window.tcart['prodamount_discountsum'] = discountsum;
  261.                 window.tcart['prodamount_withdiscount'] = amount;          
  262.                
  263.             }
  264.            
  265.        
  266.             if(typeof window.tcart.delivery=='object' && typeof window.tcart.delivery.price!='undefined' && window.tcart.delivery.price>0 && window.tcart.prodamount>0){
  267.                 if(typeof window.tcart.delivery.freedl!='undefined' && window.tcart.delivery.freedl>0 && amount>=window.tcart.delivery.freedl){
  268.                    
  269.                 }else{
  270.                     amount = amount + window.tcart.delivery.price*1;   
  271.                 }
  272.             }      
  273.            
  274.             if(amount>0){
  275.                 amount=tcart__roundPrice(amount);
  276.             }
  277.             window.tcart['amount'] = amount;
  278.            
  279.         }else{
  280.            
  281.             window.tcart['total']=0;
  282.             window.tcart['prodamount']=0;
  283.             window.tcart['amount']=0;
  284.            
  285.         }
  286.  
  287. };
  288.  
  289. window.tcart__addProduct=function(productObj) {
  290.     var ts = Math.floor(Date.now() / 1e3);
  291.     tcart__syncProductsObject__LStoObj();
  292.     var obj = window.tcart.products,
  293.         flag_incart = "";
  294.     obj.length > 0 &&
  295.         $.each(obj, function (index, product) {
  296.             var eq_options = "y",
  297.                 eq_sku = "";
  298.             if ("y" == window.tcart_oneproduct) {
  299.                 if (product.name == productObj.name ) {
  300.                     if (null == product.options && null == productObj.options && null == product.sku && null == productObj.sku) return (flag_incart = "yes"), !1;
  301.                     if (null == product.options && null == productObj.options && null != product.sku && null != productObj.sku && product.sku == productObj.sku) return (flag_incart = "yes"), !1;
  302.                     if (
  303.                         "object" == typeof product.options &&
  304.                         "object" == typeof productObj.options &&
  305.                         ($.each(product.options, function (index, option) {
  306.                             if ("object" == typeof option && "object" == typeof productObj.options[index]) {
  307.                                 if (option.option !== productObj.options[index].option || option.variant !== productObj.options[index].variant || option.price !== productObj.options[index].price) return (eq_options = !1);
  308.                             } else if (null == option || null == productObj.options[index]) return (eq_options = !1);
  309.                         }),
  310.                         product.sku === productObj.sku && (eq_sku = "y"),
  311.                         "y" === eq_options && "y" === eq_sku)
  312.                     )
  313.                         return (
  314.                             parseInt(window.tcart.products[index].quantity, 10) === parseInt(productObj.inv, 10) && alert(tcart__dict(13, "Sorry, limit reached, this is the maximum quantity of goods in stock")), (flag_incart = "yes"), !1
  315.                         );
  316.                 }
  317.             } else if (
  318.                 product.name == productObj.name &&
  319.                 product.portion == productObj.portion &&
  320.                 product.single == productObj.single &&
  321.                 ("object" == typeof product.options &&
  322.                     "object" == typeof productObj.options &&
  323.                     $.each(product.options, function (index, option) {
  324.                         if ("object" == typeof option && "object" == typeof productObj.options[index]) {
  325.                             if (option.option !== productObj.options[index].option || option.variant !== productObj.options[index].variant || option.price !== productObj.options[index].price) return (eq_options = !1);
  326.                         } else if (void 0 === option || void 0 === productObj.options[index]) return (eq_options = !1);
  327.                     }),
  328.                 product.sku === productObj.sku && (eq_sku = "y"),
  329.                 "y" === eq_options && "y" === eq_sku)
  330.             ) {
  331.                 var inv = parseInt(productObj.inv, 10),
  332.                     quantity = 1,
  333.                     curInCart = parseInt(window.tcart.products[index].quantity, 10);
  334.                 return curInCart === inv
  335.                     ? (alert(tcart__dict(13, "Sorry, limit reached, this is the maximum quantity of goods in stock")), (flag_incart = "yes"), !1)
  336.                     : (void 0 !== productObj.quantity
  337.                           ? curInCart + quantity > inv
  338.                               ? (alert(tcart__dict(13, "Sorry, limit reached, this is the maximum quantity of goods in stock")), (flag_incart = "yes"), (window.tcart.products[index].quantity = inv))
  339.                               : (window.tcart.products[index].quantity += quantity)
  340.                           : window.tcart.products[index].quantity=window.tcart.products[index].quantity+1,
  341.                       (window.tcart.products[index].amount = window.tcart.products[index].price * window.tcart.products[index].quantity),
  342.                       (window.tcart.products[index].amount = tcart__roundPrice(window.tcart.products[index].amount)),
  343.                       (window.tcart.products[index].ts = ts),
  344.                       (flag_incart = "yes"),
  345.                       !1);
  346.             }
  347.         }),
  348.         "" == flag_incart &&
  349.             (void 0 === productObj.quantity ? ((productObj.quantity = 1), (productObj.amount = productObj.price*productObj.quantity)) : (productObj.amount = tcart__roundPrice(productObj.price * productObj.quantity)),
  350.             (productObj.ts = ts),
  351.             window.tcart.products.push(productObj)),
  352.         tcart__updateTotalProductsinCartObj(),
  353.         tcart__reDrawCartIcon(),
  354.         tcart__saveLocalObj(),
  355.         "yes" == $(".t706").attr("data-opencart-onorder")
  356.             ? setTimeout(function () {
  357.                   tcart__openCart();
  358.               }, 10)
  359.             : ($(".t706__carticon").addClass("t706__carticon_neworder"),
  360.               setTimeout(function () {
  361.                   $(".t706__carticon").removeClass("t706__carticon_neworder");
  362.               }, 2e3));
  363. };
  364.  
  365. window.t_prod__updatePrice=function(t, r) {
  366.     var i = 0,
  367.         d = 0,
  368.         a = r.find(".js-product-price"),
  369.         e = a.attr("data-product-price-def");
  370.     if (
  371.         ((e *= 1),
  372.         r.find(".js-product-option-variants").each(function () {
  373.             var t = $(this),
  374.                 r = t.find("option:selected").attr("data-product-variant-price");
  375.             if (void 0 !== r && "" != r) {
  376.                 var i = t_prod__cleanPrice(r);
  377.                 r.indexOf("+") > -1 ? (d += i) : 0 !== parseFloat(i) && (e = i);
  378.             }
  379.         }),
  380.         (i += e + d),
  381.         i > 0)
  382.     )
  383.         a.html(t_prod__showPrice(t_prod__roundPrice(i)));
  384.     else {
  385.         var n = a.attr("data-product-price-def-str");
  386.         a.html(n);
  387.     }
  388.       var els=document.getElementsByClassName('js-product-edition-option[data-view-type=select]');
  389.  
  390. Array.prototype.forEach.call(els, function(el) {
  391.  
  392.     if (el.firstChild){
  393.     var i=el.firstChild.childNodes[3].innerText.toString();
  394.     var s=i.split(' ');
  395.     var e=el.previousElementSibling;
  396.     var p=e.getElementsByClassName("js-product-price")[0];
  397.     p.textContent=s[2];
  398.     }
  399. });
  400. };
  401.  
  402.  
  403. }, 2000);
  404.  
  405. });
  406.  
  407. </script>
Add Comment
Please, Sign In to add comment