Once a magento product review has been submited it returns be default back to a black review form with a notification message at the top of the page saying it has been submited.
I would rather the page returns back to the original product information page rather than a blank review form.
Is there a way I can change the return page ?
As Oguz stated,
This is what you’re looking for inside “ProductController.php” in app/code/core/Mage/Review/Controllers”:
To redirect to the homepage, replace
with
Remember, that editing core is never a future-proof solution. This will work as a temporary solution.