Hi,
It is something which can be done using a "cron" plugin.
By unpublishing order emails, you can remove the notification to the administrator and vendors.
(Or using a plugin, you can filter emails to just deactivate emails for the vendors and not the administrator).
You custom "cron" plugin would be triggered every week and would process the emails to the vendors and to the customers.
At this moment, it's not HikaShop which would generate emails but your custom plugin.
There is not need to modify HikaShop or HikaMarket for such plugin, only plugin are required.
You would foud more information in the developper documentation.
www.hikashop.com/en/support/documentatio...r-documentation.html
And these triggers could be useful for you:
- onHikashopCronTrigger(&$messages)
- onBeforeMailPrepare(&$mail, &$mailer, &$do)
- onBeforeMailSend(&$mail, &$mailer)
Regards,