Review System Challenge

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
butterscotch
Lieutenant (LT)
Lieutenant (LT)
Posts: 80
Joined: Fri Sep 19, 2008 11:39 am

Review System Challenge

Post by butterscotch » Tue Apr 24, 2012 3:11 pm

Hello,

We have an issue with the review system. When you have multiple pages the grid that holds the description(s) of the product starts to partition when you go from page 1,2,3,etc of the different reviews...anyone has a solution for this.
here's an example: http://www.purdys.com/Sweet-Georgia-Browns-P293.aspx

Go to reviews and then go the 2nd or third page and you will see what i'm talking about!

Thanks


Serge

User avatar
david-ebt
Captain (CAPT)
Captain (CAPT)
Posts: 253
Joined: Fri Dec 31, 2010 10:12 am

Re: Review System Challenge

Post by david-ebt » Tue Apr 24, 2012 3:28 pm

How are you creating the table with the products? It looks like every time you post back to go to a new page, a new set of columns is added to the table with the products.
David
http://www.ecombuildertoday.com
Enhanced Reporting for AbleCommerce
Image

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Review System Challenge

Post by AbleMods » Wed Apr 25, 2012 9:37 am

Yeah looks like the table is getting built in the code and the code needs to call GridView.Columns.Clear() before populating the columns collection.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

butterscotch
Lieutenant (LT)
Lieutenant (LT)
Posts: 80
Joined: Fri Sep 19, 2008 11:39 am

Re: Review System Challenge

Post by butterscotch » Thu May 24, 2012 12:53 pm

Hello,

Thankyou David and Joe. I believe our IT team told me that some of our customized code was getting the way. Thank you for your help. Much appreciated,

Serge

Post Reply