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' ); }