Removing "date" from customer's review on product page.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
pksd
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Thu Jul 02, 2009 12:39 pm

Removing "date" from customer's review on product page.

Post by pksd » Sun Jun 05, 2011 7:18 pm

Is there a way to remove date from customer's review on products page. Right now it says "..by xxxx on xx/xx/xxxx". Just want to display name not the date.

Thanks
PK

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Removing "date" from customer's review on product page.

Post by mazhar » Mon Jun 06, 2011 2:10 am

You need to edit ConLib/ProductReviewsPanel.ascx file and then find and remove following line of code from file

Code: Select all

<asp:Label ID="ReviewDate" runat="server" Text='<%# Eval("ReviewDate", "on {0:d}") %>'></asp:Label>

pksd
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Thu Jul 02, 2009 12:39 pm

Re: Removing "date" from customer's review on product page.

Post by pksd » Wed Jun 08, 2011 6:17 pm

It worked. Thank you.

Post Reply