romantix Posted November 27, 2006 Posted November 27, 2006 Hi :o I've installed a Contribution called 'fast easy checkout'. This Contribution suppose to allow combining all checkout procedure to one page and also allow to checkout without having to create an account. http://www.oscommerce.com/community/contri...st+contribution Now - I followed the steps for NEW install. It is divided into 2 parts: 1- part one deals with combining the checkout_payment.php and checkout_shipping.php and reducing one step in checkout 2-The second part of contribution creates two different approach to account creation A-Removes The necessity to create an account totally before purchase B-Makes creating account optional Now - I went through the steps on part 1 and step number 6 says to: 6-in includes/filenames.php change the define of both FILENAME_CHECKOUT_PAYMENT and FILENAME_CHECKOUT_SHIPPING to fec_shipping.php So I did the following: define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment.php'); changed to ----> define('FILENAME_CHECKOUT_PAYMENT', 'fec_shipping.php'); and define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping.php'); changed to --> define('FILENAME_CHECKOUT_SHIPPING', 'fec_shipping.php'); NOW - I GET THE FOLLOWING ERROR AFTER CLICKING ON THE CHECKOUT BUTTON: Not Found The requested URL /shop/fec_shipping.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. THE PROBLEM I THINK IS THAT I DON'T HAVE the 'fec_shipping.php' file. It wasn't included in the download and the instructions do not say I should create one. Would anyone please know what I have to do? Thanks a million! :thumbsup: Frustrated Jan :( PS: Also - in step #2 It says: also in checkout_confirmation.php you have to unregister all cc info that you enter in the payment forms like i did for authorize-net here if you do not know the name of the key un comment the print line to see them if you are using ccgv uncomment the two lines as it says in he code right before this code around line 67 if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($$payment) ) || (is_object($$payment) && ($$payment->enabled == false)) ) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL')); } add /// fec for get total $paynow = tep_db_prepare_input($HTTP_GET_VARS['paynow']); if ($paynow ==3) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, 'show_total=1&error_message=' . urlencode(ERROR_TOTAL_NOW), 'SSL')); } WHAT DOES THAT MEAN? I DON'T HAVE IT SETUP TO GO DIRECTLY TO ANY PAYMENT PROCESS (WE PROCESS ORDERS BY ENTERING THE CC NUMBERS INTO THE MACHINE BY HAND). WHAT DO I NEED TO DO HERE? WHAT IS 'ccgv'???
jpweber Posted November 27, 2006 Posted November 27, 2006 Nana has a great contribution, and I use it, but the install instructions are incorrect. I can clear this up for you, but you'll have to wait until I get to the office, where I have the revised install instructions. Then I should be able to help. E-mail me (don't PM me) and I'll see what I can do. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Scorpion Cart Posted November 27, 2006 Posted November 27, 2006 in the instructions where it says:- in includes/filenames.php change the define of both FILENAME_CHECKOUT_PAYMENT and FILENAME_CHECKOUT_SHIPPING to fec_shipping.php it should say in includes/filenames.php change the define of both FILENAME_CHECKOUT_PAYMENT and FILENAME_CHECKOUT_SHIPPING to checkout_shipping.php
jpweber Posted November 27, 2006 Posted November 27, 2006 Yep -- that's one of the errors in the install file. Good catch. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
romantix Posted November 28, 2006 Author Posted November 28, 2006 Thank you so much for your help! :thumbsup: I have done that...now I have another problem: When I click on the Checkout botton --> It brings up the 'Your Details' screen. There is a button under the Shipping Method section: Get new total. If I don't press that button and fill in the CC info instead and click on the CONTINUE button. It does not proceed to the next screen but stays right there (on checkout_shipping.php). If, however, I press the 'Get new total' button - then it loads my entire website within this website (with all the graphics duplicated and in the middle it says: Your DetailsCredit Card Error!The first four digits of the number entered are: <br>If that number is correct, we do not accept that type of credit card.<br>If it is wrong, please try again. ALSO - I HAVE INSTALLED A DELIVERY CALENDAR CONTRIBUTION AND I WONDER IF THE CALENDAR WILL SHOW AFTER I GET THIS CONTRIBUTION WORKING?
itfitz Posted December 2, 2006 Posted December 2, 2006 I am having the same problem, it is getting to the checkout_shipping.php page and just reloads the page if I hit continue If it was easy, anyone could do it!
jpweber Posted December 2, 2006 Posted December 2, 2006 I fixed Jan's FEC .... everyone's is different. I forgot what I did, but if you need help, you can e-mail (not message) me .... Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.