This commit is contained in:
2025-10-09 21:22:27 +02:00
30 changed files with 61187 additions and 246 deletions

697
.htaccess
View File

@@ -1,9 +1,699 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^2-strona-glowna$ https://drmaterac.pl/ [R=301,L]
</IfModule>
# ~~startcookiesplus~~ Cookies Plus module - Do not remove this comment
<IfModule LiteSpeed>
RewriteRule .* - [E=Cache-Vary:cookiesplus]
</IfModule>
# ~~endcookiesplus~~ Cookies Plus module - Do not remove this comment
SecRuleEngine On
#x13webp module start
#Domain: drmaterac.pl
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
# Images
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/c/$1$2$3.webp [L]
RewriteCond %{HTTP_HOST} ^drmaterac.pl$
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/c/$1$2.webp [L]
# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
#Domain: lulandia.pl
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
# Images
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/c/$1$2$3.webp [L]
RewriteCond %{HTTP_HOST} ^lulandia.pl$
RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.webp$ %{ENV:REWRITEBASE}img/c/$1$2.webp [L]
# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
#x13webp redirections start
<IfModule mod_setenvif.c>
SetEnvIf Request_URI "\.(jpe?g|png)$" REQUEST_image
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{REQUEST_FILENAME} (.*)\.(jpe?g|png)$
RewriteCond %1\.webp -f
RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp]
</IfModule>
<IfModule mod_headers.c>
Header append Vary Accept env=REDIRECT_accept
</IfModule>
<IfModule mod_mime.c>
AddType image/webp .webp
</IfModule>
#x13webp redirections end
#x13webp module end
RewriteEngine On
RewriteRule ^pl/komplety\-poscieli/33510\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2163\-532\-paulin\-dd\-estella\-5903104043377\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33519\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2169\-450\-martha\-estella\-5903104049805\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33522\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2169\-550\-martha\-estella\-5903104049775\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33525\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2170\-080\-lyanna\-estella\-5903104047481\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33537\-posciel\-135\-200\-70\-80\-40\-40\-2251\-600\-alvaro\-estella\-5903104040321\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33545\-posciel\-155\-200\-cm\-2x70\-80\-2x40\-40\-damast\-2354\-070\-hortus\-estella\-5903104036348\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33553\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-635\-smooth\-estella\-5903104046361\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33558\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-915\-smooth\-estella\-5903104046446\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33933\-posciel\-155\-200\-2x70\-80\-cm\-6871\-655\-silas\-estella\-5903104022013\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33941\-posciel\-135\-200\-70\-80\-6871\-820\-silas\-estella\-5903104037123\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33948\-posciel\-135\-200\-70\-80\-cm\-6872\-655\-romeo\-estella\-5903104037154\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33951\-posciel\-155\-200\-2x70\-80\-cm\-6872\-820\-romeo\-estella\-5903104022372\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33981\-posciel\-155\-200\-2x70\-80\-6893\-820\-amalie\-estella\-5903104049980\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33983\-posciel\-135\-200\-70\-80\-6893\-820\-amalie\-estella\-5903104049973\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/33986\-posciel\-155\-200\-2x70\-80\-6894\-675\-balduin\-estella\-5903104050047\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34003\-posciel\-200\-220\-2x70\-80\-6898\-610\-pippa\-estella\-5903104048631\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34131\-posciel\-135\-200\-70\-80\-6908\-635\-khira\-dd\-estella\-5903104050276\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34234\-posciel\-135\-200\-70\-80\-6970\-050\-levian\-estella\-5903104044169\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34535\-posciel\-135\-200\-70\-80\-40\-40\-1018\-985\-nelia\-estella\-5903104051051\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34537\-posciel\-135\-200\-70\-80\-40\-40\-1020\-660\-caroline\-estella\-5903104051143\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34540\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2147\-532\-aamir\-estella\-5903104051181\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34541\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2147\-532\-aamir\-estella\-5903104051198\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34550\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2251\-110\-alvaro\-estella\-5903104047665\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34553\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2251\-180\-alvaro\-estella\-5903104040437\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34570\-posciel\-135\-200\-70\-80\-6220\-230\-dora\-estella\-5903104051563\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34571\-posciel\-155\-200\-2x70\-80\-6220\-695\-dora\-estella\-5903104051570\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34572\-posciel\-135\-200\-70\-80\-6242\-435\-alma\-estella\-5903104051655\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34575\-posciel\-200\-220\-2x70\-80\-6258\-530\-janis\-estella\-5903104051884\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34577\-posciel\-155\-200\-2x70\-80\-6263\-810\-konstantin\-estella\-5903104051907\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34582\-posciel\-155\-200\-2x70\-80\-6268\-540\-svea\-estella\-5903104052416\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34587\-posciel\-155\-200\-2x70\-80\-6276\-820\-elsa\-estella\-5903104052089\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34589\-posciel\-135\-200\-70\-80\-6276\-820\-elsa\-estella\-5903104052102\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34594\-posciel\-155\-200\-2x70\-80\-6893\-665\-amalie\-estella\-5903104049959\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34596\-posciel\-200\-220\-2x70\-80\-6897\-810\-rebecca\-estella\-5903104052126\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34615\-posciel\-155\-200\-2x70\-80\-6987\-202\-britta\-dd\-estella\-5903104049461\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34616\-posciel\-200\-220\-2x70\-80\-6987\-202\-britta\-dd\-estella\-5903104049478\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34618\-posciel\-155\-200\-2x70\-80\-6988\-290\-emiljan\-estella\-5903104048419\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34622\-posciel\-200\-220\-2x70\-80\-6989\-550\-cecilia\-estella\-5903104050238\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34627\-posciel\-200\-220\-2x70\-80\-6993\-820\-imogen\-dd\-estella\-5903104050412\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34628\-posciel\-135\-200\-70\-80\-6993\-820\-imogen\-dd\-estella\-5903104050399\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34629\-posciel\-155\-200\-2x70\-80\-6995\-532\-elaisa\-estella\-5903104050467\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34631\-posciel\-155\-200\-2x70\-80\-6996\-625\-tarius\-estella\-5903104050498\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34645\-posciel\-135\-200\-70\-80\-40\-40\-7596\-680\-sylvia\-estella\-5903104045128\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34653\-posciel\-155\-200\-2x70\-80\-2x40\-40\-monalie\-7916\-985\-dd\-estella\-5903104049027\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34656\-posciel\-135\-200\-70\-80\-40\-40\-7920\-330\-djamal\-dd\-estella\-5903104050696\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34662\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7924\-100\-mirella\-dd\-estella\-5903104050924\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34664\-posciel\-135\-200\-70\-80\-40\-40\-7924\-625\-mirella\-dd\-estella\-5903104050870\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34666\-posciel\-135\-200\-70\-80\-40\-40\-7925\-532\-isidora\-dd\-estella\-5903104050931\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34671\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7937\-200\-dilara\-estella\-5903104052171\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34675\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7939\-520\-rieke\-estella\-5903104052263\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34676\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7939\-520\-rieke\-estella\-5903104052270\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34680\-posciel\-155\-200\-2x70\-80\-3206\-710\-malaga\-estella\-4053912403489\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34682\-posciel\-155\-200\-2x70\-80\-3208\-530\-madeira\-estella\-4053912403540\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34691\-posciel\-155\-200\-2x70\-80\-3413\-230\-estrella\-estella\-4053912478142\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34697\-posciel\-155\-200\-2x70\-80\-4441\-101\-rosehip\-estella\-4053912454351\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34698\-posciel\-135\-200\-70\-80\-4441\-101\-rosehip\-estella\-4053912454368\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34699\-posciel\-155\-200\-2x70\-80\-4442\-070\-eudora\-estella\-4053912454399\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34701\-posciel\-135\-200\-70\-80\-4443\-985\-maple\-estella\-4053912454474\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34706\-posciel\-135\-200\-70\-80\-4450\-230\-squirrel\-estella\-4053912478074\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34723\-posciel\-155\-200\-2x70\-80\-4792\-985\-hilaria\-estella\-4053912436142\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34725\-posciel\-155\-200\-2x70\-80\-4796\-920\-jungleleave\-estella\-4053912454214\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34730\-posciel\-200\-220\-2x70\-80\-4805\-530\-laguna\-estella\-4053912468235\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34761\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7942\-985\-deloris\-estella\-4053912468969\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34937\-posciel\-135\-200\-70\-80\-40\-40\-7952\-395\-fernanda\-estella\-5903104053772\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/34986\-posciel\-135\-200\-70\-80\-6347\-920\-sophia\-dd\-estella\-5903104053383\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35025\-posciel\-155\-200\-2x70\-80\-6219\-610\-florentin\-estella\-5903104051518\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35026\-posciel\-200\-220\-2x70\-80\-6219\-610\-florentin\-estella\-5903104051525\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35043\-posciel\-155\-200\-2x70\-80\-4455\-820\-pine\-twigs\-estella\-4053912477992\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35057\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1025\-625\-lunaria\-dd\-estella\-5903104052492\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35076\-posciel\-155\-200\-2x70\-80\-6344\-740\-marie\-estella\-5903104053215\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35108\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2167\-050\-jendrik\-dd\-estella\-5903104047405\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35159\-posciel\-135\-200\-70\-80\-40\-40\-satin\-2176\-210\-anna\-estella\-5903104052638\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35161\-posciel\-200\-220\-2x70\-80\-2x40\-40\-satin\-2176\-581\-anna\-estella\-5903104052621\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35170\-posciel\-200\-220\-2x70\-80\-6318\-050\-ben\-estella\-5903104052836\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35172\-posciel\-200\-220\-2x70\-80\-6318\-310\-ben\-estella\-5903104052867\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35179\-posciel\-200\-220\-2x70\-80\-6343\-295\-valeria\-estella\-5903104053161\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35193\-posciel\-135\-200\-70\-80\-6351\-985\-rosalie\-dd\-estella\-5903104053567\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35195\-posciel\-200\-220\-2x70\-80\-6355\-810\-kim\-dd\-estella\-5903104052980\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35197\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7950\-340\-adamo\-estella\-5903104053727\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35200\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7950\-840\-adamo\-estella\-5903104053697\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35209\-posciel\-200\-220\-2x70\-80\-6317\-065\-moritz\-estella\-5903104052775\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35212\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7950\-840\-adamo\-estella\-5903104053703\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35318\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1028\-080\-caspian\-estella\-5903104053673\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35319\-posciel\-135\-200\-70\-80\-40\-40\-1028\-080\-caspian\-estella\-5903104053666\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35321\-posciel\-135\-200\-70\-80\-40\-40\-1029\-606\-katalina\-estella\-5903104054199\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35322\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1030\-985\-aluna\-estella\-5903104054229\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35324\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2178\-985\-valeska\-estella\-5903104054236\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35325\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2178\-985\-valeska\-estella\-5903104054243\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35327\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2179\-985\-dariana\-estella\-5903104054267\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35332\-posciel\-135\-200\-70\-80\-40\-40\-2180\-820\-cosimo\-estella\-5903104054311\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35333\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2181\-655\-armando\-estella\-5903104054328\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35336\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2181\-920\-armando\-estella\-5903104054359\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35337\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2181\-920\-armando\-estella\-5903104054366\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35338\-posciel\-135\-200\-70\-80\-40\-40\-2181\-920\-armando\-estella\-5903104054373\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35339\-posciel\-155\-200\-2x70\-80\-2204\-360\-nestor\-estella\-5903104054380\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35340\-posciel\-135\-200\-70\-80\-2204\-360\-nestor\-estella\-5903104054397\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35342\-posciel\-135\-200\-70\-80\-2204\-630\-nestor\-estella\-5903104054410\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35344\-posciel\-135\-200\-70\-80\-2205\-520\-primavera\-estella\-5903104054434\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35345\-posciel\-155\-200\-2x70\-80\-2205\-985\-primavera\-estella\-5903104054441\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35346\-posciel\-135\-200\-70\-80\-2205\-985\-primavera\-estella\-5903104054458\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35348\-posciel\-135\-200\-70\-80\-2206\-945\-elysia\-estella\-5903104054472\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35351\-posciel\-155\-200\-2x70\-80\-6611\-620\-rosalina\-estella\-5903104054502\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35354\-posciel\-135\-200\-70\-80\-6612\-520\-phoenix\-estella\-5903104054533\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35358\-posciel\-135\-200\-70\-80\-6613\-640\-cielo\-estella\-5903104054571\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35360\-posciel\-135\-200\-70\-80\-6613\-810\-cielo\-estella\-5903104054595\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35363\-posciel\-155\-200\-2x70\-80\-6615\-051\-marisol\-estella\-5903104054632\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35364\-posciel\-135\-200\-70\-80\-6615\-051\-marisol\-estella\-5903104054625\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35365\-posciel\-155\-200\-2x70\-80\-6615\-290\-marisol\-estella\-5903104054656\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35367\-posciel\-155\-200\-2x70\-80\-6616\-051\-rio\-estella\-5903104054670\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35368\-posciel\-135\-200\-70\-80\-6616\-051\-rio\-estella\-5903104054663\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35369\-posciel\-155\-200\-2x70\-80\-6617\-230\-lyra\-estella\-5903104054694\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35370\-posciel\-135\-200\-70\-80\-6617\-230\-lyra\-estella\-5903104054687\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35371\-posciel\-155\-200\-2x70\-80\-6621\-530\-thalia\-estella\-5903104054717\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35372\-posciel\-200\-220\-2x70\-80\-6621\-530\-thalia\-estella\-5903104054724\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35378\-posciel\-135\-200\-70\-80\-6622\-985\-leoni\-estella\-5903104054762\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35379\-posciel\-155\-200\-2x70\-80\-6623\-606\-amarina\-estella\-5903104054809\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35380\-posciel\-135\-200\-70\-80\-6623\-606\-amarina\-estella\-5903104054793\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35383\-posciel\-135\-200\-70\-80\-6624\-695\-noelia\-estella\-5903104054816\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35385\-posciel\-135\-200\-70\-80\-6625\-985\-delphine\-estella\-5903104054847\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35390\-posciel\-135\-200\-70\-80\-6627\-606\-siena\-estella\-5903104054892\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35392\-posciel\-135\-200\-70\-80\-6627\-640\-siena\-estella\-5903104054915\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35394\-posciel\-135\-200\-70\-80\-6629\-530\-tavaro\-estella\-5903104054939\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35395\-posciel\-155\-200\-2x70\-80\-6629\-810\-tavaro\-estella\-5903104054960\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35397\-posciel\-155\-200\-2x70\-80\-6630\-640\-raphael\-estella\-5903104054984\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35399\-posciel\-135\-200\-70\-80\-6630\-640\-raphael\-estella\-5903104054977\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35400\-posciel\-155\-200\-2x70\-80\-6645\-985\-mireille\-estella\-5903104055011\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35401\-posciel\-200\-220\-2x70\-80\-6645\-985\-mireille\-estella\-5903104055028\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35403\-posciel\-155\-200\-2x70\-80\-6898\-606\-pippa\-estella\-5903104055073\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35404\-posciel\-200\-220\-2x70\-80\-6898\-606\-pippa\-estella\-5903104055080\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35405\-posciel\-135\-200\-70\-80\-6898\-606\-pippa\-estella\-5903104055066\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35406\-posciel\-155\-200\-2x70\-80\-6898\-840\-pippa\-estella\-5903104055042\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35409\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7259\-110\-raphael\-estella\-5903104055103\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35410\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7259\-110\-raphael\-estella\-5903104055110\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35411\-posciel\-135\-200\-70\-80\-40\-40\-7259\-110\-raphael\-estella\-5903104055097\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35416\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7960\-985\-estera\-estella\-5903104055172\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35420\-posciel\-135\-200\-70\-80\-40\-40\-7961\-410\-celeste\-estella\-5903104055189\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35424\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7962\-110\-petra\-estella\-5903104055257\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35425\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7962\-110\-petra\-estella\-5903104055264\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35427\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7964\-530\-adora\-estella\-5903104055288\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35428\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7964\-530\-adora\-estella\-5903104055295\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35429\-posciel\-135\-200\-70\-80\-40\-40\-7964\-530\-adora\-estella\-5903104055271\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35430\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7965\-565\-svenja\-estella\-5903104055332\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35442\-posciel\-155\-200\-2x70\-80\-3608\-985\-rachel\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35443\-posciel\-135\-200\-70\-80\-3608\-985\-rachel\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35444\-posciel\-155\-200\-2x70\-80\-3609\-985\-jamie\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35445\-posciel\-135\-200\-70\-80\-3609\-985\-jamie\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35450\-posciel\-135\-200\-70\-80\-3611\-985\-deloris\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35451\-posciel\-155\-200\-2x70\-80\-3612\-530\-robina\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35452\-posciel\-135\-200\-70\-80\-3612\-530\-robina\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35453\-posciel\-155\-200\-2x70\-80\-3613\-205\-meggie\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35454\-posciel\-200\-220\-2x70\-80\-3613\-205\-meggie\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35455\-posciel\-135\-200\-70\-80\-3613\-205\-meggie\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35457\-posciel\-135\-200\-70\-80\-4824\-460\-christy\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35463\-posciel\-135\-200\-70\-80\-4828\-530\-brittany\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35468\-posciel\-135\-200\-70\-80\-40\-40\-7959\-710\-lumina\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35469\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7967\-195\-silvio\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35470\-posciel\-135\-200\-70\-80\-40\-40\-7967\-195\-silvio\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35472\-posciel\-135\-200\-70\-80\-40\-40\-7967\-520\-silvio\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35473\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7968\-640\-sereno\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35476\-posciel\-135\-200\-70\-80\-40\-40\-7968\-820\-sereno\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35479\-posciel\-135\-200\-70\-80\-40\-40\-7969\-810\-orion\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/komplety\-poscieli/35482\-posciel\-135\-200\-70\-80\-40\-40\-7971\-530\-belara\-dd\-estella\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33500\-posciel\-135\-200\-70\-80\-40\-40\-2152\-581\-ambra\-estella\-5903104036676\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33505\-posciel\-135\-200\-70\-80\-40\-40\-2155\-985\-cassius\-dd\-estella\-5903104040765\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33529\-posciel\-135\-200\-70\-80\-40\-40\-2251\-180\-alvaro\-estella\-5903104040406\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33537\-posciel\-135\-200\-70\-80\-40\-40\-2251\-600\-alvaro\-estella\-5903104040321\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33552\-posciel\-135\-200\-70\-80\-40\-40\-2910\-581\-smooth\-estella\-5903104046514\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33980\-posciel\-135\-200\-70\-80\-6893\-665\-amalie\-estella\-5903104049942\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33983\-posciel\-135\-200\-70\-80\-6893\-820\-amalie\-estella\-5903104049973\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/33987\-posciel\-135\-200\-70\-80\-6894\-675\-balduin\-estella\-5903104050030\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/34131\-posciel\-135\-200\-70\-80\-6908\-635\-khira\-dd\-estella\-5903104050276\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-135x200/34230\-posciel\-135\-200\-70\-80\-6966\-200\-otis\-estella\-5903104043841\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33507\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2161\-140\-ellie\-estella\-5903104043179\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33508\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2162\-200\-aris\-estella\-5903104043292\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33510\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2163\-532\-paulin\-dd\-estella\-5903104043377\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33519\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2169\-450\-martha\-estella\-5903104049805\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33522\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2169\-550\-martha\-estella\-5903104049775\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33526\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2171\-230\-leonora\-estella\-5903104049836\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33530\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2251\-202\-alvaro\-estella\-5903104047542\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33547\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-400\-smooth\-estella\-5903104046309\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33550\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-581\-smooth\-estella\-5903104046323\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33553\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-635\-smooth\-estella\-5903104046361\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33924\-posciel\-155\-200\-2x70\-80\-6870\-800\-tizian\-estella\-5903104030544\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33981\-posciel\-155\-200\-2x70\-80\-6893\-820\-amalie\-estella\-5903104049980\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33986\-posciel\-155\-200\-2x70\-80\-6894\-675\-balduin\-estella\-5903104050047\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/33993\-posciel\-155\-200\-2x70\-80\-6898\-070\-pippa\-estella\-5903104048495\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/34228\-posciel\-155\-200\-2x70\-80\-6966\-140\-otis\-estella\-5903104043810\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-155x200/34260\-posciel\-155\-200\-2x70\-80\-6985\-020\-eike\-estella\-5903104048297\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-200x220/33588\-posciel\-200\-220\-2x70\-80\-6174\-810\-gregorio\-estella\-5903104050627\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-200x220/33982\-posciel\-200\-220\-2x70\-80\-6893\-820\-amalie\-estella\-5903104049997\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-200x220/33988\-posciel\-200\-220\-2x70\-80\-6897\-016\-rebecca\-estella\-5903104050177\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^pl/posciel\-200x220/34003\-posciel\-200\-220\-2x70\-80\-6898\-610\-pippa\-estella\-5903104048631\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-135x200/33537\-posciel\-135\-200\-70\-80\-40\-40\-2251\-600\-alvaro\-estella\-5903104040321\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-135x200/33983\-posciel\-135\-200\-70\-80\-6893\-820\-amalie\-estella\-5903104049973\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-135x200/34131\-posciel\-135\-200\-70\-80\-6908\-635\-khira\-dd\-estella\-5903104050276\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33522\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2169\-550\-martha\-estella\-5903104049775\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33547\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-400\-smooth\-estella\-5903104046309\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33553\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-635\-smooth\-estella\-5903104046361\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33981\-posciel\-155\-200\-2x70\-80\-6893\-820\-amalie\-estella\-5903104049980\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33986\-posciel\-155\-200\-2x70\-80\-6894\-675\-balduin\-estella\-5903104050047\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33993\-posciel\-155\-200\-2x70\-80\-6898\-070\-pippa\-estella\-5903104048495\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-dla\-dzieci/35682\-47380\-niedzwiadek\-honey\-kolderka\-i\-poduszka\-antyalergiczny\-komplet\-dzieciecy\-amz\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-dla\-dzieci/35682\-niedzwiadek\-honey\-kolderka\-i\-poduszka\-antyalergiczny\-komplet\-dzieciecy\-amz\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-dla\-dzieci/35702\-puma\-biopercal\-kolderka\-i\-poduszka\-antyalergiczny\-komplet\-dzieciecy\-amz\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34534\-posciel\-200\-220\-2x70\-80\-2x40\-40\-1018\-985\-nelia\-estella\-5903104051044\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34543\-posciel\-200\-220\-2x70\-80\-2x40\-40\-2169\-550\-martha\-estella\-5903104049782\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34540\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2147\-532\-aamir\-estella\-5903104051181\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34545\-posciel\-200\-220\-2x70\-80\-2224\-985\-fiore\-estella\-5903104051280\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34542\-posciel\-135\-200\-70\-80\-40\-40\-2147\-532\-aamir\-estella\-5903104051204\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34589\-posciel\-135\-200\-70\-80\-6276\-820\-elsa\-estella\-5903104052102\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34549\-posciel\-135\-200\-70\-80\-40\-40\-2251\-080\-alvaro\-estella\-5903104047610\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34626\-posciel\-155\-200\-2x70\-80\-6993\-820\-imogen\-dd\-estella\-5903104050405\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34630\-posciel\-135\-200\-70\-80\-6995\-532\-elaisa\-estella\-5903104050450\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34596\-posciel\-200\-220\-2x70\-80\-6897\-810\-rebecca\-estella\-5903104052126\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34643\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7596\-680\-sylvia\-estella\-5903104045104\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34646\-posciel\-135\-200\-70\-80\-40\-40\-7597\-900\-tulipa\-dd\-estella\-5903104045166\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34650\-posciel\-200\-220\-2x70\-80\-2x40\-40\-phibie\-7911\-045\-dd\-estella\-5903104048921\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34651\-posciel\-135\-200\-70\-80\-40\-40\-phibie\-7911\-045\-dd\-estella\-5903104048891\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34657\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7923\-070\-estefania\-estella\-5903104050856\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34658\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7923\-070\-estefania\-estella\-5903104050863\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34659\-posciel\-135\-200\-70\-80\-40\-40\-7923\-070\-estefania\-estella\-5903104050849\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34663\-posciel\-135\-200\-70\-80\-40\-40\-7924\-100\-mirella\-dd\-estella\-5903104050900\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34664\-posciel\-135\-200\-70\-80\-40\-40\-7924\-625\-mirella\-dd\-estella\-5903104050870\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34666\-posciel\-135\-200\-70\-80\-40\-40\-7925\-532\-isidora\-dd\-estella\-5903104050931\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34672\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7937\-200\-dilara\-estella\-5903104052188\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34675\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7939\-520\-rieke\-estella\-5903104052263\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34691\-posciel\-155\-200\-2x70\-80\-3413\-230\-estrella\-estella\-4053912478142\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34677\-posciel\-135\-200\-70\-80\-40\-40\-7939\-520\-rieke\-estella\-5903104052287\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34692\-posciel\-135\-200\-70\-80\-3413\-230\-estrella\-estella\-4053912478135\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34697\-posciel\-155\-200\-2x70\-80\-4441\-101\-rosehip\-estella\-4053912454351\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34739\-posciel\-135\-200\-70\-80\-4819\-530\-nancy\-estella\-4053912480046\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34709\-posciel\-155\-200\-2x70\-80\-4453\-820\-romantica\-estella\-4053912478043\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34720\-posciel\-155\-200\-2x70\-80\-4746\-060\-shape\-estella\-4053912417981\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34756\-posciel\-155\-200\-2x70\-80\-7844\-920\-valetta\-estella\-4053912468372\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34758\-posciel\-155\-200\-2x70\-80\-7935\-560\-marble\-estella\-4053912455143\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34761\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7942\-985\-deloris\-estella\-4053912468969\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34762\-posciel\-135\-200\-70\-80\-40\-40\-7942\-985\-deloris\-estella\-4053912472522\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34937\-posciel\-135\-200\-70\-80\-40\-40\-7952\-395\-fernanda\-estella\-5903104053772\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34986\-posciel\-135\-200\-70\-80\-6347\-920\-sophia\-dd\-estella\-5903104053383\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34988\-posciel\-135\-200\-70\-80\-6357\-050\-karina\-estella\-5903104053505\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34989\-posciel\-155\-200\-2x70\-80\-6357\-230\-karina\-estella\-5903104053543\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34991\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7951\-520\-delizia\-estella\-5903104053758\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/34993\-posciel\-135\-200\-70\-80\-40\-40\-7951\-520\-delizia\-estella\-5903104053741\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35026\-posciel\-200\-220\-2x70\-80\-6219\-610\-florentin\-estella\-5903104051525\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35027\-posciel\-135\-200\-70\-80\-6219\-610\-florentin\-estella\-5903104051532\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35060\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1027\-820\-mia\-dd\-estella\-5903104052584\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35064\-posciel\-200\-220\-2x70\-80\-6320\-915\-theo\-estella\-5903104052928\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35066\-posciel\-155\-200\-2x70\-80\-6323\-820\-lunaria\-dd\-estella\-5903104053000\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35071\-posciel\-200\-220\-2x70\-80\-6332\-900\-johanna\-dd\-estella\-5903104053109\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35076\-posciel\-155\-200\-2x70\-80\-6344\-740\-marie\-estella\-5903104053215\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35080\-posciel\-200\-220\-2x70\-80\-6348\-820\-frida\-estella\-5903104053468\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35081\-posciel\-135\-200\-70\-80\-6348\-820\-frida\-estella\-5903104053444\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35083\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7955\-581\-marcella\-estella\-5903104053970\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35093\-posciel\-155\-200\-2x70\-80\-6320\-200\-theo\-estella\-5903104052881\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35155\-posciel\-200\-220\-2x70\-80\-2x40\-40\-satin\-2174\-810\-paul\-estella\-5903104052713\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35161\-posciel\-200\-220\-2x70\-80\-2x40\-40\-satin\-2176\-581\-anna\-estella\-5903104052621\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35153\-posciel\-135\-200\-70\-80\-40\-40\-satin\-2174\-625\-paul\-estella\-5903104052669\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35162\-posciel\-135\-200\-70\-80\-40\-40\-satin\-2176\-581\-anna\-estella\-5903104052607\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35168\-posciel\-135\-200\-70\-80\-6317\-230\-moritz\-estella\-5903104052782\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35169\-posciel\-155\-200\-2x70\-80\-6318\-050\-ben\-estella\-5903104052829\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35170\-posciel\-200\-220\-2x70\-80\-6318\-050\-ben\-estella\-5903104052836\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35171\-posciel\-155\-200\-2x70\-80\-6318\-310\-ben\-estella\-5903104052850\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35179\-posciel\-200\-220\-2x70\-80\-6343\-295\-valeria\-estella\-5903104053161\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35186\-posciel\-200\-220\-2x70\-80\-6346\-820\-amelie\-estella\-5903104053314\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35187\-posciel\-135\-200\-70\-80\-6346\-820\-amelie\-estella\-5903104053291\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35196\-posciel\-135\-200\-70\-80\-6355\-810\-kim\-dd\-estella\-5903104052966\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35197\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7950\-340\-adamo\-estella\-5903104053727\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35200\-posciel\-155\-200\-2x70\-80\-2x40\-40\-7950\-840\-adamo\-estella\-5903104053697\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35198\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7950\-340\-adamo\-estella\-5903104053734\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35208\-posciel\-155\-200\-2x70\-80\-6317\-065\-moritz\-estella\-5903104052768\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35211\-posciel\-200\-220\-2x70\-80\-6343\-840\-valeria\-estella\-5903104053192\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35247\-posciel\-155\-200\-2x70\-80\-6242\-435\-alma\-estella\-5903104051631\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35346\-posciel\-135\-200\-70\-80\-2205\-985\-primavera\-estella\-5903104054458\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35856\-posciel\-155\-200\-2x70\-80\-cm\-marquesa\-010\-estella\-6040422029306\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35991\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1036\-655\-carolin\-estella\-5903104055417\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/35993\-posciel\-155\-200\-2x70\-80\-2x40\-40\-1037\-840\-mathilda\-estella\-5903104055431\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36000\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2189\-920\-helene\-estella\-5903104055493\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36004\-posciel\-135\-200\-70\-80\-6347\-420\-sophia\-estella\-5903104055530\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36020\-posciel\-135\-200\-70\-80\-6389\-532\-hedi\-estella\-5903104055721\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36042\-posciel\-155\-200\-2x70\-80\-6503\-405\-zoe\-estella\-5903104055929\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36062\-posciel\-135\-200\-70\-80\-6528\-360\-cassandra\-estella\-5903104056094\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36081\-posciel\-200\-220\-2x70\-80\-2x40\-40\-7987\-675\-malou\-estella\-5903104056339\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36101\-posciel\-200\-220\-2x70\-80\-3426\-532\-carla\-estella\-4053912560892\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36126\-posciel\-200\-220\-2x70\-80\-7844\-532\-valetta\-estella\-4053912581743\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^komplety\-poscieli/36135\-posciel\-200\-220\-2x70\-80\-7844\-915\-valetta\-estella\-4053912455310\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^materace\-lateksowe/10531\-45434\-materac\-fides\-janpol\-lateksowy\-5906267967702\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace\-lateksowe/10531\-29530\-materac\-fides\-janpol\-lateksowy\-5906267967702\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace\-lateksowe/10531\-45434\-materac\-fides\-janpol\-lateksowy\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace\-lateksowe/10531\-materac\-fides\-janpol\-lateksowy\-5906267967702\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace\-lateksowe/10531\-materac\-fides\-janpol\-lateksowy\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace\-lateksowe/9149\-materac\-demeter\-janpol\-lateksowy$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^materace/10531\-materac\-fides\-janpol\-lateksowy\.html$ /93\-materace\-lateksowe? [L,R=301]
RewriteRule ^posciel\-135x200/34004\-posciel\-135\-200\-70\-80\-6898\-610\-pippa\-estella\-5903104048600\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33518\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2167\-180\-jendrik\-dd\-estella\-5903104047429\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-135x200/34126\-posciel\-135\-200\-70\-80\-6908\-380\-khira\-dd\-estella\-5903104050306\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33516\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2167\-050\-jendrik\-dd\-estella\-5903104047382\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33556\-posciel\-155\-200\-2x70\-80\-2x40\-40\-2910\-905\-smooth\-estella\-5903104046415\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/33952\-posciel\-155\-200\-2x70\-80\-6873\-070\-takoma\-estella\-5903104048730\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-155x200/34002\-posciel\-155\-200\-2x70\-80\-6898\-610\-pippa\-estella\-5903104048617\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^posciel\-200x220/33994\-posciel\-200\-220\-2x70\-80\-6898\-070\-pippa\-estella\-5903104048518\.html$ /128\-komplety\-poscieli? [L,R=301]
RewriteRule ^nasze\-sklepy$ /content/10\-nasze\-salony? [L,R=301]
RewriteRule ^content/100\-dr\-materac\-tychy$ /content/57\-dr\-materac\-tychy? [L,R=301]
RewriteEngine On
@@ -20,6 +710,9 @@ SetEnv HTTP_MOD_REWRITE On
</IfModule>
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule . - [E=HTTP_AUTHORIZATION:%1]
#Domain: drmaterac.pl
@@ -123,4 +816,6 @@ AddType font/woff2 .woff2
#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404
# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
Redirect 301 /327-posciel-160x200 https://drmaterac.pl/60-koldry/s-1/rozmiar-160x200_cm/rodzaj-koldry

