From 7060815b607cd5c6e4c98e6b1df86152d5c62a9c Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Tue, 6 Jan 2026 22:55:57 +0100 Subject: [PATCH] =?UTF-8?q?Poprawa=20klas=20ikon=20w=20powiadomieniach=20o?= =?UTF-8?q?raz=20zwi=C4=99kszenie=20maksymalnej=20ilo=C5=9Bci=20produktu?= =?UTF-8?q?=20w=20koszyku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates_user/shop-basket/basket.php | 2 +- templates_user/shop-product/product.php | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates_user/shop-basket/basket.php b/templates_user/shop-basket/basket.php index cf0b8c3..6cd89bc 100644 --- a/templates_user/shop-basket/basket.php +++ b/templates_user/shop-basket/basket.php @@ -409,7 +409,7 @@ title: '', content: '', closeIcon: true, - closeIconClass: 'fas fa-close', + closeIconClass: 'fa fa-close', typeAnimated: true, animation: 'opacity', useBootstrap: false, diff --git a/templates_user/shop-product/product.php b/templates_user/shop-product/product.php index 6a6ec73..b9131e3 100644 --- a/templates_user/shop-product/product.php +++ b/templates_user/shop-product/product.php @@ -391,7 +391,7 @@ + '<\/form>', type: 'blue', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, @@ -426,13 +426,13 @@ content: 'Maksymalna ilość wybranego produktu wynosi: ' + max_value + '<\/b>', type: 'blue', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, theme: 'modern', autoClose: 'confirm|5000', - icon: 'fas fa-exclamation', + icon: 'fa fa-exclamation', buttons: { confirm: { text: '', @@ -466,13 +466,13 @@ content: 'Maksymalna ilość wybranego produktu wynosi: ' + max_value + '<\/b>', type: 'blue', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, theme: 'modern', autoClose: 'confirm|5000', - icon: 'fas fa-exclamation', + icon: 'fa fa-exclamation', buttons: { confirm: { text: '', @@ -700,7 +700,7 @@ if ( data.product_data.stock_0_buy == 1 ) { $( '.warehouse-message' ).html( data.product_data.messages.warehouse_message_zero ); - $( '#quantity' ).attr( 'max', 99 ); + $( '#quantity' ).attr( 'max', 999 ); $( '.add-to-basket #add-to-basket, .add-to-basket .quantity-container' ).show(); $( '.add-to-basket .alert' ).addClass( 'hidden' ); }