Eshop Magento 1 Scripting problem importing products daily from excel
Budget: €8 – €30 EUR
we have an Eshop Magento 1 Scripting problem importing products daily from excel and is not working as it suppose to. we need to fix the scrip or make it better.
This is how it looks
22:19
Cron jobs
Server time zone EST
1 22 * /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/xep/import_image.php
This cron job used to download the products images from partner () store.This cronjob run once in day.
Time : 10:01 PM
0 23 * /opt/cpanel/ea-php56/root/usr/bin/php
/home/sample/sample.com/html/xep/create_final_csv.php
After download the prodcuts images this cron job create final csv for import product this cron create a csv file that support magento This cronjob run once in day.
Time : 11:00 PM
45 23 * /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/ftpimport/index.php
This cron job update product stock and import new latest products. This cronjob run once in day.
Time : 11:45 PM
0 /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/xep/disable_products.php
This cron job diable products that are not in new csv file. This cronjob run every one hour.
/5 * /bin/sh /home/sample/sample.com/html/cron.sh &> /dev/null
This cron job run every five minute. This cron job used to send order email, register email, ship email etc.
1. Setup cron Job on new server
2. Add functionality for delete the product images
that are disable
3. Disable the products from website that are not used in excelsheet
4. We need to delete disable products ?? Out of stock
This is how it looks
22:19
Cron jobs
Server time zone EST
1 22 * /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/xep/import_image.php
This cron job used to download the products images from partner () store.This cronjob run once in day.
Time : 10:01 PM
0 23 * /opt/cpanel/ea-php56/root/usr/bin/php
/home/sample/sample.com/html/xep/create_final_csv.php
After download the prodcuts images this cron job create final csv for import product this cron create a csv file that support magento This cronjob run once in day.
Time : 11:00 PM
45 23 * /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/ftpimport/index.php
This cron job update product stock and import new latest products. This cronjob run once in day.
Time : 11:45 PM
0 /opt/cpanel/ea-php56/root/usr/bin/php /home/sample/sample.com/html/xep/disable_products.php
This cron job diable products that are not in new csv file. This cronjob run every one hour.
/5 * /bin/sh /home/sample/sample.com/html/cron.sh &> /dev/null
This cron job run every five minute. This cron job used to send order email, register email, ship email etc.
1. Setup cron Job on new server
2. Add functionality for delete the product images
that are disable
3. Disable the products from website that are not used in excelsheet
4. We need to delete disable products ?? Out of stock