Hi Mohamed,
I have done some further testing. Hope this makes sense to you.
Kind regards
Jennifer
Summary
- Emails are not being sent unless manually clicked during product Auction.
Tested using Hosting Cron and just Hikashop
Sent Auction Finished Notification being sent to both winner and loser. [privacy issue here]
Testing 2
Cron - Set on Hosting server using Hikashop Cron help files setup usint the following:
Command:
wget -O /dev/null "
www.mywebsite.com.au/cron.php
" > /dev/null
cron.php - contains:
<?php
header("Location:
www.mywebsite.com.au.com.au/index2.php?o..._hikashop>ask=cron
");
exit();
****************************************
Settings in Hikashop Component >System>Cron
Miniumum delay between two cron taks 5 seconds
URL:
www.mywebsite.com.au/index.php?option=com_hikashop&ctrl=cron
Report
Send report: only if Hikashop executes an action
**************************************
Auction run 15
Auction Started and ran - no emails
**************************************
Auction run 16
Auction Started / Click Cron URL after 2 bids entered from two different accounts
Emails arrived after manual Click
Click Cron URL after Auction completion
Final Auction notifications
Auction Winner notification sent to advise winner account on win.
Auction Finished notification sent to advised lost auction.
Auction Finished notification sent to advised lost auction also sent to Winner's account with the Losers account name.
****************************************
Testing 1
Cron - removed Cron Job from hosting Provider
****************************************
Settings in Hikashop Component >System>Cron
Miniumum delay between two cron taks 5 seconds
URL:
www.mywebsite.com.au/index.php?option=com_hikashop&ctrl=cron
Report
Send report: each time Hikashop is triggered
**************************************
Auction run 17
Auction Started and ran - no emails
**************************************
Auction run 18
Auction Started / Click Cron URL after 2 bids entered from two different accounts
Emails arrived after manual Click
Click Cron URL after Auction completion
Final Auction notifications
Auction Winner notification sent to advise winner account on win.
Auction Finished notification sent to advised lost auction.
Auction Finished notification sent to advised lost auction also sent to Winner's account with the Losers account name.
****************************************