Jump to content

Checkout is not available


-martin-

Recommended Posts

We use the community suite 4.0.13, including the shop module.

Until I put an article in the shopping basket, everything works. But when I want to see the basket, a "not found"-error occurs, so I cannot proceed with the checkout. The URL, which is called, is

http://URL-of-website.de/store/cart/

Is this the correct URL? (This URL doesn't exist on the web server)

Is there any misconfiguration?

Thanks and kind regards,

Martin

Link to comment
Share on other sites

Hi Ausy,

thanks for your PN.

The .htacces file was

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) - [L,NC,R=404]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

I removed the .htacces file and switched off "Rewrite URLs". No change.

The friendly URL setting is

Friendl URL:
http://website.de/index.php?/store/cart    

Real URL:
http://website.de/index.php?app=nexus&module=store&controller=cart

This looks ok.

Caching is switched off. The server is ok. All of the system requirements are ok.

Hmm, any other ideas? Or should I contact the IP support.

Martin

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...