File diff suppressed because it is too large Load Diff

28
category-description.php Normal file
View File

@@ -0,0 +1,28 @@
<?php
// /category-description.php
// Zwraca HTML opisu kategorii dopasowany do aktualnego URL (GET: url=...)
header('Content-Type: text/html; charset=utf-8');
// zabezpieczenie podstawowe
$url = isset($_GET['url']) ? (string)$_GET['url'] : '';
// Możesz sparsować path i query:
$parsed = parse_url($url);
$path = $parsed['path'] ?? '';
$query = [];
if (!empty($parsed['query'])) {
parse_str($parsed['query'], $query);
}
// PRZYKŁADOWA logika dopasuj do swojej:
if ($path === '/60-koldry/s-1/rozmiar-160x200_cm/rodzaj-koldry') {
echo 'Opis kategorii';
exit;
}
if ($path === '/60-koldry/s-1/rozmiar-220x200_cm/rodzaj-koldry') {
echo 'Opis kategorii zmieniony';
exit;
}
// Domyślnie: pobierz standardowy opis kategorii (np. po id_category w path lub z kontekstu)
// W prostym wariancie możesz też nic nie zwracać:
echo '';

View File

@@ -26,7 +26,7 @@
/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
if ( $_SERVER['REMOTE_ADDR'] == '91.189.216.43' )
if ( $_SERVER['REMOTE_ADDR'] == '83.24.94.72' )
define('_PS_MODE_DEV_', false);
else
define('_PS_MODE_DEV_', false );

