Jump to content

HeatMiseR

Members
  • Posts

    19
  • Joined

  • Last visited

HeatMiseR's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hello! I have been running Prestashop for 6 months now with no major problems. My store is open and processing transactions with Google Checkout. Last week I received an email from Google saying the public business url of my store was incorrect and needed to be updated or my account would be suspended. I logged in and checked that everything was in order and resubmitted the information. The url that I had listed was the main page of my Prestashop site. Google rejected that url saying it is not the website where my transactions take place. So... after trying different urls within my Prestashop site, Google still says, with canned responses, that the url I am listing is incorrect. At this point they have suspended my account and I can no longer process credit cards through Google Checkout. This is beyond frustrating since my store has been working great and I've been making money for the past 6 months. Google is absolutely no help and all I get from them are canned responses basically saying WRONG, DO IT AGAIN! Has anyone else here experienced this issue with Google? What specific URL are they looking for???
  2. Well for the first time orders are showing up on the orders page! Right after I made the changes one processed and overnight it looks like a few older orders came through. As if Google Checkout was still trying to callback the store with older orders. As more orders come in I'll keep an eye on it and keep you updated. Looks to be resolved! Thank you for your help!!
  3. I checked out the bug pages and made the changes... Added .htaccess to gcheckout folder in modules and modified googleresponse.php in the gcheckout library folder... We'll see if this works! I'll post back here if the issue is not resolved. Thanks for your suggestions!
  4. The callback URL is set correctly in the Google Checkout integration settings... Google is sending the message back to the URL specified by the Presta module. For some reason Presta is not processing the callback.
  5. Hello! Having an issue with the Google Checkout talking back to my Prestashop... Everything looks to be setup correctly but I keep getting errors. The error I receive is: "We encountered an error trying to access your server, the error we got is Send failed with code: 401. Response body was: Failed to Get Basic Authentication Headers" And the email I get has this error: "We've made several unsuccessful attempts to send order notifications to your notification callback URL. As a result, you aren't receiving order status, risk, or other notifications." Has anyone else encountered this issue? Thank you!
  6. I created a banner.tpl file and used the include like you suggested but the page failed to load past where I inserted the inlcude statement. So instead I copied my code and inserted it into the same location in header.tpl and it worked! I'm checking the entire store to make sure but I'm confident that this is a better way to add my website header... Thank you for taking the time to help me out with this!!
  7. That sounds like a much better option than using the include with the root index.php I'll try it and let you know how it works! Thank you for the help!!
  8. The name of the file is actually banner.php, I used header.php in the example... I did not overwrite the original header.php file… I needed to add a header on the top of the store to match the header on the rest of my site. Using the include achieved what I needed and all functions of the store work correctly EXCEPT for logging out…
  9. Hello After making a few changes to the look of the store, adding a background and header to match my website, the log off function no longer works. I added the header by modifying the root index.php with a php include statement. The modified code is: include('banner.php'); require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('IndexController')->run(); All of the functions of the shop work fine except for logging out of your account. When you try to logout all you get on the next page is the header image with not shop below. If I remove “include(‘header.php’);” it goes back to working normally… Any ideas on why the include statement would break the logout function? Thanks!
  10. The issue isn't with the header showing up... It shows up fine on all of the pages... It's just that a few functions, such as logging out of your account, fail to work correctly with the include added to index.php.
  11. I changed the line to your suggestion... The header I use doesn't display at all now but the store shows up... The error displayed at the top of the page is: Warning: include(_PS_ROOT_DIR_/header.php) [function.include]: failed to open stream: No such file or directory in /home/content/31/6949531/html/gearstore/index.php on line 28 Warning: include() [function.include]: Failed opening '_PS_ROOT_DIR_/header.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/31/6949531/html/gearstore/index.php on line 28
  12. Hello... I was looking for an easy way to customize the look of the default store by adding a background image and a header that matches the rest of our website. I made changes to global.css for the background and added an include to the index.php file for the header. The site looks the way I want it but I have run into a few issues with the php include for the header. Some, but not all, functions with the site only show the header and not the rest of the page that should be displayed. Here's the code I changed: include('header.php'); require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('IndexController')->run(); One of the functions that doesn't work unless I remove the include is logging out of your account. After clicking on the logout link you only get the included page and nothing else. This doesn't occur throughout the site, most everything works the way it should... As you can tell, I am far from a php [spam-filter]... Any help or suggestions with the would be appreciated! Thank you!
  13. I turned off Ajax cart and now it works! Re-enabled it and it is still working! I'll keep playing with it over the next few days, hopefully it will be ready for me to go live this weekend. I really appreciate your help in pointing me in the right direction to get this resolved. Have a great day!
  14. I changed the setting back to Yes, forced compiled, refreshed, no luck. Still getting the error...
×
×
  • Create New...