AbleCommerce Data Client Utility - Additional images BUG

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
AlexG
Commander (CMDR)
Commander (CMDR)
Posts: 128
Joined: Mon Mar 03, 2008 9:51 pm
Location: StealDeals.com
Contact:

AbleCommerce Data Client Utility - Additional images BUG

Post by AlexG » Mon Jun 30, 2008 2:14 am

I found that AbleCommerce Data Client Utility has the a bug maybe:
I can't use the same images(with the same name) in additional images section!

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: AbleCommerce Data Client Utility - Additional images BUG

Post by Naveed » Tue Jul 15, 2008 12:02 am

AlexG wrote: I can't use the same images(with the same name) in additional images section!
Can you please provide more details...

User avatar
AlexG
Commander (CMDR)
Commander (CMDR)
Posts: 128
Joined: Mon Mar 03, 2008 9:51 pm
Location: StealDeals.com
Contact:

Re: AbleCommerce Data Client Utility - Additional images BUG

Post by AlexG » Wed Jul 16, 2008 1:10 am

Naveed wrote:
AlexG wrote: I can't use the same images(with the same name) in additional images section!
Can you please provide more details...

I have 2 products with the same additional images(the same file http://www.xxx.com/images/xxx.jpg) - Data Client Utility not adding the second additional image in DB ( empty field)!

And one more:
Can you help me to fix it?
Users can't delete reviews in my account section!

Thanks,
Alex Greg

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: AbleCommerce Data Client Utility - Additional images BUG

Post by sohaib » Wed Jul 16, 2008 4:04 am

And one more:
Can you help me to fix it?
Users can't delete reviews in my account section!
A patch for this has already been attached to bug 6978
http://bugs.ablecommerce.com/show_bug.cgi?id=6978

In short what you need to do is
Change the definition of Page_Load method to Page_init in ~/ConLib/MyProductReviewsPage.ascx.cs file.

From:
--------
protected void Page_Load(object sender, EventArgs e)
--------

To:
--------
protected void Page_Init(object sender, EventArgs e)

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: AbleCommerce Data Client Utility - Additional images BUG

Post by Naveed » Wed Jul 16, 2008 11:17 am

AlexG wrote:I have 2 products with the same additional images(the same file http://www.xxx.com/images/xxx.jpg) - Data Client Utility not adding the second additional image in DB ( empty field)!
Thanks for pointing out the issue, I just confirmed it. It only happens when you have more then one additional images of same file (same image url's). In that particular case only one additional image is associated and others are ignored.

Going to post a bug on bugzilla and hopefully will be fixed very soon.

Post Reply