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.

Recommended merchant Image size: 100x40

Additional

#################################################################################
##              -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =-                 ##
## --------------------------------------------------------------------------- ##
##  Affiliate Sidekick - Price Comparison Script for Laravel                   ##
##  Developed by:  Script Origin                                               ##
##  License:       GNU LGPL v.3                                                ##
##  Site:          https://scriptorigin.freshdesk.com/                         ##
##  Copyright:     D.I ScriptOrigin (c) 2012-2018. All rights reserved.        ##
##                                                                             ##
#################################################################################

Regards

Team D.I

Last updated