Migrating product fron one site to another site in Oscommerce | Techbirds
Posted on: December 10, 2013 /
Categories: PHP / Author Name: Anand Kumar
Steps for copy product to another site(Using easypopulate plugin) . .
1. The files that neede are :
easypopulate.php –
easypopulate_functions.php –
2. Copy file easypopulate.php and easypopulate_functions into admin/.
3. For adding link to the Admin, edit file admin/includes/boxes/catalog.php by adding this line:(line number around 25)
‘Easy Populate
’.
After:
‘’ . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES .
‘
’ .
4. Then after doing above steps …. you have to login in admin panel and in catalog there is an option “EASYPOPULATE”.
There downlaod and upload functionality are present.
note: The problem I faced …
-> The above plugin require unique product_model_number for every products . So if the product model number is missing. then the above plugin not working .
sol: You can add custom product_model_number (must be unique..) to every product. After importing you can change if needed.
I included require two file(that is customizes according to the Os-commerce Version)Download
573 total views, 2 views today
Share this On