Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

akheir

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Andy

akheir's Achievements

  1. I am getting an error with Froogel feed - this was working before install of SEO, Fatal error: Maximum execution time of 30 seconds exceeded in /home/partsnow/public_html/admin/includes/classes/froogle.php on line 104 I tried adding some modifications: 'name' => '<a href="'. tep_href_seolink(FILENAME_PRODUCT_INFO, 'products_id=' . $data['products_id'], 'NONSSL', false) .'">'.$this->strip($data['products_name']).'</a>', It doesn't seem to work. Has anyone fixed this issue? I believe it has to do with the following line in froogle.php : //product URL // ! REQUIRED ! $this->producturl = HTTP_SERVER . DIR_WS_CATALOG . 'product_info.php?products_id='; Any help is appreciated. Andy www.industrialpartsnow.com
  2. I have worked with jeeperss98 and found the issue to be PHP5. To fix it, in \admin\easypopulate.php and \admin\easypopulate_basic.php Find array_walk($readed, 'walk'); replace by this //array_walk($readed, 'walk'); foreach ($readed as $readed_record) { walk($readed_record); } Andy
  3. No. :) I have hundreds of products with the same image. Can you post the first 3 lines of you *.txt file. Maybe we can see something your missing. BTW - I notice your filename is not appended with EPA - which version of EP are you using for upload (basic?)?
  4. Import with Excel - specify Delimiter to "^" and unselect the defaults. When done, use "Save As" and select tab delimited under type.
  5. There is also a file in the Contribs section: Easy Populate Extra Documentation It covers some issues that users may run into.
  6. BTW - there is a file in the Contribs section: Easy Populate Extra Documentation It covers some issues that users may run into.
  7. BTW - check 1readmefirst.txt for better install directions
  8. Umm - What size is the file? EP has problems with files >500k or 300 records. You probably want to split them up before uploading. Just a thought from a newbie. BTW - Check out this thread for other problems : http://www.oscommerce.com/forums/index.php?sho...=162244&st=3680
  9. Have you set up EP in ADMIN? Log in a check Admin->Configuration->Easy Populate Here is what mine is set to: --- If you don't have this with EP2.81 then you haven't fully installed.
×
×
  • Create New...