

tapa
Members-
Content count
31 -
Joined
-
Last visited
About tapa
- Birthday 05/16/1977
Profile Information
-
Real Name
Did S
-
Gender
Male
-
Location
LV
-
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@fulluvscents about my PHP problem: it seems that the problem was with server config, because I test it (in that day) on different PC before I put on another server. ! but ! today I check that "problem site" on old server - everything is working properly (PHP was the same and no modification from my side) -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@fulluvscents what PHP version is on your test site? -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@fulluvscents about Your testsite - IE8, Safari 5.1 (Windows) works good, without errors! Tested with checkot.php and login.php! (offtopic: login.php works even in IE7, problems in checkout, but this is not important, thanks for IE8 solution) -
-
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@Alex Karamushko I can`t access php.ini on this server, because I use Shared Hosting. I will try disable warnings by php script on that page. -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@Krasimir Zlatev What version of Simple Checkout You use? 2.2 or 1.6? Maybe this helps you: If you use 2.2 with "Drop on Top" solution then open language file checkout.php and correct it (description how to do this is written some post earlier , on page 11, by @@opiate) -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
About vesion 1.6 (currently use in my site) I move site to another server with php5.3.2 and get "parsererror" only in IE8, but on old server with php5.2.6 works without error in any browsers. -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
Thanks Jetta! Internet Explorer 8; Internet Explorer 9; Firefox 8, Firefox 12, works good (even the Enter key in comments ;) ), except at end: http://simplecheckout.oscbyjetta.com/checkout_success.php Your Order Has Been Processed! Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days. Please direct any questions you have to the store owner. Thanks for shopping with us online! Fatal error: Call to undefined function tep_session_is_regisetered() in /home/oscbyj5/public_html/simplecheckout/checkout_success.php on line 159 Looks like there`s a typo: tep_session_is_regisetered() -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@surrfman Agree with you. This needs to be written somewhere. ...only show option to ggrant3! -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
They can use 'Password forgotten' option and get new password to previously used email address. -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
@@ggrant3 In my site I need only Guest accounts, with Name, Surname, Company name, Country, Phone and E-mail. So I use v1.6 of Simple Checkout (in v2.2 it's similar). !!! This is not recommended if you need standart account !!! In checkout.php I remove: else { $check_email_query = tep_db_query("select count(*) as total from " . TABLE_CUSTOMERS . " where customers_email_address = '" . tep_db_input($_POST['email']) . "'"); $check_email = tep_db_fetch_array($check_email_query); if ($check_email['total'] > 0) { $return['status'] = 'error'; $return['msg'] = ENTRY_EMAIL_ADDRESS_ERROR_EXISTS; $return['action'] = 'login'; } } Then I remove all unnecessary fields and payment option. -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
Checkout comments does not appear in "order list" and e-mail report!!! At least for me. -
Simple Checkout - for 2.3.1 (official support thread)
tapa replied to fulluvscents's topic in General Add-Ons Support
How to enable "enter" key for Checkout comment textbox (like in contact_us textbox) ? Need to enable writing in multiple rows.