View File

@@ -24,11 +24,11 @@ class CartController extends CartControllerCore
{
parent::postProcess();
if(Tools::getIsset('addDiscount') && $this->errors && ($code = Tools::getValue('discount_name')) && Validate::isCleanHtml($code) && !CartRule::cartRuleExists($code)) {
Module::getInstanceByName('ets_promotion')->addCartRule($this->errors,$code);
Module::getInstanceByName('ets_promotion')->addCartRule($this->errors,$code);
}
if(Tools::isSubmit('deletePromotionDiscountRule') && ($id_ets_rule = Tools::getValue('deletePromotionDiscountRule')) && Validate::isUnsignedId($id_ets_rule) )
{
Module::getInstanceByName('ets_promotion')->deleteCartRule($id_ets_rule);
Module::getInstanceByName('ets_promotion')->deleteCartRule($id_ets_rule);
}
}
public function displayAjaxRefresh()

View File

@@ -1,53 +0,0 @@
<?php
/**
* Copyright ETS Software Technology Co., Ltd
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 website only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future.
*
* @author ETS Software Technology Co., Ltd
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*/
class CartController extends CartControllerCore
{
public function postProcess()
{
parent::postProcess();
if(Tools::getIsset('addDiscount') && $this->errors && ($code = Tools::getValue('discount_name')) && Validate::isCleanHtml($code) && !CartRule::cartRuleExists($code)) {
Module::getInstanceByName('ets_promotion')->addCartRule($this->errors,$code);
}
if(Tools::isSubmit('deletePromotionDiscountRule') && ($id_ets_rule = Tools::getValue('deletePromotionDiscountRule')) && Validate::isUnsignedId($id_ets_rule) )
{
Module::getInstanceByName('ets_promotion')->deleteCartRule($id_ets_rule);
}
}
public function displayAjaxRefresh()
{
if (Configuration::isCatalogMode()) {
return;
}
ob_end_clean();
header('Content-Type: application/json');
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
die(json_encode([
'cart_detailed' => Module::isEnabled('ets_extraoptions') ? $this->context->smarty->fetch(_PS_MODULE_DIR_.'ets_extraoptions/views/templates/hook/checkout/cart-detailed.tpl'): $this->render('checkout/_partials/cart-detailed'),
'cart_detailed_totals' => $this->render('checkout/_partials/cart-detailed-totals'),
'cart_summary_items_subtotal' => $this->render('checkout/_partials/cart-summary-items-subtotal'),
'cart_summary_subtotals_container' => $this->render('checkout/_partials/cart-summary-subtotals'),
'cart_summary_totals' => $this->render('checkout/_partials/cart-summary-totals'),
'cart_detailed_actions' => $this->render('checkout/_partials/cart-detailed-actions'),
'cart_voucher' => $this->context->smarty->fetch(_PS_MODULE_DIR_.'ets_promotion/views/templates/hook/checkout/cart-voucher.tpl'),
'cart_sumary_products' => $this->context->smarty->fetch(_PS_MODULE_DIR_.'ets_promotion/views/templates/hook/checkout/cart_sumary_products.tpl'),
]));
}
}

