View Single Post
  #3  
Old 10-27-2014, 06:24 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: How to make 'x reviews' link take you to Customer Feedback tab and not separate page

Just edit /common_files/modules/Advanced_Customer_Reviews/acr_product_details.tpl
(Or much better copy the template into your own custom skin)

Look for this line (near line 53):
Code:
(<a href="reviews.php?productid={$productid}{if $cat}&amp;cat={$cat}{/if}">{$general_rating.total} {$lng.lbl_acr_reviews}</a>)

change it to:
Code:
(<a href="#product-tabs-feedback">{$general_rating.total} {$lng.lbl_acr_reviews}</a>)
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote