Sterc / SEOPro

The ultimate MODX Revolution SEO companion
https://www.sterc.nl/en/modx-extras
14 stars 29 forks source link

500 error on Ajax request when use ShopKeeper #109

Open wax100 opened 3 years ago

wax100 commented 3 years ago

when U try to add product to basket , 500 error appear in plugin seoPro

case 'OnLoadWebDocument': $template = ($modx->resource->get('template')) ? (string)$modx->resource->get('template') : ''; Because $modx->resource is NULL;

So, I suggest to add before this line if(!$modx->resource){ break; }