This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi
I have installed idstore theme at local server xampp
but when I click shop menu item
error shown
Parse error: syntax error, unexpected ‘}’ in C:\xampp\apps\wordpress\htdocs\wp-content\themes\idstore\woocommerce\archive-product.php on line 68
please help me how to fix it
Mr Yeung
Hello,
You need edit the file wp-content\themes\idstore\woocommerce\archive-product.php on line 62, you’ll see the code <? if(isset($cat->description) && $cat->description !='' && !is_shop()) {
. You need add “php” at the beginning so it will be <?php if(isset($cat->description) && $cat->description !='' && !is_shop()) {
Please try it.
Regards,
Eva Kemp.
Problem fix and thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling, error, local server, persuasive, themes, woocommerce, xampp
The issue related to '‘shown error at xampp local server’' has been successfully resolved, and the topic is now closed for further responses