From 2b22fa496e6f59397fa32eb087f55cbba1950689 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Tue, 6 Jan 2026 22:57:36 +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/newsletter/newsletter.php | 8 ++++---- templates_user/shop-basket/basket.php | 2 +- templates_user/shop-product/product.php | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates_user/newsletter/newsletter.php b/templates_user/newsletter/newsletter.php index 81b9069..3d90723 100644 --- a/templates_user/newsletter/newsletter.php +++ b/templates_user/newsletter/newsletter.php @@ -43,7 +43,7 @@ content: '', type: 'blue', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, @@ -74,7 +74,7 @@ content: '', type: 'orange', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, @@ -111,7 +111,7 @@ content: '', type: 'orange', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, @@ -147,7 +147,7 @@ content: msg, type: 'orange', closeIcon: true, - closeIconClass: 'fas fa-times', + closeIconClass: 'fa fa-times', typeAnimated: true, animation: 'opacity', useBootstrap: false, 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 9324e3f..feb075a 100644 --- a/templates_user/shop-product/product.php +++ b/templates_user/shop-product/product.php @@ -373,13 +373,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: '', @@ -413,13 +413,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: '', @@ -645,7 +645,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' ); }