AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Sean Armstrong on June 26, 2019, 07:28:44 PM

Title: Remove Review Dates
Post by: Sean Armstrong on June 26, 2019, 07:28:44 PM
Is it possible to remove the review dates from within the product window and leave just the star rating and review itself.

Any help would be gratefully received.
Title: Re: Remove Review Dates
Post by: Basara on June 27, 2019, 01:16:48 AM
Hello.
You should edit .tpl file in your template
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl
Title: Re: Remove Review Dates
Post by: Sean Armstrong on June 27, 2019, 06:41:07 AM
I've had a look here but cant seem to locate the line to comment out the date.  Do you have an idea which line it might be?
Title: Re: Remove Review Dates
Post by: Basara on June 27, 2019, 06:48:27 AM
Hi.

Try to comment that line https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/responses/product/review.php#L56
Title: Re: Remove Review Dates
Post by: Sean Armstrong on June 28, 2019, 08:34:01 AM
MUCH appreciated.  I just couldn't locate this.  Your message helped me to resolve it.  Thanks again.  :)