View File

@@ -17,7 +17,7 @@
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*/
class Cart extends CartCore
{
/*
@@ -53,4 +53,4 @@ class Cart extends CartCore
}
return $total;
}
}
}

View File

@@ -28,11 +28,11 @@ class CartController extends CartControllerCore
{
parent::postProcess();
if(Tools::getIsset('addDiscount') && $this->errors && ($code = Tools::getValue('discount_name')) && Validate::isCleanHtml($code) && !CartRule::cartRuleExists($code)) {
Module::getInstanceByName('ets_promotion')->addCartRule($this->errors,$code);
Module::getInstanceByName('ets_promotion')->addCartRule($this->errors,$code);
}
if(Tools::isSubmit('deletePromotionDiscountRule') && ($id_ets_rule = Tools::getValue('deletePromotionDiscountRule')) && Validate::isUnsignedId($id_ets_rule) )
{
Module::getInstanceByName('ets_promotion')->deleteCartRule($id_ets_rule);
Module::getInstanceByName('ets_promotion')->deleteCartRule($id_ets_rule);
}
}
/*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1308,7 +1308,7 @@ article.product-miniature:hover {
margin-bottom: 80px !important;
}
.box-ekomi-widget {
.box-ekomi {
margin-top: 50px;
margin-bottom: 70px !important;
}
@@ -4531,7 +4531,7 @@ body#cms.cms-id-23 {
margin-top: 10px;
button {
background: #FFF !important;
background: #fff !important;
color: #34d6ad !important;
border: 1px solid #34d6ad !important;
}
@@ -5794,6 +5794,96 @@ main#page {
}
}
body:not(#index) {
.footer-center {
>.container {
>.inner {
.ApRow:first-child {
>.col-xl-8 {
width: 100% !important;
}
}
}
}
}
}
.box-ekomi-widget {
position: relative;
display: flex;
flex-wrap: wrap;
max-height: 215px;
overflow: hidden;
.title_block {
width: 100%;
}
.ekomi-widget-sf1479766890a0175aa13 {
width: 35%;
}
.ekomi-widget-sf14797668b168fac5bd0 {
width: 65%;
}
@media (max-width: 900px) {
flex-direction: column;
max-height: 550px;
.ekomi-widget-sf1479766890a0175aa13 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.ekomi-widget-sf14797668b168fac5bd0 {
width: 100%;
}
}
@media (max-width: 600px) {
.ekomi-widget-sf14797668b168fac5bd0 {
#widget8 {
display: flex;
flex-direction: column;
>div {
width: 100%;
}
}
}
}
}
.preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #fff;
z-index: 9999;
.spinner {
margin-bottom: 40px;
}
.preloader-text {
color: #000;
font-size: 17px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
}
body:not(#index) {
.footer-center {
>.container {

View File

@@ -1099,3 +1099,84 @@ prestashop.on('updateCart', function (event) {
// $a.replaceWith($span)
// })
// })
$(document).ready(function () {
var $widget = $('.box-ekomi-widget')
$widget.css('position', 'relative').prepend(`
<div class="preloader">
<div class="spinner owl-carousel owl-loading"></div>
<div class="preloader-text">Ładowanie recenzji, prosimy o chwilę cierpliwości…</div>
</div>
`)
function watchSlickTrack() {
var $slickTrack = $widget.find('.slick-track')
if ($slickTrack.length) {
var observer = new MutationObserver(function (mutationsList) {
mutationsList.forEach(function (mutation) {
if (
mutation.type === 'attributes' &&
mutation.attributeName === 'style'
) {
var transform = $slickTrack.css('transform')
if (transform && transform !== 'none') {
setTimeout(function () {
$widget.find('.preloader').fadeOut(500)
observer.disconnect()
}, 500)
}
}
})
})
observer.observe($slickTrack[0], {
attributes: true,
attributeFilter: ['style'],
})
} else {
setTimeout(watchSlickTrack, 200)
}
}
watchSlickTrack()
setTimeout(function () {
$widget.find('.preloader').fadeOut(500)
}, 10000)
})
$(document).ready(function () {
$('body').on(
'click',
'#box-product-accessories .buy-protector-btn',
function (e) {
let selectedSize = $(
'#add-to-cart-or-refresh .product-variants .product-variants-item select#group_3 option:selected'
)
.text()
.trim()
localStorage.removeItem('selectedSize')
localStorage.setItem('selectedSize', JSON.stringify(selectedSize))
}
)
if (localStorage.getItem('selectedSize')) {
let savedSize = JSON.parse(localStorage.getItem('selectedSize'))
let $select = $(
'#add-to-cart-or-refresh .product-variants .product-variants-item select#group_3'
)
$select.find('option').each(function () {
if ($(this).text().trim() === savedSize) {
$(this).prop('selected', true).trigger('change')
return false
}
})
localStorage.removeItem('selectedSize')
}
})

View File

@@ -499,12 +499,19 @@
{* {/if} *}
{/if}
</div>
<div class="widget-stars" onclick="const target = document.querySelector('#tabs > .tabs-nav > li[data-tab=&quot;tabs-4&quot;]'); if (target) { target.click(); setTimeout(() => { const rect = target.getBoundingClientRect(); const offsetTop = window.pageYOffset + rect.top - 100; window.scrollTo({ top: offsetTop, behavior: 'smooth' }); }, 300); }">
<span>Ocena:</span>
<div id="widget-container" class="data-ekomi-emp ekomi-widget-container ekomi-widget-sf14797663a5a947df4ad"></div>
<div id="ekomi-product-widget-identifier" class="prod-data-emp" style="visibility: hidden">{$product.id}</div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank"><img alt="drmaterac.pl Reviews with ekomi-pl.com" src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;"/></a>
</div>
<script>
document.querySelector('a[href="#opinions-sections"]').addEventListener('click', function(e) {
e.preventDefault();
});
</script>
<a href="#opinions-sections" style="display:flex; gap:10px;">
<div class="widget-stars" onclick="const target = document.querySelector('#tabs > .tabs-nav > li[data-tab=&quot;tabs-4&quot;]'); if (target) { target.click(); setTimeout(() => { const rect = target.getBoundingClientRect(); const offsetTop = window.pageYOffset + rect.top - 100; window.scrollTo({ top: offsetTop, behavior: 'smooth' }); }, 300); }">
<span>Ocena:</span>
<div id="widget-container" class="data-ekomi-emp ekomi-widget-container ekomi-widget-sf14797663a5a947df4ad"></div>
<div id="ekomi-product-widget-identifier" class="prod-data-emp" style="visibility: hidden">{$product.id}</div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank"><img alt="drmaterac.pl Reviews with ekomi-pl.com" src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;"/></a>
</div>
</a>
{literal}
<script type="text/javascript">

View File

@@ -52,98 +52,191 @@
</div>
</section>
<script type="text/javascript">
products_list_functions.push(
function(){
if($('#category-products').parents('.tab-pane').length)
{
if(!$('#category-products').parents('.tab-pane').hasClass('active'))
{
var width_owl_active_tab = $('#category-products').parents('.tab-pane').siblings('.active').find('.owl-carousel').width();
$('#category-products').width(width_owl_active_tab);
}
function() {
if ($('#category-products').parents('.tab-pane').length) {
if (!$('#category-products').parents('.tab-pane').hasClass('active')) {
var width_owl_active_tab = $('#category-products').parents('.tab-pane').siblings('.active').find(
'.owl-carousel').width();
$('#category-products').width(width_owl_active_tab);
}
}
$('#category-products').owlCarousel({
{if isset($IS_RTL) && $IS_RTL}
direction:'rtl',
direction: 'rtl',
{else}
direction:'ltr',
direction: 'ltr',
{/if}
items : 4,
itemsCustom : false,
itemsDesktop : [1200, 4],
itemsDesktopSmall : [992, 3],
itemsTablet : [768, 2],
itemsTabletSmall : false,
itemsMobile : [480, 1],
singleItem : false, // true : show only 1 item
itemsScaleUp : false,
slideSpeed : 200, // change speed when drag and drop a item
paginationSpeed :800, // change speed when go next page
items: 4,
itemsCustom: false,
itemsDesktop: [1200, 4],
itemsDesktopSmall: [992, 3],
itemsTablet: [768, 2],
itemsTabletSmall: false,
itemsMobile: [480, 1],
singleItem: false, // true : show only 1 item
itemsScaleUp: false,
slideSpeed: 200, // change speed when drag and drop a item
paginationSpeed: 800, // change speed when go next page
autoPlay : false, // time to show each item
stopOnHover : false,
navigation : true,
navigationText : ["&lsaquo;", "&rsaquo;"],
autoPlay: false, // time to show each item
stopOnHover: false,
navigation: true,
navigationText: ["&lsaquo;", "&rsaquo;"],
scrollPerPage :true,
responsive :true,
scrollPerPage: true,
responsive: true,
pagination : false,
paginationNumbers : false,
pagination: false,
paginationNumbers: false,
addClassActive : true,
addClassActive: true,
mouseDrag : true,
touchDrag : true,
mouseDrag: true,
touchDrag: true,
addClassActive : true,
addClassActive: true,
afterInit: OwlLoaded,
afterAction : SetOwlCarouselFirstLast,
afterAction: SetOwlCarouselFirstLast,
});
}
);
function OwlLoaded(el){
function OwlLoaded(el) {
el.removeClass('owl-loading').addClass('owl-loaded').parents('.owl-row').addClass('hide-loading');
if ($(el).parents('.tab-pane').length && !$(el).parents('.tab-pane').hasClass('active'))
el.width('100%');
el.width('100%');
};
</script>
<div class="row ApRow has-bg bg-boxed" data-bg=" no-repeat" style="background: no-repeat;">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-sp-12 ApColumn ">
<div class="block ApRawHtml">
<h4 class="title_block">Opinie naszych Klientów</h4>
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf1479766153086b9ea4f"></div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank"><img alt="drmaterac.pl Reviews with ekomi-pl.com" src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;"/></a>
<div class="block box-ekomi ApRawHtml">
<section class="box-ekomi-widget">
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf1479766890a0175aa13"></div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank">
<img alt="drmaterac.pl Reviews with ekomi-pl.com"
src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;" />
</a>
<script type="text/javascript">
function registerWidget (w, token) {
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
w['_customerId'] = 147976;
w['_language'] = new Array();w['_language'][token] = 'auto';
{literal}
<script type="text/javascript">
function registerWidget(w, token) {
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
w['_customerId'] = 147976;
w['_theme'] = 'light';
if (w['_language'] == undefined) {
w['_language'] = new Array();
}
w['_language'][token] = 'auto';
if(typeof(w['_ekomiWidgetTokens']) !== 'undefined'){
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
} else {
w['_ekomiWidgetTokens'] = new Array(token);
}
if(typeof(ekomiWidgetJs) == 'undefined') {
ekomiWidgetJs = true;
var scr = document.createElement('script');scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];head.appendChild(scr);
if (typeof(w['_ekomiWidgetTokens']) !== 'undefined') {
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
} else {
w['_ekomiWidgetTokens'] = new Array(token);
}
}
return true;
if (typeof(ekomiWidgetJs) == 'undefined') {
ekomiWidgetJs = true;
var scr = document.createElement('script');
scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(scr);
} else {
if (typeof ekomiWidgetMain != 'undefined') {ekomiWidgetMain('ajax', token);}
}
return true;
}
(function (w) {
var token = 'sf1479766153086b9ea4f';
var k = document.getElementsByClassName("ekomi-widget-" + token);
for(var x=0;x<k.length;x++){ registerWidget(w,token); }
(function(w) {
var token = 'sf1479766890a0175aa13';
var k = document.getElementsByClassName("ekomi-widget-" + token);
for (var x = 0; x < k.length; x++) { registerWidget(w, token); }
})(window);
</script>
</div>
</script>
{/literal}
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf14797668b168fac5bd0"></div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank"><img
alt="drmaterac.pl Reviews with ekomi-pl.com"
src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;" /></a>
{literal}
<script type="text/javascript">
function registerWidget(w, token) {
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
w['_customerId'] = 147976;
if (w['_language'] == undefined) {
w['_language'] = new Array();
}
w['_language'][token] = 'auto';
if (typeof(w['_ekomiWidgetTokens']) !== 'undefined') {
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
} else {
w['_ekomiWidgetTokens'] = new Array(token);
}
if (typeof(ekomiWidgetJs) == 'undefined') {
ekomiWidgetJs = true;
var scr = document.createElement('script');
scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(scr);
} else {
if (typeof ekomiWidgetMain != 'undefined') {
ekomiWidgetMain('ajax', token);
}
}
return true;
}
(function(w) {
var token = 'sf14797668b168fac5bd0';
var k = document.getElementsByClassName("ekomi-widget-" + token);
for (var x = 0; x < k.length; x++) {
registerWidget(w, token);
}
})(window);
</script>
{/literal}
</section>
{* <h4 class="title_block">Opinie naszych Klientów</h4>
<div id="widget-container" class="ekomi-widget-container ekomi-widget-sf1479766153086b9ea4f"></div>
<a href="https://www.ekomi-pl.com/opinie-drmaterac.html" target="_blank"><img
alt="drmaterac.pl Reviews with ekomi-pl.com"
src="https://smart-widget-assets.ekomiapps.de/resources/ekomi_logo.png" style="display: none;" /></a>
<script type="text/javascript">
function registerWidget(w, token) {
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
w['_customerId'] = 147976;
w['_language'] = new Array();
w['_language'][token] = 'auto';
if (typeof(w['_ekomiWidgetTokens']) !== 'undefined') {
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
} else {
w['_ekomiWidgetTokens'] = new Array(token);
}
if (typeof(ekomiWidgetJs) == 'undefined') {
ekomiWidgetJs = true;
var scr = document.createElement('script');
scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(scr);
}
return true;
}
(function(w) {
var token = 'sf1479766153086b9ea4f';
var k = document.getElementsByClassName("ekomi-widget-" + token);
for (var x = 0; x < k.length; x++) { registerWidget(w, token); }
})(window);
</script> *}
</div>
</div>
</div>
</div>

View File

@@ -74,7 +74,6 @@
<div id="category-description" class="text-muted">{$category.description nofilter}</div>
{/if}
{/if}
{else}
{include file='errors/not-found.tpl'}
@@ -83,6 +82,143 @@
</section>
</section>
{literal}
<script>
(function () {
// ============ KONFIG ============
var ENDPOINT = '/category-description.php'; // PHP, który zwróci HTML opisu
var SHOW_ONLY_FIRST_PAGE = false; // jeśli opis tylko na 1. stronie -> true
var DEBOUNCE_MS = 200;
// ============ NARZĘDZIA ============
var lastUrl = null;
var debounceTimer = null;
var inflightController = null;
function onReady(fn) {
if (document.readyState === 'complete' || document.readyState === 'interactive') {
setTimeout(fn, 0);
} else {
document.addEventListener('DOMContentLoaded', fn);
}
}
// Wywołuj "locationchange" przy każdej zmianie historii
function hookHistoryEvents() {
var wrap = function (type) {
var orig = history[type];
return function () {
var ret = orig.apply(this, arguments);
window.dispatchEvent(new Event('locationchange'));
window.dispatchEvent(new Event(type));
return ret;
};
};
history.pushState = wrap('pushState');
history.replaceState = wrap('replaceState');
window.addEventListener('popstate', function () {
window.dispatchEvent(new Event('locationchange'));
});
}
function isFirstPage(urlStr) {
if (!SHOW_ONLY_FIRST_PAGE) return true;
try {
var u = new URL(urlStr, window.location.origin);
var p = u.searchParams.get('page') || u.searchParams.get('p');
return !p || p === '1';
} catch (e) {
return true;
}
}
function ensureContainer() {
var el = document.getElementById('category-description');
if (el) return el;
var anchor = document.querySelector('#js-product-list-top') || document.querySelector('#js-product-list');
el = document.createElement('div');
el.id = 'category-description';
el.className = 'text-muted';
if (anchor && anchor.parentNode) {
anchor.parentNode.insertBefore(el, anchor.nextSibling);
} else {
document.body.appendChild(el);
}
return el;
}
function replaceDescriptionIfHasContent(html) {
if (typeof html !== 'string') return;
var clean = html.trim();
if (!clean) return; // <-- KLUCZOWA ZMIANA: tylko jeśli coś przyszło
var box = ensureContainer();
box.innerHTML = clean;
box.style.display = '';
}
function fetchDescriptionFor(urlStr) {
if (inflightController) {
inflightController.abort();
inflightController = null;
}
inflightController = new AbortController();
var endpointUrl = ENDPOINT + '?url=' + encodeURIComponent(urlStr);
return fetch(endpointUrl, {
method: 'GET',
credentials: 'same-origin',
signal: inflightController.signal,
headers: { 'X-Requested-With': 'XMLHttpRequest' }
})
.then(function (res) {
if (!res.ok) throw new Error('HTTP ' + res.status);
return res.text();
})
.then(function (html) {
replaceDescriptionIfHasContent(html); // <-- tylko podmiana, gdy niepuste
})
.catch(function () { /* cicho ignorujemy błąd */ })
.finally(function () {
inflightController = null;
});
}
function updateDescriptionDebounced() {
clearTimeout(debounceTimer);
debounceTimer = setTimeout(function () {
var currentUrl = window.location.href;
if (currentUrl === lastUrl) return;
lastUrl = currentUrl;
// Jeśli chcesz pokazywać opis tylko na 1. stronie nie ruszamy treści,
// po prostu nie robimy requestu na stronach > 1.
if (!isFirstPage(currentUrl)) return;
fetchDescriptionFor(currentUrl);
}, DEBOUNCE_MS);
}
function wirePrestashopEvents() {
if (window.prestashop && typeof window.prestashop.on === 'function') {
window.prestashop.on('updateProductList', updateDescriptionDebounced);
window.prestashop.on('updatedProductList', updateDescriptionDebounced);
window.prestashop.on('facets:changed', updateDescriptionDebounced);
}
document.addEventListener('updateProductList', updateDescriptionDebounced, true);
document.addEventListener('updatedProductList', updateDescriptionDebounced, true);
}
onReady(function () {
hookHistoryEvents();
wirePrestashopEvents();
window.addEventListener('locationchange', updateDescriptionDebounced);
updateDescriptionDebounced(); // start
});
})();
</script>
{/literal}
{hook h='displayApSC' sc_key=sc2450863744}
{/block}

