Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SPOOKS ! I need to correct this.


Guest

Recommended Posts

I installed it and new customers can't log in now.

 

The error is: Your date of birth must be in this format: MM/DD/YYYY (eg 05/21/1970)

 

The pull down menu is in DD/MM/YYYY

 

 

Where or what do I change to make this work ???

 

 

Again, I appreciate your help.

 

 

Chris

Link to comment
Share on other sites

  • 3 weeks later...

Just spotted this by chance, anyway the best way to fix this is for you to move to europe!!

 

But failing that:

 

In the mod for catalog/includes/functions/html_output.php

 

find:

 

if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224) {

 

replace with:

 

// mm dd yy contries = 38 canada,139 Micronesia,163 Palau,168 Philippines,223 & 224 United States

if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224 || STORE_COUNTRY == 38 || STORE_COUNTRY == 139 || STORE_COUNTRY == 163 || STORE_COUNTRY == 168) {

 

 

Let me know if that sorts it for you, its a long time since I did that contrib so I might have missed something.

I`ll update the contrib when fix is confirmed

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

  • 11 months later...
Just spotted this by chance, anyway the best way to fix this is for you to move to europe!!

 

But failing that:

 

In the mod for catalog/includes/functions/html_output.php

 

find:

 

if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224) {

 

replace with:

 

// mm dd yy contries = 38 canada,139 Micronesia,163 Palau,168 Philippines,223 & 224 United States

if(STORE_COUNTRY == 223 || STORE_COUNTRY == 224 || STORE_COUNTRY == 38 || STORE_COUNTRY == 139 || STORE_COUNTRY == 163 || STORE_COUNTRY == 168) {

 

 

Let me know if that sorts it for you, its a long time since I did that contrib so I might have missed something.

I`ll update the contrib when fix is confirmed

 

 

Bro

 

Do you know how I can add more years to the year drop down? Also, is this stable now?

Chur

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...