Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate upload troubles


Guest

Recommended Posts

ok... I have figured out how to succesfully get the original .txt file to upload adding one product, using notepad. My information is seperated by a semi colon in the notepad vs tab delimited.

 

I reallly don't want to go through the pain of adding 1000 products in notepad and would much rather do it in EXCEL. The problem is when I bring it into EXCEL and save it as a .txt (tab delimited) file it will not upload to EP. So I try to bring it into Notpad then save it as .txt, it still will not upload.

 

My question is what am I missing, what am I not doing in-correctly. It appears that EP will only accept my file if it seperated by semi-colons not tab delimited.

 

thanks!

 

Leslie

Link to comment
Share on other sites

ok... I have figured out how to succesfully get the original .txt file to upload adding one product, using notepad.  My information is seperated by a semi colon in the notepad vs tab delimited. 

 

I reallly don't want to go through the pain of adding 1000 products in notepad and would much rather do it in EXCEL.  The problem is when I bring it into EXCEL and save it as a .txt (tab delimited) file it will not upload to EP.  So I try to bring it into Notpad then save it as .txt, it still will not upload.

 

My question is what am I missing, what am I not doing in-correctly.  It appears that EP will only accept my file if it seperated by semi-colons not tab delimited.

 

thanks!

 

Leslie

 

 

Did you change your easypopulate.php file as instructed? You should // out the line that refers to semi-colon as the seperator and remove the // where it refers to tab-deliminated to make it the default.

Link to comment
Share on other sites

Did you change your easypopulate.php file as instructed?  You should // out the line that refers to semi-colon as the seperator and remove the // where it refers to tab-deliminated to make it the default.

 

 

I dind't see that in the instructions but I have gone in to easypopulate.php and this is what I changed it to...

 

// **** Field Separator ****

// change this if you can't use the default of tabs

// Tab is the default, comma and semicolon are commonly supported by various progs

// Remember, if your descriptions contain this character, you will confuse EP!

global $separator;

$separator = "\t"; // tab is default

//$separator = ","; // comma

//$separator = ";"; // semi-colon

//$separator = "~"; // tilde

//$separator = "-"; // dash

//$separator = "*"; // splat

 

I'm not so great with code but learning quickly does this look correct?

 

I think it's working now.. thanks!

 

thanks

 

Leslie

Link to comment
Share on other sites

I dind't see that in the instructions but I have gone in to easypopulate.php and this is what I changed it to...

I'm not so great with code but learning quickly does this look correct?

 

I think it's working now.. thanks!

 

thanks

 

Leslie

 

That looks correct. I came here knowing zippo about this stuff. Slowly, I am learning.. Its funny that I can help some people, yet I'm still trying to iron out my own web troubles LOL

 

Lori

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.

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...