View File

@@ -40,8 +40,8 @@
<meta property="product:price:amount" content="{$product.price_amount}">
<meta property="product:price:currency" content="{$currency.iso_code}">
{if isset($product.weight) && ($product.weight != 0)}
<meta property="product:weight:value" content="{$product.weight}">
<meta property="product:weight:units" content="{$product.weight_unit}">
<meta property="product:weight:value" content="{$product.weight}">
<meta property="product:weight:units" content="{$product.weight_unit}">
{/if}
{/block}
@@ -85,7 +85,8 @@
<div class="product-information">
{block name='product_description_short'}
<div id="product-description-short-{$product.id}" itemprop="description">{$product.description_short nofilter}</div>
<div id="product-description-short-{$product.id}" itemprop="description">{$product.description_short nofilter}
</div>
{/block}
{if $product.is_customizable && count($product.customizations.fields)}
@@ -99,7 +100,8 @@
<form action="{$urls.pages.cart}" method="post" id="add-to-cart-or-refresh">
<input type="hidden" name="token" value="{$static_token}">
<input type="hidden" name="id_product" value="{$product.id}" id="product_page_product_id">
<input type="hidden" name="id_customization" value="{$product.id_customization}" id="product_customization_id">
<input type="hidden" name="id_customization" value="{$product.id_customization}"
id="product_customization_id">
{block name='product_variants'}
{include file='catalog/_partials/product-variants.tpl'}
@@ -164,10 +166,10 @@
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-6 col-sp-12 ajax_block_product">
{block name='product_miniature'}
{if isset($productProfileDefault) && $productProfileDefault}
{* exits THEME_NAME/profiles/profile_name.tpl -> load template*}
{hook h='displayLeoProfileProduct' product=$product_accessory profile=$productProfileDefault}
{* exits THEME_NAME/profiles/profile_name.tpl -> load template*}
{hook h='displayLeoProfileProduct' product=$product_accessory profile=$productProfileDefault}
{else}
{include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory}
{include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory}
{/if}
{/block}
</div>
@@ -196,4 +198,4 @@
</section>
{/if}
{/block}
{/block}

