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!
AbleCommerce Data Client Utility - Additional images BUG
Re: AbleCommerce Data Client Utility - Additional images BUG
Can you please provide more details...AlexG wrote: I can't use the same images(with the same name) in additional images section!
Thanks for your support
Naveed Ashraf
.com
AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter
Naveed Ashraf

AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter
- AlexG
- Commander (CMDR)
- Posts: 128
- Joined: Mon Mar 03, 2008 9:51 pm
- Location: StealDeals.com
- Contact:
Re: AbleCommerce Data Client Utility - Additional images BUG
Naveed wrote:Can you please provide more details...AlexG wrote: I can't use the same images(with the same name) in additional images section!
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
A patch for this has already been attached to bug 6978And one more:
Can you help me to fix it?
Users can't delete reviews in my account section!
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
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.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)!
Going to post a bug on bugzilla and hopefully will be fixed very soon.
Thanks for your support
Naveed Ashraf
.com
AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter
Naveed Ashraf

AbleCommerce Help Center
AbleCommerce Developer WIKI
Follow us on Twitter