
Originally Posted by
acetate
Sorry for the late reply - v1.3.7
navigate to header.php located here
/includes/modules/pages/product_reviews_write/header.php
around line # 111 change from
PHP Code:
// end send email
zen_redirect(zen_href_link(FILENAME_PRODUCT_REVIEWS, zen_get_all_get_params(array('action'))));
to
PHP Code:
// end send email
zen_redirect(zen_href_link(FILENAME_PRODUCT_INFO, zen_get_all_get_params(array('action'))));
This should work for ya, I tested it and it seems to work fine but use it at your own risk :)
Make sure you back up your files in case you make a mistake or need to revert back to the original state of your zen cart.
Bookmarks