Quote Originally Posted by JesusM View Post
Thank you guys,

When I set the "manually approved status" to 1 I get the pop up error

HTML Code:
An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 4 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed.
When I close the popup, it redirects to: www.site.com/index.php?main_page=login

There is a thread that explains how this can be resolved. Post #6 on this thread

https://www.zen-cart.com/showthread....29-with-v1-5-4

But when I do that and I go to the main page of the site www.site.com, it gets redirected to www.site.com/index.php?main_page=login meaning, same issue without the pop up.

:S
Well, in the scope of original programming it's not an issue for it to do what it did (redirecting to login) as it sounds like that's the setting that was chosen:
Customer Approval Status - Authorization Pending
Customer must be Authorized to shop
0= Not required
1= Must be Authorized to Browse
2= May browse but no prices unless Authorized
3= Customer May Browse and May see Prices but Must be Authorized to Buy
So by setting to 1, in order for someone to see things on the store they have to be logged in. But, it seems like the issue with this store is that one should not be able to create an account (which occurs as part of the purchase process) and therefore should have it set to 3 instead of 1...