Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anyone heard of this one?


Silverado05

Recommended Posts

Posted

I am installing this contribution and it says open:

 

open /includes/modules/account_details.php

 

Their is no such file as account_details.php

in that folder or any other folder in this installation.

 

Am I missing something here?

 

-Thanks

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
I am installing this contribution and it says open:

 

open /includes/modules/account_details.php

 

Their is no such file as account_details.php

in that folder or any other folder in this installation.

 

Am I missing something here?

 

-Thanks

 

what does it say to do to that file?

I thought this stuff was gonna be easy!!

BACK IT UP BEFORE YOU JACK IT UP!!!!

Posted

Open /includes/modules/account_details.php
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Find following code:

if ($entry_date_of_birth_error) {
echo tep_draw_input_field('dob') . ' ' . ENTRY_DATE_OF_BIRTH_ERROR;
} else {
echo $dob . tep_draw_hidden_field('dob');
}



Replace with this:

if ($entry_date_of_birth_error) {
echo tep_draw_input_field('dob') . ' ' . ENTRY_DATE_OF_BIRTH_ERROR;
} elseif ($entry_date_of_birth_error2) {
echo tep_draw_input_field('dob') . ' ' . ENTRY_DATE_OF_BIRTH_ERROR2;
} else {
echo $dob . tep_draw_hidden_field('dob');
}

 

 

I can't even find this code in any file that might be similar.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted

I have a affiliate_account_details.php file with the above code but not a account_details.php.

 

I didn't even find this file in the installation folder.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
I have a affiliate_account_details.php file with the above code but not a account_details.php.

 

I didn't even find this file in the installation folder.

ya neither did I. I dont have it on any of my files. or even any part of it.

 

stump.

I thought this stuff was gonna be easy!!

BACK IT UP BEFORE YOU JACK IT UP!!!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...