• Resolved mestregd

    (@mestregd)


    Hi all,
    I’m having trouble using WooCommerce on my site, all pages work correctly except the ‘shop’ page which apparently does not appear anything when entering. I followed everything correctly and I have no idea what it can be. Can someone help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you made at least one product which is published, public and visible.

    Please post the url to your site.

    Thread Starter mestregd

    (@mestregd)

    Hello lorro, I thank you for your attention.
    Yes. I have already created the product and it is also visible, but I have not yet succeeded to access the page.
    This is the store link https://desenvolvendosaf.96.lt/produto/9000-gp-r-9-99/
    And this is the product link https://desenvolvendosaf.96.lt/loja

    This is the “white screen of death” error. Its likely that one or more of your code files has a PHP syntax error. It could be just one character in the wrong place. That’s enough to stop PHP from running.

    If you have edited any files, particularly functions.php, check and correct the syntax of the code using this service:
    https://phpcodechecker.com/

    If you don’t find the error, the method is to reduce your install to the simplist possible. Temporarily deactivate all other plugins and switch to the default theme, and test. If the shop page shows now, put software elements back one-by-one and check. You are trying to identify the plugin that is causing the problem.

    If you can’t find the plugin that is faulty, you may need to use ftp or your host’s file manage software to upload fresh copies of the files. Delete the existing files first, don’t overwrite. Don’t delete plugins in the Dashboard because this can result in loss of settings.

    Take a backup before debugging.

    Thread Starter mestregd

    (@mestregd)

    this erro show in php code checker:
    Results

    PHP Syntax Check: Parse error: syntax error, unexpected ‘.’ in your code on line 3
    .field-visibility-settings-toggle {
    PHP Syntax Check: Errors parsing your code

    But does not seem to be related to it or am I wrong? Also I must remember, that I did the procedure of woocommerce contents

    Thread Starter mestregd

    (@mestregd)

    Ooh!
    I’ve tried changing my current theme to default and surprise, the store page and all the others work normally. How can I make it work with my theme that I use? Thank you for your attention on trying to help me.

    Thread Starter mestregd

    (@mestregd)

    I solved the problem, the problem was that I did not delete the function until
    <? Php endif; ?> In the woocommerce.php file.
    Thanks lorro

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page ‘shop’ not show’ is closed to new replies.