View File

@@ -22,48 +22,50 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="product-variants">
<div class="product-variants 1">
{foreach from=$groups key=id_attribute_group item=group}
{if !empty($group.attributes)}
<div class="clearfix product-variants-item">
<span class="control-label">{$group.name}</span>
{if $group.group_type == 'select'}
<select
class="form-control form-control-select"
id="group_{$id_attribute_group}"
data-product-attribute="{$id_attribute_group}"
name="group[{$id_attribute_group}]">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<option value="{$id_attribute}" title="{$group_attribute.name}"{if $group_attribute.selected} selected="selected"{/if}>{$group_attribute.name}</option>
{/foreach}
</select>
{elseif $group.group_type == 'color'}
<ul id="group_{$id_attribute_group}">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<li class="float-xs-left input-container">
<label>
<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if}>
<span
{if $group_attribute.html_color_code}class="color" style="background-color: {$group_attribute.html_color_code}" {/if}
{if $group_attribute.texture}class="color texture" style="background-image: url({$group_attribute.texture})" {/if}
><span class="sr-only">{$group_attribute.name}</span></span>
</label>
</li>
{/foreach}
</ul>
{elseif $group.group_type == 'radio'}
<ul id="group_{$id_attribute_group}">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<li class="input-container float-xs-left">
<label>
<input class="input-radio" type="radio" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]" value="{$id_attribute}"{if $group_attribute.selected} checked="checked"{/if}>
<span class="radio-label">{$group_attribute.name}</span>
</label>
</li>
{/foreach}
</ul>
{/if}
</div>
{if !empty($group.attributes)}
<div class="clearfix product-variants-item">
<span class="control-label">{$group.name}</span>
{if $group.group_type == 'select'}
<select class="form-control form-control-select" id="group_{$id_attribute_group}"
data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<option value="{$id_attribute}" title="{$group_attribute.name}" {if $group_attribute.selected} selected="selected"
{/if}>{$group_attribute.name}</option>
{/foreach}
</select>
{elseif $group.group_type == 'color'}
<ul id="group_{$id_attribute_group}">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<li class="float-xs-left input-container">
<label>
<input class="input-color" type="radio" data-product-attribute="{$id_attribute_group}"
name="group[{$id_attribute_group}]" value="{$id_attribute}" {if $group_attribute.selected} checked="checked"
{/if}>
<span {if $group_attribute.html_color_code}class="color"
style="background-color: {$group_attribute.html_color_code}" {/if}
{if $group_attribute.texture}class="color texture" style="background-image: url({$group_attribute.texture})"
{/if}><span class="sr-only">{$group_attribute.name}</span></span>
</label>
</li>
{/foreach}
</ul>
{elseif $group.group_type == 'radio'}
<ul id="group_{$id_attribute_group}">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<li class="input-container float-xs-left">
<label>
<input class="input-radio" type="radio" data-product-attribute="{$id_attribute_group}"
name="group[{$id_attribute_group}]" value="{$id_attribute}" {if $group_attribute.selected} checked="checked"
{/if}>
<span class="radio-label">{$group_attribute.name}</span>
</label>
</li>
{/foreach}
</ul>
{/if}
</div>
{/if}
{/foreach}
</div>
</div>

