Advertisement
Axxxxxx

Untitled

Aug 20th, 2017
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2.  
  3. // меняем цену товара на цену с нанесением.
  4. /**/
  5. //var inp_obj = $('input#circ_'+ Itm_id);
  6.  
  7. //var price__with__appl = inp_obj.closest('form').find('.your-price');
  8. //price__with__appl.find('.price').hide();
  9.  
  10. //price__with__appl.append('<span class="price price2"></span>');
  11.  
  12.  
  13. //price__with__appl.find('.price2').text(format_price(appl__price_item) + ' Р');
  14.  
  15. //var price__with__appl = inp_obj.closest('form').find('.rrc-price');
  16. //price__with__appl.find('.price').hide();
  17. //price__with__appl.append('<span class="price price2"></span>');
  18.  
  19.  
  20. //price__with__appl.find('.price2').text(format_price(all_own_summ / calc_table.circ + Itms_price[Itm_id]['OWN']) + ' Р');
  21.  
  22. //price__with__appl.append('<span class="price price2">'+ format_price(all_own_summ / calc_table.circ + Itms_price[Itm_id]['OWN']) + ' Р</span>');
  23.  
  24. //price__with__appl.html(format_price(all_own_summ / calc_table.circ + Itms_price[Itm_id]['OWN']) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement