Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Aage

Archived
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Aage

  1. Same here; --- if I only could write some code I would have jumped on this, but?? It is a greate contribution..!
  2. Have a look at http://www.spacecoin.com I have tested it out in iFrame and it starting looking good - However they have a way to go to improve their module. BRgds
  3. Sorry if I'm not using the right thread, but under ?Admin Access Level Accounts for MS2? it looks like the activities have diminished. I?m begging for help to increase the login time under Admin as it?s a waist off time logging in every 24 minutes and I can?t modify the timeout length in the php.ini file as I?m on a shared server. Being limited myself, I was hoping someone else had done something to this contribution to keep the login ?open? but searching for hours I haven?t found anything that works. Someone that can help keeping me staying ?logged in? ? Thanks in advance.
  4. Thanks Steve, The C - S selector workes perfect for me, - looks like. Will continue testing. Best Regards :rolleyes:
  5. The other way to keep session timeout by keep session_register for login_id, login_group_id every reload page by make litle chang to function tep_admin_check_login() function tep_admin_check_login() { ?global $PHP_SELF, $login_id, $login_groups_id, $login_first_name; ?if (!tep_session_is_registered('login_id')) { ? ?tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); ?} else { ? ?tep_session_register('login_id'); ? ?tep_session_register('login_groups_id'); ? ?tep_session_register('login_first_name'); ? ?$filename = basename( $PHP_SELF ); ? ?if ($filename != FILENAME_DEFAULT && $filename != FILENAME_FORBIDEN && $filename != FILENAME_LOGOFF && $filename != FILENAME_ADMIN_ACCOUNT && $filename != FILENAME_POPUP_IMAGE && $filename != 'packingslip.php' && $filename != 'invoice.php') { ? ? ?$db_file_query = tep_db_query("select admin_files_name from " . TABLE_ADMIN_FILES . " where FIND_IN_SET( '" . $login_groups_id . "', admin_groups_id) and admin_files_name = '" . $filename . "'"); ? ? ?if (!tep_db_num_rows($db_file_query)) { ? ? ? ?tep_redirect(tep_href_link(FILENAME_FORBIDEN)); ? ? ?} ? ?} ?} ? } <{POST_SNAPBACK}> No changes on "timeout" with this code or the old one. It is frustrating working on my admin site and being thrown out every 24 minutes. Any other suggestions??
  6. Working perfect on my 2.2. What about a hack for the admin side, - updating the customers, I believe it should be in customers.php file ?? ....any assistance appreciated.
  7. Yes, I have seen that about Pay Pal IPN and also the payment module from Alliance SA is most likely conflicting since it contains ? $cart->reset(true); ? and the latest contribution requires this removed. So removing all my payment modules or the "Fancy"? Well, will be out on vacation a few weeks prior to going live - may be it will be solved by then, or another MOD pops up.
  8. Have a feeling it is also conflicting with the payment modules I have installed. I will wait a few days to see if any update / correction or advice are given and contrary I will have to remove it even though the account_history_info is a very nice MOD.
  9. Have installed and tried and checked......and read :'( Well, no confirmation e-mail and I only get one "old style" (html ? since link to account_history_info.php is working)) e-mail invoice sent to the customer; - all settings in Admin are correct. Since everything works except ?Fancy html e-mail? I tried to change configure.php and no reaction even when it?s wrong and I believe I should get an error message? Am I missing something in a file with reference to this configure file??
  10. Found one bug related to Zonesworld.php as you have inserted in the code MODULE_SHIPPING_ZONES_TAX_CLASS. I changed this to: MODULE_SHIPPING_ZONESWORLD_TAX_CLASS, but still the tax is not added on the shipping charge. Since I'm new to osCommerce and have none experience in coding; -are there someone that have found a solution to this module as I need different taxes to different zones and this module looks greate; - .if I could get the tax issue working??? Thanks for any help!
×
×
  • Create New...