Enzio_Ferrari Posted November 1, 2008 Posted November 1, 2008 Although I've got my site and the shopping cart working I just can't get the embedded PayPal Website Payments Standard to go past the 'Confirm Shipping Address' page :huh: Even though I've set up a dummy account and 'bought' things with it, Oscommerce's 'Reports/Products Purchased' and 'Reports/Customer Orders-total' indicate no sales at all. Neither do 'Customers/Customers/Orders' and Customers/Orders'! A bugger, innit? :unsure: Any hints, tips, ideas, suggestions all gratefully received, chums :wub: Quote When all else fails ... RTFI ... then ... GIVE UP!
satish Posted November 2, 2008 Posted November 2, 2008 Site URL to look at as whatever had been stated is not very clear. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Enzio_Ferrari Posted November 2, 2008 Author Posted November 2, 2008 Site URL to look at as whatever had been stated is not very clear. Satish The site is situated at http://www.dye-subli.com As stated I have set up a couple of dummy accounts and 'bought' things with both - each item 'bought' then shows in the Shopping Cart but after confirming the shipping address and clicking on 'Continue' the same page just keeps on cycling round again. I've installed and activated the embedded PayPal Website Standard payment module (and uninstalled all the others) with the following varaibles: Version: 1.0 Enable: True E-Mail Address: My PayPal email addy Zone: None Preparing Order Status: Default Acknowledged Order Status: Default Server: Live Method: Sale Page Style: PayPal Next few: Left Blank OpenSSL Location: /usr/bin/openssl Quote When all else fails ... RTFI ... then ... GIVE UP!
satish Posted November 3, 2008 Posted November 3, 2008 Yuur chekout confirmation page is blank. You need to set force error to true and make sure errors get displayed. Once that is done should be able to comment furtehr. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Enzio_Ferrari Posted November 3, 2008 Author Posted November 3, 2008 Yuur chekout confirmation page is blank. You need to set force error to true and make sure errors get displayed. Once that is done should be able to comment furtehr. Satish Am I looking for a variable called "force_error" and where is it to be found? Quote When all else fails ... RTFI ... then ... GIVE UP!
satish Posted November 4, 2008 Posted November 4, 2008 application_top.php // set the level of error reporting error_reporting(E_ALL & ~E_NOTICE); replace with error_reporting(E_ALL & E_NOTICE ); ini_set('display_errors','1'); Satish Mantri Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Enzio_Ferrari Posted November 4, 2008 Author Posted November 4, 2008 Well, that got a lot of error responses which I've manged to eliminate by removing an extra 'configure.php' that had crept into /catalog/includes/local/ :rolleyes: Thanks :) But now, with the downloaded version 1.4 of PayPal Standard, when I add something to a cart I get "Notice: Use of undefined constant MODULE_PAYMENT_PAYPAL_IPN_TEXT_TITLE - assumed 'MODULE_PAYMENT_PAYPAL_IPN_TEXT_TITLE' in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/includes/modules/payment/paypal_ipn.php on line 22 Notice: Use of undefined constant MODULE_PAYMENT_PAYPAL_IPN_TEXT_DESCRIPTION - assumed 'MODULE_PAYMENT_PAYPAL_IPN_TEXT_DESCRIPTION' in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/includes/modules/payment/paypal_ipn.php on line 23" but the item still shows in the cart! Then it still will not go past the address page. If I revert to version 1.0 there are no error messages at all, but it also keeps displaying the 'confirm shipping address' page when I try to checkout. Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 4, 2008 Author Posted November 4, 2008 Just been going through the various options in Admin and came to the "Backup Database" and got an error that indicates that the database is tied to CubeCart. Possibly because I tried out that one before removing it and installing OsCommerce. Question: Am I going to have to tear down the whole installation (including the database) and start again from scratch? :o Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 6, 2008 Author Posted November 6, 2008 I'm getting closer - but not by much! I've activated Express Checkout with sort order of 1. Now I get both the ordinary Checkout button and the Pay With PayPal button. The ordinary button still takes me to the 'confirm shipping address' page but no further. The PayPal button gives these errors: "Notice: Use of undefined constant MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_TITLE - assumed 'MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_TITLE' in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/includes/modules/payment/paypal_express.php on line 23 Notice: Use of undefined constant MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_PUBLIC_TITLE - assumed 'MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_PUBLIC_TITLE' in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/includes/modules/payment/paypal_express.php on line 24 Notice: Use of undefined constant MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_DESCRIPTION - assumed 'MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_DESCRIPTION' in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/includes/modules/payment/paypal_express.php on line 25 Notice: Undefined index: osC_Action in /customers/dye-subli.com/dye-subli.com/httpd.www/catalog/ext/modules/payment/paypal/express.php on line 69" If I then force access to the '_payment' page I have 2 radio buttons for the two PayPal options: Express and credit/debit card. Both give an Error 500. If this is a problem with a language file is there likely to be any repercussions from reloading some of them from the original files or a backup I made several days ago? Quote When all else fails ... RTFI ... then ... GIVE UP!
satish Posted November 6, 2008 Posted November 6, 2008 "Notice : Do not display notice on site. // set the level of error reporting error_reporting(E_ALL & ~E_NOTICE); in application_top.php Satish Mantri Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Enzio_Ferrari Posted November 6, 2008 Author Posted November 6, 2008 "Notice : Do not display notice on site. // set the level of error reporting error_reporting(E_ALL & ~E_NOTICE); in application_top.php Satish Mantri Nearly there, Satish. Thanks again. The ordinary checkout button stll keeps me on the 'confirm shipping address' page. Forcing the _payment page leads to a blank page for both payment options. But now the 'checkout with PayPal' button drops me back to the same page with a red banner and "security header is not valid". Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 6, 2008 Author Posted November 6, 2008 BUGGER! Despite not changing anything the whole site has crashed about 10 minutes ago ... :o Every page shows dozens of errors and I cannot login to admin at all. Wipe it and start again? :blink: Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 6, 2008 Author Posted November 6, 2008 Never mind. I've got it back again! Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 7, 2008 Author Posted November 7, 2008 I'm definitely getting closer! After reloading most of the files from a recent backup I can get through to the PayPal login/payment page. BUT ... there are two problems 1) The 'Confirm Shipping Address' page does not forward to 'Checkout_Payment.php' so I have to enter the url manually into the address bar. 2) When I get to the PayPal page it converts real money (£) into Monopoly money ($)(€) or just as a zero amount in any of them. The odd thing is that I've removed all other currencies from my site and set up PayPal to automatically convert payments in any other currency into £! Quote When all else fails ... RTFI ... then ... GIVE UP!
satish Posted November 7, 2008 Posted November 7, 2008 You need to collect thru some file write code what all was posted to paypal as a request. Also what all currencies You accept in Paypal. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Enzio_Ferrari Posted November 7, 2008 Author Posted November 7, 2008 You need to collect thru some file write code what all was posted to paypal as a request. :huh: I'm Fick, me am: Where do I find the code sent to PayPal? Also what all currencies You accept in Paypal. Satish US$, CAN$, AUS$, Euros€, and, of course, GBP£. I've also set My (PayPal) Profile to accept other currencies and then convert them to real £money£. Strangely the two payment options come up as different currencies ... Credit/Debit card payments are shown as € and PayPal Account payments as US$ but both with a zero amount requested. I hesitate to say this situation is urgent, but I've got a customer eager to spend serious money and I don't think he'll hang arond for weeks while I (or rather you) sort this out! Thanks so far. Quote When all else fails ... RTFI ... then ... GIVE UP!
Enzio_Ferrari Posted November 12, 2008 Author Posted November 12, 2008 This was my way of 'curing' the problem: It may not be to everyone's taste! ... The other day the whole site just stopped responding. Every effort to enter was met with an IE "Error 500". Obviously my first attempts were to try and find an error in several of the central .php files by opening them with with the edit facility in my FTP app. When that didn't work I tried replacing them, first from my backup and then from the original OsC download. Penultimately I resorted to reloading my whole backup folder. No Joy! BUGGER!! That left me with the last resort :rolleyes: I junked the whole installation (including all my products and their attibutes) and started from scratch. Now everything works! Even PayPal!! I can only assume that either I made an error in my original setup or, possibly, a file or two had become corrupted during the first upload. Many find this fix a little too drastic, having already spent far too many hours modding their shops and even more time adding categories, products and attributes. I wouldn't blame them. Even so, if you're still in the early stages of building your online shop it might be worth a punt :P Quote When all else fails ... RTFI ... then ... GIVE UP!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.