DirectNet Posted July 30, 2011 Share Posted July 30, 2011 Trying to assist a client with setting up their API's. The Callback URL states... to use http://server/presta/modules/gcheckout/validation.php as the valid URL. However, Google Checkout and PayPal require the Top Level domain. What am I missing? Thanks Link to comment Share on other sites More sharing options...
rocky Posted July 31, 2011 Share Posted July 31, 2011 I hope you haven't literally tried to enter http://server/presta/modules/gcheckout/validation.php as the callback URL. You should replace server with your domain. For example, http://www.yourwebsite.com/modules/gcheckout/validation.php if PrestaShop is installed in the root directory, or http://www.yourwebsite.com/presta/modules/gcheckout/validation.php if PrestaShop is installed in a subdirectory called presta. Link to comment Share on other sites More sharing options...
DirectNet Posted July 31, 2011 Author Share Posted July 31, 2011 I hope you haven't literally tried to enter http://server/presta/modules/gcheckout/validation.php as the callback URL. You should replace server with your domain. For example, http://www.yourwebsite.com/modules/gcheckout/validation.php if PrestaShop is installed in the root directory, or http://www.yourwebsite.com/presta/modules/gcheckout/validation.php if PrestaShop is installed in a subdirectory called presta. I did not do such... when testing the Google and PayPal checkout selection for payment... this is the URL that one is directed to... http://server/presta/modules/gcheckout/validation.php...resulting in a 404. I cannot find the presta file to change(server). It can be seen here... http://www.daffe-designs.com/presta/ Thanks Link to comment Share on other sites More sharing options...
rocky Posted August 1, 2011 Share Posted August 1, 2011 I just tried going to your validation.php file and I got an Internal Server Error. That usually means you have incorrect permissions. Make sure all your directories have chmod 755 permissions and all your files have chmod 644 permissions. Link to comment Share on other sites More sharing options...
DirectNet Posted August 1, 2011 Author Share Posted August 1, 2011 Thanks Rocky... All the files and Folders are set as suggested. Still no change. Is there a Paid Support or someone who can assist via FTP? The Client has been waiting... Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now