Problems, need help? Have a tip or advice? Post it here.
8 posts Page 1 of 1
Hello,
I am having some issues when I click add to cart. I get the following link in the url bar and corresponding blank page
http://mysite.com/cart.php?kcart_action=1
And whenever I click any button related to the cart, I get a link that returns a blank page such as
http://mysite.com/cart.php?kcart_action=2
The site seems to be working well on my localhost, but the one that is hosted is behaving as reported above.
Kindly assist.
Thank you
Hi,

Please make sure that CouchCart's configuration file ('addons/cart/config.php') is present and that it has the correct template names e.g.
Code: Select all
$pp['tpl_cart'] = 'cart.php';
$pp['tpl_checkout'] = 'checkout.php';

Also make sure that the specified templates have been properly registered (by visiting them as super-admin) - these templates should appear in the admin-panel sidebar if they are registered.

Does this help?
Thanks KK for the reply.
Yes, I had already done that, and the site is working very well on my computer but not online.
Could it be something related to version of couch and apache/php/mysql versions?
Regards
Could it be something related to version of couch and apache/php/mysql versions?
I don't that is a likely cause in this case.

Did you take a look at your web-server's error log? Is it reporting something?
No errors are captured in the logs.
Can I send you the log files to see if there could be something I am missing?
I visited your site and it seems you have some error in your template code which is causing the line <cms:no_cache /> to be outputted verbatim (i.e. not processed by Couch) - this is preventing the redirect to happen.

Please search for the mentioned line in your code and try to correct the error.
Thank you KK,
That resolved the issue.
Regards
You are welcome :)
8 posts Page 1 of 1
cron