Jump to content

Nothing Happens When Clicking Add to Cart


Recommended Posts

Hello,

 

I have dev to true in the php file. The site is www.alexis-apparel.com. Literally nothing happens when you click the add to cart button. Also, when you try to register it comes back to the same page. You can't register or add items to the cart. I have not seen any errors come up even though the dev is set to true. Does anyone have any idea what is going on?

Link to comment
Share on other sites

Ok I fixed the items going into the cart. But now I get an error code when trying to create an account. 

 

It reads:

Technical Error: Unable to load form

Details:

Error thrown: [object Object]

Text status: parsererror

 

I will be searching for this on my own but feel free to let me know if you find anything before I do. Thanks in advance

Link to comment
Share on other sites

Ok I have solved the problem! I found this on a forum this would be very useful here

 

default is interchangeable with your current theme name

 

here is the solution i found:

In /themes/default/authentication.tpl on line 97
I have changed url: baseUri, to:
url: baseUri + 'index.php?controller=authentication'

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...