Joomla 3.9.23
PHP 7.4.13
Virtuemart 3.8.6
How can I sent costumers to the home page after clicking the Continue shopping link in the mini cart and/or cart?
Edit and override the continue links in components/com_virtuemart/views/cart/tmpl/padded.php and components/com_virtuemart/views/cart/tmpl/default.php
If you already use overrides then edit the same-named files in templates/[your-joomla-template]/html/com_virtuemart/cart/
QuoteBy default, the "Continue Shopping" button redirects to a category page or the store home page.
And that is right for ecommerce.
Redirect to home page is wrong.