Other Functions
Misc
RSS FEED
RSS is a type of web feed which allows users to access product updates
RSS location is http://yoursite.com/feed
The Default output is 20,
It updates automatically every time a new product is added.
Contact Us: people can contact you via this page http://yoursite.com/contact
Cron
This is a time-based job scheduler; a global price updater was built to work with this function.
Setup Cron
Select Cron Jobs in Control panel
On Common Settings select your preferred option
Command
Automatic Price Updater Command:
Hostinger Cron:
/usr/bin/php /home/username/public_html/laravel/artisan globalupdate
OR
/usr/bin/php /home/ username/public_html/laravel/artisan schedule:run
Virtualmin Cron: php -q /home/username/public_html/laravel/artisan globalupdate
Cpanel(Not Tested):
/usr/local/bin/php /home/username/public_html /laravel/artisan globalupdate
The Logs goes to http://yoursite.com/laravel/storage/logs/laravel.log
Note: Before enabling Cron, ensure that merchant REGEX is set, there is a tool for testing REGEX.
Note: Deleting a merchant also deletes his products, invoices, reports and other attributes
Note: Deleting Category also deletes its products
Recommended merchant Image size: 100x40
Additional: https://www.youtube.com/watch?v=jnk7EnStD_4
Additional
Regards
Team D.I
Last updated