jmhyer123 Posted November 18, 2006 Posted November 18, 2006 I have installed osCommerce, installed the paypal payment option and have configured it. The problem I am having is: When I checkout no matter what items I have in my cart (1 or 100, $1 - $100) when it redirects to the paypal checkout page it says $0.00. I have tried reconfiguring the paypal payment option. Is there anyone who knows what is wrong and how to fix it? Thanks in advance, Jeffrey H.
♥Vger Posted November 19, 2006 Posted November 19, 2006 In your includes/configure.php file make sure that the http_cookie_domain has no http:// as part of it. If your site has ssl then the https_cookie_domain doesn't have https:// as part of the cookie domain either. If you set up a new currency then make sure you are using the three letter iso code for it in osCommerce admin e.g. UK Pounds Sterling uses the code GBP, Australian Dollars = AUD etc. Vger
Muldrick Posted November 22, 2006 Posted November 22, 2006 In my case...my shipping charges won't show up. I use the USPS only, but I tried "per item" and still no shipping charges show up in Paypal checkout. I do use an SSL Cert. Please help :'( Is this correct: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.customcarputers.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.customcarputers.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_customcarputers.com', 'www.customcarputers.com'); define('HTTPS_COOKIE_customcarputers.com', 'customcarputers.com'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
♥Vger Posted November 23, 2006 Posted November 23, 2006 If you are using the osCommerce contribution for USPS - the last time I tried it I found it didn't work at all. Vger
Muldrick Posted November 23, 2006 Posted November 23, 2006 So what can I do? I must have USPS because of my worldwide shipping....makes it much easier. (if it works, which it did at first)
♥Vger Posted November 23, 2006 Posted November 23, 2006 You're not even using osCommerce on your website. We don't answer posts here which deal with offshoots of osCommerce like CRE Loaded. You need to go to their forums. But as this is a simple problem: define('HTTP_COOKIE_DOMAIN', 'www.customcarputers.com'); define('HTTPS_COOKIE_DOMAIN', 'www.customcarputers.com'); Vger
Muldrick Posted November 23, 2006 Posted November 23, 2006 Thanks for the reply......and I apologize. Someone else set this up for me. He contacted me through these forums. I certainly thought he used OSC. When I look at some generic files they even have alot of OSC in them. I'm no pro...are u sure my site is not OSC?
♥Vger Posted November 23, 2006 Posted November 23, 2006 <META NAME="generator" CONTENT="CRELoaded osCommerce Version 6.15"> It isn't osCommerce, despite what it says. It's been so heavily modified that the code is like a bowl of spaghetti. Vger
Muldrick Posted November 23, 2006 Posted November 23, 2006 a bowl of spag...yeah, that's what worried me. It has some issues. Guess u get what you pay for...it was cheap. I changed that code...used "best way" shipping and it still won't show the shipping charge in Paypal :(
Muldrick Posted November 23, 2006 Posted November 23, 2006 I am looking for someone to go through my site and check it all. (if possible) Who is open for business...I need this fixed. Can someone look at it and quote a price for doing this? Please PM me or email me if you are interested. Thanks, Richard
cryosi Posted May 5, 2007 Posted May 5, 2007 i have a no shipping charge on paypal anyone know what the problem is Quantity Price 1 Subtotal: £0.00 GBP Postage & Packing: £0.00 GBP thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.