Page 1 of 1
AbleCommerce Data Client Utility - Additional images BUG
Posted: Mon Jun 30, 2008 2:14 am
by AlexG
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!
Re: AbleCommerce Data Client Utility - Additional images BUG
Posted: Tue Jul 15, 2008 12:02 am
by Naveed
AlexG wrote:
I can't use the same images(with the same name) in additional images section!
Can you please provide more details...
Re: AbleCommerce Data Client Utility - Additional images BUG
Posted: Wed Jul 16, 2008 1:10 am
by AlexG
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
Re: AbleCommerce Data Client Utility - Additional images BUG
Posted: Wed Jul 16, 2008 4:04 am
by sohaib
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)
Re: AbleCommerce Data Client Utility - Additional images BUG
Posted: Wed Jul 16, 2008 11:17 am
by Naveed
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.