In 1.3.5SP3, I wanna move the “reviews” tab behind “more images” tab in product details page. How to do ?
I found an anwser below:
In order to do this please edit the "product_tabs" array in the "include/customer/products.php" file right above this line of code:
Code:
$smarty->assign("content", "product_details");
But dunno what should to add above such codes. Anyone can help me ? Thanks.