View File

@@ -0,0 +1 @@
*ERROR* v1.7.8.11 2025/09/14 - 04:47:43: No template found for at line 68 in file classes/Smarty/TemplateFinder.php

View File

@@ -0,0 +1,2 @@
*ERROR* v1.7.8.11 2025/09/15 - 04:42:47: Invalid product vars at line 174 in file classes/Link.php
*ERROR* v1.7.8.11 2025/09/15 - 04:42:53: Invalid product vars at line 174 in file classes/Link.php

View File

@@ -923,3 +923,6 @@
[2025-09-02 13:39:36] security.DEBUG: User was reloaded from a user provider. {"provider":"PrestaShopBundle\\Security\\Admin\\EmployeeProvider","username":"biuro@project-pro.pl"} []
[2025-09-02 13:39:36] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The routing file "/home/admin/domains/drmaterac.pl/public_html/app/config/routing.yml" contains unsupported keys for "app_modules": "pshowsso.admin.config". Expected one of: "resource", "type", "prefix", "path", "host", "schemes", "methods", "defaults", "requirements", "options", "condition", "controller"." at /home/admin/domains/drmaterac.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php line 206 {"exception":"[object] (InvalidArgumentException(code: 0): The routing file \"/home/admin/domains/drmaterac.pl/public_html/app/config/routing.yml\" contains unsupported keys for \"app_modules\": \"pshowsso.admin.config\". Expected one of: \"resource\", \"type\", \"prefix\", \"path\", \"host\", \"schemes\", \"methods\", \"defaults\", \"requirements\", \"options\", \"condition\", \"controller\". at /home/admin/domains/drmaterac.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:206)"} []
[2025-09-02 13:39:36] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-15 23:18:26] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired." at Unknown line 0 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired. at Unknown:0)"} []
[2025-09-15 23:18:33] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired." at Unknown line 0 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired. at Unknown:0)"} []
[2025-09-15 23:18:40] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired." at Unknown line 0 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Core Error: <br>The encoded file <b>/home/admin/domains/drmaterac.pl/public_html/modules/pshowsso/src/Module.php</b> requires a license file.<br>The license file <b>.license.txt</b> has expired. at Unknown:0)"} []

