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.
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
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?
Hi.
Try to comment that line https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/responses/product/review.php#L56
MUCH appreciated. I just couldn't locate this. Your message helped me to resolve it. Thanks again. :)