Title: Purchase Button Error
Last modified: August 22, 2016

---

# Purchase Button Error

 *  Resolved [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/)
 * I have been trying to resolve this for 2 weeks now & made a couple of post topics
   on here & have been told it’s a paypal issue by WP E-Commerce.
 * I have called up paypal & other people but they have all said it’s an issue with
   WP E-Commerce.
 * My issue is that when someone presses the purchase button in the checkout, it
   comes up with “Error Detected” “Your shopping cart is empty”.
    I have been told
   by paypal that it’s not sending the information through to paypal.
 * My website is [http://www.crankin.net.au](http://www.crankin.net.au)
 * I have even tried to change paypal emails & i am still getting the issue.
 * Can someone please help me with this issue ASAP because I am losing thousands
   of dollars of sales.
 * [https://wordpress.org/plugins/wp-e-commerce/](https://wordpress.org/plugins/wp-e-commerce/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [Jeffrey Schutzman](https://wordpress.org/support/users/jeffpyebrookcom/)
 * (@jeffpyebrookcom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430768)
 * I would start by trying to isolate the problem to something in the store configuration
   vs. something in the communication to PayPal.
 * One idea would be do a purchase with the test gateway provided with WP-e-Commerce.
   Enable the test gateway, log out, clear cookies, add something to your cart, 
   then try the purchase.
 * IF you get the same cart empty error then it’s not paypal related, and probably
   much easier to diagnose. If the sale goes through it is likely something in the
   PayPal gateway configuration or the communication to PayPal. Also, a much narrower
   area to examine.
 * Post back your test results and we will see if we can get you going.
 * Jeff
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430769)
 * Hi Jeff,
 * Just done the purchase with the test gateway & the sale did not go through.
 * I will be calling one of my website tech guys to see if we can narrow down a 
   bit more better result, but if you can find one sooner, that would be so great.
 * when it goes to the transaction results page it comes up with “You don’t have
   the permission to view this page”, it does this when logged in & logged out.
 *  [Mihai Joldis](https://wordpress.org/support/users/misulicus/)
 * (@misulicus)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430772)
 * Hey
    Open up wp-config.php file and add the following line somewhere in there:
 * define( ‘DOMAIN_CURRENT_SITE’, ‘www.crankin.net.au’ );
 * After that login to the Dashboard and go to the Settings -> Permalinks and save
   them twice.
 *  [Jeffrey Schutzman](https://wordpress.org/support/users/jeffpyebrookcom/)
 * (@jeffpyebrookcom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430773)
 * That’s a good result. Whatever wrong is on your server, so we should be able 
   to figure it out.
 * What is your configuration like, these are the questions are would ask one of
   my new clients if I was troubleshooting this issue
    1. What is the web server you are using?
    2. What version of WP-e-Commerce is installed?
    3. Is a cache plugin like WP-Super-Cache installed?
    4. Is a content distribution network being used?
    5. Is the cookie domain feature of WOrdPRess being used?
 * The root of these questions is to understand if the WPeC customer cookie is being
   maintained as the shopper goes from page to page. You or your web guys should
   be able to use a tool like Chrome Inspect to watch the cookie value as the shopper
   goes from a product page to the checkout page. If customer id changes when the
   user goes from page to page that’s your problem. The customer id can be found
   as the integer value at at the start of the cookie value string.
 * The cart contents is looked up using the customer id value, after security checks
   are done. If that value changes the cart contents will change.
 * jeff
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430781)
 * This is to Mihai, I tried your method & it came back with the same results.
 * Jeff I am using crazy domains & have been for some time, I have advised them 
   that I am using a wordpress website & they transferred me to a better server,
   I think it was Apache.
    The current version is 4.0 WP Super Cache is not being
   used. With question number 4 i quite don’t understand, sorry. question 5 as far
   as i know, it could or couldn’t be, i don’t remember anything about cookies.
 * The one thing i did notice is when you press the purchase button it takes a very
   long time to load, but it is very weird that this site is having this issue because
   i have the same set up with another website & it is working fine, no dramas there.
   i have even replaced all the files many of times with fresh new ones and ones
   from the other website & that doesn’t fix it, i even changed the theme to check
   that but thats fine to.
    I just turned off all plugins & that is not the issue
   either.
 * Also as well, this website had been running fine for 7 months & then over night
   for some reason the theme messed up & this issue came up at the same time.
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430789)
 * Sorry the version is 3.8.14.3 i didn’t read it right sorry for that
 *  [Jeffrey Schutzman](https://wordpress.org/support/users/jeffpyebrookcom/)
 * (@jeffpyebrookcom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430790)
 * I just tried a checkout and was given a permissions error on the transaction 
   results page. That just should not happen with the test gateway if your web server
   is properly configured.
 * You might want to have your web folks check that everything is setup properly,
   including file/directory access permissions and .htaccess allow/deny settings.
 * jeff
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430798)
 * Hey i just thought i would add this in there because i checked the error logs
   and this was in there for around the time of the errors, maybe this might help.
 * [15-Oct-2014 12:36:03 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:36:07 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:37:49 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:40:12 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:40:31 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:41:41 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:41:42 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:45:56 UTC] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
   in /home/crankinn/public_html/wp-content/themes/catch-box/functions.php on line
   578
 * [15-Oct-2014 12:46:09 UTC] PHP Warning: include() [[function.include](https://wordpress.org/support/topic/purchase-button-error/function.include?output_format=md)]:
   Filename cannot be empty in /home/crankinn/public_html/wp-content/plugins/wp-
   e-commerce/wpsc-components/theme-engine-v1/helpers/page.php on line 1023
 * [15-Oct-2014 12:46:09 UTC] PHP Warning: include() [[function.include](https://wordpress.org/support/topic/purchase-button-error/function.include?output_format=md)]:
   Failed opening ” for inclusion (include_path=’.:/opt/alt/php53/usr/share/pear:/
   opt/alt/php53/usr/share/php’) in /home/crankinn/public_html/wp-content/plugins/
   wp-e-commerce/wpsc-components/theme-engine-v1/helpers/page.php on line 1023
 *  [Jeffrey Schutzman](https://wordpress.org/support/users/jeffpyebrookcom/)
 * (@jeffpyebrookcom)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430801)
 * Notice the last errors, if the files are there it looks like a file permission
   problem. If the files are not there it could be something corrupted the WordPress
   install.
 * After you correct the permission/file present issue if you switch to one of the
   default WordPress themes (2014?) and retry to checkout it might be helpful. It
   could be the case that there is an issue in your theme that is causing a problem.
 * jeff
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430803)
 * Hi jeff,
 * I just done what you said & it still came up with the same issue
 *  [Mihai Joldis](https://wordpress.org/support/users/misulicus/)
 * (@misulicus)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430808)
 * Hey,
    Please post a free premium support issue on the url below [http://getshopped.org/resources/premium-support/courtesy-support/](http://getshopped.org/resources/premium-support/courtesy-support/)
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5430809)
 * I will do that in the morning, thank you for your help, if nothing can be resolved
   ill reopen this topic again for further question
 *  [KZNCraig](https://wordpress.org/support/users/kzncraig/)
 * (@kzncraig)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5431036)
 * Hi magicbmxfreestyle,
 * Did you ever resolve this issue? – i get the exact same thing happening on checkout.(
   Transaction Results – You don’t have the permission to view this page).
 * I am only using the test gateway and both wordpress and the shopping cart are
   the latest versions.
 *  Thread Starter [magicbmxfreestyle](https://wordpress.org/support/users/magicbmxfreestyle/)
 * (@magicbmxfreestyle)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5431037)
 * Hi KZNCraig,
 * Never got it resolved, i ended up moving over to woocommerce and haven’t looked
   back because its so smooth & clean.
 * I would recommend it
 *  [KZNCraig](https://wordpress.org/support/users/kzncraig/)
 * (@kzncraig)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5431038)
 * Thank You magicbmxfreestyle.
 * I managed to resolve the issue (for anyone else with it) by disabling all plugins(
   except wpsc). After re-enabling those plugins one-by one, I think one of the 
   culprit plugins was ‘Login With Ajax’. But when I re-enabled ‘Login With Ajax’
   the problem was still fixed – YAY!
 * There were two plugins that I never re-enabled because I don’t use them anymore–
   they were: ‘MagPie PRO’ and ‘File Un-Attach’. So possibly one of those could 
   have been causing the issue?
 * Hope that helps anyone with this issue of the cart contents being lost on checkout
   with a subsequent notice of “Transaction Results – You don’t have the permission
   to view this page”

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Purchase Button Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

 * 15 replies
 * 4 participants
 * Last reply from: [KZNCraig](https://wordpress.org/support/users/kzncraig/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/purchase-button-error/#post-5431038)
 * Status: resolved