Home Forums WoodMart support forum Ajax Error – Load More Products

Ajax Error – Load More Products

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #568824

    taha
    Participant

    I see “ajax error” in Developer Tools -> Console when I try to load more products on shop page. I have already tried deactivating all the other plugins and I have tried using both Elementor Template and Woodmart layout. The issue persists. Do you think it has anything to do with .htaccess rewrite rule? Here are the lines from htaccess file.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Attachments:
    You must be logged in to view attached files.
    #568925

    Artem Temos
    Keymaster

    Hello,

    We don’t see our theme’s load more button on your shop page at the moment. Please activate it so we can check the issue for you.

    Kind Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)