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: Deleting a merchant also deletes his products, invoices, reports and other attributes
Note: Deleting Category also deletes its products
Additional
Regards
Team D.I
Last updated