This topic has 10 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi
I have installed idstore v3.8 and demo data
but when click menu item shop
shown
Parse error: syntax error, unexpected ‘}’ in C:\xampp\apps\wordpress\htdocs\wp-content\themes\idstore\woocommerce\archive-product.php on line 68
Help !
Hello,
We need check your files. Could you please upload your site to any web host?
Thank you.
Regards,
Eva Kemp.
when i installed idstore v3.8 at live web-host shown other error message
Fatal error: Call to a member function is_visible() on a non-object in /home/a8338096/public_html/wp-content/themes/idstore/woocommerce/content-product.php on line 32
Hello,
Please check your site now.
Regards,
Eva Kemp.
I had the same problem and just removed the ‘}’ on line 68 and it works now.
My question, is this a good solution?
Hello @Joost,
Yes, if you have this error Parse error: syntax error, unexpected ‘}’
Regards,
Robert Hall.
Hello,
I filled the site with test content. Works great except for the shop page again.
Now I got a blank page. I tried this link:
https://www.8theme.com/topic/my-shop-page-under-idstore-is-blank-after-woocommece-2-3-7-update/
but it is still showing the blank page.
Regards,
Joost
Hello @Joost,
Please reupload original file archive-product.php from your theme package to the directory wp-content\themes\idstore\woocommerce.
Then 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()) {
, just add “php” at the beginning so it will be <?php if(isset($cat->description) && $cat->description !='' && !is_shop()) {
.
After that check your site.
Regards,
Eva Kemp.
omg.. checked it over and over again but didn’t see it.
Thank you very much!
regards,
Joost
Hello @Joost,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up