Update app.py
Browse files
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=
|
| 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() {
|