Replies: 0
Hi everyone,
I tried to install your plugin on my shop and it crashed the site, i.e. failed to load the content and displayed a few php errors instead. One was about an undefined Operator in line 266 of woocommerce-trusted-shops.php
I changed line 266 from
$GLOBALS['template_name'][] = $template_name;
to
$GLOBALS['template_name'] = $template_name;
which solved the issue. Unfortunately I now have an altered version of your plugin that will be overwritten with the next update.
Could you please fix the issue?
Thanks in advance
Georg