View File

@@ -4795,3 +4795,324 @@
[2025-09-07 21:10:14] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:10:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:10:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:11:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:24] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:11:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:26] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:11:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:40] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:11:40] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:40] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:50] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:11:50] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:11:50] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:12:18] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:12:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:12:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:15] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:14:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:14:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:49] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:14:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:14:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:46] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:16:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:16:49] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:01] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:02] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:02] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:10] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:10] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:10] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:13] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:13] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:13] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:14] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:27] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:27] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:27] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:34] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:34] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:34] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:59] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:17:59] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:17:59] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:00] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:18:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:13] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:18:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:18] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:18:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:18:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:54] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:18:54] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:18:54] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:19:56] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:19:56] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:19:56] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:06] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:20:07] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:07] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:20:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:25] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:20:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:26] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:20:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:20:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:21:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:21:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:18] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:21:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:24] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:21:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:21:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:22:18] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:22:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:22:18] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:22:19] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:22:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:22:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:23:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:25] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:23:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:56] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:23:56] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:56] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:57] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:23:57] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:23:57] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:24:13] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:24:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:24:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:24:20] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:24:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:24:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:27:26] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:27:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:27:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:20] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:28:21] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:28:21] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:29:15] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:29:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:29:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:30:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:30:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:30:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:30:23] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:30:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:30:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:05] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:05] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:05] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:09] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:45] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:36:45] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:36:45] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:00] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:37:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:23] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:37:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:24] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:37:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:37:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:38:02] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:38:02] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:38:02] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:39:14] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:39:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:39:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:39:14] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:39:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:39:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:40:36] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:40:36] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:40:36] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:43:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:43:59] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:44:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:44:00] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:50:26] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:50:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:50:26] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:50:27] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 21:50:27] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 21:50:27] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:00:31] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:00:31] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:00:31] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:19] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:20] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:22] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:37] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:37] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:37] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:39] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:03:46] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:25] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:53] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:04:53] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:04:53] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:05:40] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:05:40] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:05:40] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:05:54] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:05:54] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:05:54] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:06:19] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:06:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:06:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:06:41] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:06:41] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:06:41] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:08:23] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:08:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:08:23] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:08:24] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:08:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:08:24] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:15:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:15:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:15:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:15:17] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:15:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:15:17] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:23:18] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:23:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:23:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:23:19] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:23:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:23:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:30:34] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:30:34] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:30:34] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:30:34] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 22:30:35] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 22:30:35] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:02:14] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 23:02:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:02:14] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:02:15] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 23:02:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:02:15] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:15:16] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 23:15:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:15:16] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:29:47] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 23:29:47] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:29:47] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:41:25] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
[2025-09-07 23:41:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
[2025-09-07 23:41:25] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff