roxannepercy:
I am having the same problem, when i add to cart a product, it prompts me that error, I am using: v1.5.4, can you help me how to fix this problem?
roxannepercy:

That is exactly what happen when i add an item to cart, i am using v 1.5.4, as per the directions above, i cant seem to understand it. Can you help me please
So, it's not exactly the same reason. Your message is different ... similar, but the subtle difference is major.
Yours shows the word "Forbidden" as the reason.
... which suggests you're getting a "403 Forbidden" response to an ajax call.
... which is usually caused by the incoming request being disallowed for security reasons, or it's trying to make an ajax call to a file/URL that's inside a restricted location, or your server's permissions on the ajax.php file are set too low (or in some cases it could be that the file is missing, although that'd probably give a "404 Not Found" response instead).
Given that you're using v1.5.4, I suggest you follow the installation instructions for the template addon that you've installed to ensure that you've placed all its necessary components on your server correctly.