Nishith Nesdiya Posted December 7, 2013 Share Posted December 7, 2013 hello friends.. i am creating one modules.i need to email auto send of each day like cron... how to create a cron in prestashop. pls help me thanks.... Link to comment Share on other sites More sharing options...
doekia Posted December 7, 2013 Share Posted December 7, 2013 cron is something in the system you can however have webcron or the like with some free module http://addons.prestashop.com/en/administration-tools-prestashop-modules/671-crontab-for-prestashop.html Link to comment Share on other sites More sharing options...
NemoPS Posted December 7, 2013 Share Posted December 7, 2013 Do you already have the script which sends out the emails? If so, you must create the cron from your cpanel/plesk interface more on cron jobs: http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CronJobs Link to comment Share on other sites More sharing options...
Guest locen Posted June 22, 2016 Share Posted June 22, 2016 (edited) Hi, i have a problem with cpnael hosting but my host says me that all is ok. if i run link rpestashop manually is ok but if i put link in crontab not runned. i inserted this link in cton ta http://www.domain.com/shop/modules/auctions/cron/process.php?secure_key=d67f55e2e14b59d9ac73f2757125fb9d32dd7177 and is not work. I inserted this /home/user/public_html/index.php?secure_key=d67f55e2e14b59d9ac73f2757125fb9d32dd7177 and not work, any suggest? please help thanks Edited June 22, 2016 by locen (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted June 27, 2016 Share Posted June 27, 2016 Hi, i have a problem with cpnael hosting but my host says me that all is ok. if i run link rpestashop manually is ok but if i put link in crontab not runned. i inserted this link in cton ta http://www.domain.com/shop/modules/auctions/cron/process.php?secure_key=d67f55e2e14b59d9ac73f2757125fb9d32dd7177 and is not work. I inserted this /home/user/public_html/index.php?secure_key=d67f55e2e14b59d9ac73f2757125fb9d32dd7177 and not work, any suggest? please help thanks Depending on your hoster, it may well be (pick and adjust one): /usr/bin/wget -q -t 1 -T 7200 -O /dev/null "http://www.domain.com/shop/modules...." /usr/bin/curl --silent "http://www.domain.com/shop/modules..." Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now