Jump to content


Corporate Sponsors


Latest News: (loading..)

bktrain

Member Since 09 Mar 2006
Offline Last Active Feb 06 2012, 19:29
*****

Posts I've Made

In Topic: Dropdown City needs to be at least 3 letters in length

19 January 2012, 19:49

Go to Admin->>Configuration->>Minimum Values.

You can set your values there.

In Topic: show sign up banner only if visitor is guest

19 January 2012, 19:39

Something like
  if (!tep_session_is_registered('customer_id')) {
    'your code here';
  }

In Topic: CAPTCHA not working in IE

17 January 2012, 05:55

First off why did you redirect to www.? Your cert was issued without it. Unless I'm mistaken, you should change that back.

As for the captcha, check with them to see if they have a secure address you can use to bring that in from.

In Topic: Warning: mktime() [function.mktime]: Can't seem to solve this time zone t...

15 January 2012, 05:18

php 5, you should not have register_globals enabled.

If your osC version requires register_globals to be enabled consider upgrading.

As for the timezone have a loo here. This is a part of osC 2.3.

Click Me

In Topic: Need help to resolve problem in general.php

13 January 2012, 21:14

Did you think about upgrading osC 2.3.1?

Try the link below. It should help you out.

Click Me