Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

r2160

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Glenn Asquith

r2160's Achievements

  1. HI superleeds Have a look at my previous post. It sounds like you are having the same issue that I was. We found it was the csv file that turned out to be the issue. Try saving as a tab delimited file and see if that works. cheers Glenn
  2. Hi all You may have seen my recent post regarding easy populate and not being able to import files. Today I had a breakthrough with it. It was acting like it uploaded, and was putting the file into the temp directory, but it wasnt updating the data inside the site. We discovered that the type of csv file and the version of excel that is used matters. It appears that different versions of excel create different types of csv files. Once we made tab-delimited files and used those, the problem went away. We think that it may have something to do with one version of excel putting extra characters in that other versions of excel dont. Hope this helps somebody. cheers Glenn
  3. Thanks for the reply. As it turns out, I was wrong. I used two different files and one worked, the other didn't, and yes I read through the section in easypopulate. The file that worked was the first file that I exported before I added any products. Firstly, I put one product in each field I want to use on the site, creating the appropriate folders. I then export a complete csv file, and add products into that spreadsheet so that everything goes where it is supposed to, but when I upload, it doesn't work. I get an error in the log: [error] PHP Warning: Invalid argument supplied for foreach() in /.../html/catalog/admin/easypopulate.php on line 1199 I am trying to learn about php coding, but it just happens slowly, and unfortunately, I dont seem to be able to find a reason for this. Any help would be appreciated. cheers Glenn
  4. HI all I have narrowed down the issue with Easy Populate. I have traced the error to this: PHP Warning: Invalid argument supplied for foreach() in /catalog/admin/easypopulate.php on line 1199 $lll = 0; $filelayout = array(); foreach( $theheaders_array as $header ){ $cleanheader = str_replace( '"', '', $header); // echo "Fileheader was $header<br /><br /><br />"; $filelayout[ $cleanheader ] = $lll++; // This is straight out of the unmodified easypopulate file. Any help you could give would be good. cheers and thanks Glenn
  5. Hi all I have had problems uploading using Easy populate via firefox/safari on a Mac using OS 10.4.11 (I might point out that I have virtually no experience in php coding and very little html). As soon as I use easy populate via pc/IE, it works fine. Any idea why this might be? cheers Glenn
  6. Not sure if this helps or not, but I have had problems uploading using Easy populate myself (I might point out that I have virtually no experience in php coding and very little html). Turns out that using a mac to upload hasnt been working for me. As soon as I use easy populate via pc/IE, it works fine. Hope this helps. cheers Glenn
  7. Hi all I have installed "define mainpage" and it works fine. However, I understand that there is an add on that allows simple text control eg, colour, font size, font etc without having to spend time html coding. I have tried searching, but have not been able to find it as yet. Thanks in advance. cheers Glenn
×
×
  • Create New...