osCmax v2.5 User Manual
Results 1 to 7 of 7

Best way to populate your store?

This is a discussion on Best way to populate your store? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Right now I'm using the web interface which is very tedious and I'm looking for a better way. ---- For ...

      
  1. #1
    Active Member
    Join Date
    Oct 2004
    Posts
    215
    Rep Power
    8


    Default Best way to populate your store?

    Right now I'm using the web interface which is very tedious and I'm looking for a better way.

    ----

    For images I've decided mopics is about as good as it gets. I have a few thousand products, so I need to organize them somehow. Here is my basic template for image names...

    <mfg abbrev.>-<subtype>-<model#>-<name>
    To-GF-768-Weasel
    Toland - Garden Flag - Weasel

    For uploading the best I've found is easy populate. I haven't exactly figured it all out yet, but what I think is the way is to first download the complete database through the cpanel. Then pull it up in excel and edit to your heart's content. If I want to add a new product I should copy a row and modify it to be the new item.

    That's really my main question. Do I just have to copy a row there and I'll have a new item in my SQL database? Will it do all the fields just right? I am pretty comfortable using easypopulate to modify existing data, but am nervous about using it to add new items.

    Also, I know there are some desktop applications out there to manage your inventory. What is everyone's opinions on the best way to administer your store?

    Thanks

    Greg

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    To use easypopulate, go to the easypopulate section in the admin, end export your database. Then in excel, open it, and add your changes. Be sure to follow the easypopulate instructions on how to make your changes. It is not hard to do, but does require a particular method. Then use easypopulate to upload your changes.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    lem
    lem is offline
    Member
    Join Date
    Nov 2004
    Location
    CDA, ID
    Posts
    40
    Rep Power
    0


    Default Easy Populate

    I'm not even sure that if I knew how to use it, that it would work...

    When I go the Easy Populate Section of my ADMIN the following errors show up on top.

    Warning: set_time_limit(): Cannot set time limit in safe mode in /home/virtual/site33/fst/var/www/html/catalog/admin/easypopulate.php on line 28

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/virtual/site33/fst/var/www/html/catalog/admin/easypopulate.php:28) in /home/virtual/site33/fst/var/www/html/catalog/admin/includes/functions/sessions.php on line 67

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/virtual/site33/fst/var/www/html/catalog/admin/easypopulate.php:28) in /home/virtual/site33/fst/var/www/html/catalog/admin/includes/functions/sessions.php on line 67
    What does it mean? Also, are their step by step instructions on using easy populate? This is definitly a feature I need because I deal with thousands of products. My website is www.truckracingparts.com. If anyone could help me out that would be appreciated. Thanks!

  4. #4
    Active Member
    Join Date
    Jan 2003
    Location
    Surrey, UK
    Posts
    126
    Rep Power
    0


    Default

    Easypopulate takes so long to run that they need to set the script execution time limit longer than standard (which is normally 30 seconds). However this relies on using the set_time_limit() function which may not be allowed on certain servers - yours included.

    reference:

    http://uk2.php.net/function.set-time-limit

  5. #5
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    Yes, your php is running in safe mode, so it may not work in the default configuration. You may need to modify the easypopulate script, since it was written assuming safe mode off. You could search the osCommerce forums for 'easypopulate safe mode' and see what that turns up. You may find an answer.

    Another route to go is to export your product tables to excel CSV files manually, then open them in excel or other spreadsheet, and manually add the product data. Then save and import the CSV files manually. You need a mysql front end like phpmyadmin to do this easily (or you need to have command line access).
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  6. #6
    lem
    lem is offline
    Member
    Join Date
    Nov 2004
    Location
    CDA, ID
    Posts
    40
    Rep Power
    0


    Default

    Gotcha, thank you for your help!

  7. #7
    New Member
    Join Date
    Feb 2005
    Posts
    5
    Rep Power
    0


    Default product on shelves :-)

    I'm a complete noob, but I've been working with oscommerce a bit and have come up with an idea that may freak you but it seems to work

    I have taken the sql files from phpmyadmin opened in text editor and copied to excel.
    Then I opened the new oscommerce sql and found the section for the table I'm working on. Copied the "VALUES" and stripped them on an excel row. using excel functions. having created this 'stripping template' I then just copy n paste the list of "ITEM VALUES" into the spaces and concatenate the row at the end.
    The next step is to copy the resulting string into an original sql for the table and open the sql in phpmyadmin.

    It doesn't matter how long the list is as you can split it across several sheets and concatenate (just poor visually)

Similar Threads

  1. Easy populate
    By countingsheep in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 06-26-2006, 01:18 PM
  2. How to Setup a Test Store using your Web Store Code
    By mnpolock in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 05-24-2005, 05:05 AM
  3. Where did Easy Populate Go?
    By ScaleCreep in forum osCmax v1.7 Discussion
    Replies: 10
    Last Post: 02-21-2005, 07:23 AM
  4. Easy Populate
    By lem in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 12-07-2004, 02:28 PM
  5. How to use Easy Populate
    By judoka in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 07-07-2003, 09:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •