Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tapa

Pioneers
  • Posts

    31
  • Joined

  • Last visited

Everything posted by tapa

  1. @@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)
  2. @@fulluvscents what PHP version is on your test site?
  3. @@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)
  4. @@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.
  5. @@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)
  6. 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.
  7. 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()
  8. @@surrfman Agree with you. This needs to be written somewhere. ...only show option to ggrant3!
  9. They can use 'Password forgotten' option and get new password to previously used email address.
  10. @@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.
  11. Checkout comments does not appear in "order list" and e-mail report!!! At least for me.
  12. How to enable "enter" key for Checkout comment textbox (like in contact_us textbox) ? Need to enable writing in multiple rows.
×
×
  • Create New...