Search the Community
Showing results for tags 'return'.
-
I have osCommerce 2.3.1. Installed PayPal Payflow Gateway from the PayPal website. The instructions say to setup the hosting account confirmation page return url method to link, but only post and get are available. The I-frame for the credit cards show but when it's processed, we receive PayPal payment but no order is processed and the customer's shopping cart is still full. I have tried to install fresh installs. Still didn't work either. PayPal instructions say to use (mywebsite/checkout_process.php), which I did. That page shows in the I-frame when the order is done, but doesn't link to a new window. If, at that time, I manually type in (mywebsite/checkout_process.php), it does process the order, but doesn't seem very convenient as some orders may or may not process depending on if the customer would or would not think they're done when the payment is done. I have installed our webpages, osCommerce, add-ons, modules, etc., but am limited to .php coding. Thanks for any help. Joe
-
I am trying to create a return at the end of a line in the Flat.php I start off with this below and want to put a return after the Local to SHEPPARTON, VICTORIA REGION ONLY!! <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Local to SHEPPARTON, VICTORIA REGION ONLY!!'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Local to SHEPPARTON, VICTORIA REGION ONLY!!'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'LOCAL PICKUP OPTION'); ?> Below is the code I enter but keep on getting it wrong. New to editing PHP files so need some help as to know what I am doing wrong. <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Local to SHEPPARTON, VICTORIA REGION ONLY!!'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Local to SHEPPARTON, VICTORIA REGION ONLY!!'\rWe reserve the right to cancel any orders outside the PICKUP AREA stated above that don't include shipping.); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'LOCAL PICKUP OPTION'); ?> Keep on getting an error for this so I know I am doing something wrong but don't know what. PLEASE HELP I am also trying to get help on another post I have in the forum as to which module is the best and easiest to install for Guest Checkout. Would like some help on both these matters please.