Kgshop commited on
Commit
705f966
·
verified ·
1 Parent(s): 0a41dec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3098,7 +3098,7 @@ def discounts_page():
3098
  orderText += `${index + 1}. ${item.name} - ${item.price} с × ${item.quantity} (Цвет: ${item.color})%0A`;
3099
  });
3100
  orderText += `Итого: ${total} с`;
3101
- window.open(`https://api.whatsapp.com/send?phone=996500654659&text=${orderText}`, '_blank');
3102
  }
3103
 
3104
  function clearCart() {
 
3098
  orderText += `${index + 1}. ${item.name} - ${item.price} с × ${item.quantity} (Цвет: ${item.color})%0A`;
3099
  });
3100
  orderText += `Итого: ${total} с`;
3101
+ window.open(`https://api.whatsapp.com/send?phone=996555751475&text=${orderText}`, '_blank');
3102
  }
3103
 
3104
  function clearCart() {