Welcome,
This is my script used for selling items on allegro.pl
It was oryginaly used for selling books, so some of the functiality remained.
It is designed to work with external system.
Script starts from index.php it can be called by cron or
manually from the web browser.
Basicly it searches the ftp account for uploaded file with items.
Each row from the file is read by auctionsManager and calls new auction.
Each row is a single auction or item in the store.
You have do define how the data is orginized in auctions.php.
Basic configuration needs do be done in conf.php
This is just an example how it could be done.
Enjoy.
|