I have oscommerce based website. The product’s attributes are read from text file. All i want is to press the “insert product” button automatically either through AJAX or anything else. So that i can add 100 product daily in automatic way instead of manually uploading them using text file and press “insert product” button 100 times.
Please tell me how can i do that?
2
Answers
you can use either
or
how to access the both objects I cant tell you without seeing the markup.
Products are different from product attributes. You can simply use a script to upload the products. You can upload the images using an ftp before upload just to make sure the product images are shown up well in the product display.
Shiva