Search found 17 matches

by illyrianmoon
Wed Dec 11, 2013 2:41 pm
Forum: AbleCommerce GOLD
Topic: Display Category Grid on Homepage
Replies: 3
Views: 2767

Re: Display Category Grid on Homepage

Thank you so much! That code change worked perfectly. The little things can really trip you up sometimes. :)
by illyrianmoon
Mon Dec 09, 2013 10:56 am
Forum: AbleCommerce GOLD
Topic: Display Category Grid on Homepage
Replies: 3
Views: 2767

Display Category Grid on Homepage

Hi, all. On version 7, I had no problem modifying one of the category grid ConLib files so that it would display the root-level categories on the homepage, rather than the featured products grid. When I try to do the same in AC Gold, the page blows up. Has anyone been able to do this successfully? T...
by illyrianmoon
Wed Apr 03, 2013 2:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupon only for customers not in a group
Replies: 11
Views: 11674

Re: Coupon only for customers not in a group

Has anyone successfully added this? I, too, added the code, but it didn't seem to make a difference. Our dealers are combining volume discounts with a coupon, and if I specify which groups can use the coupon, regular customers can't use the coupon. :|
by illyrianmoon
Wed Mar 20, 2013 3:07 pm
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5111

Re: HTML Editor on Product Templates

It seems I spoke a bit too soon, as this does replace the textarea with an HTML editor, but the textarea doesn't hook into the custom fields dialog on the product page. I'm thinking maybe I need to add something to the StringBuilder section of the EditProductTemplate.aspx.cs code file. I will work o...
by illyrianmoon
Tue Mar 19, 2013 9:44 am
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5111

Re: HTML Editor on Product Templates

Mazhar, thank you so much for providing me with the code! That's very nice of you. It looks like that worked just as it should. I deeply appreciate the assistance. And you're correct, this is only on the merchant side, not the cart side. I guess I never did much with the admin code in version 7, so ...
by illyrianmoon
Mon Mar 18, 2013 12:56 pm
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5111

Re: HTML Editor on Product Templates

I feel pretty dense here, but I've been at this for a couple of hours, and I can't find the proper place to put the script tags in Gold. In the old version, I would have just put it in the head or body area of the scriptlet. Could someone point me in the right direction? I'll keep hacking away at it...
by illyrianmoon
Fri Mar 15, 2013 1:58 pm
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5111

Re: HTML Editor on Product Templates

Thanks for the reply mazhar! I'll have to look into how to implement that, but I'll give it a try and check back in.
by illyrianmoon
Fri Mar 15, 2013 11:04 am
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5111

HTML Editor on Product Templates

Does anyone know if/how I could add an HTML editor to the text field on a product template? For example, say I added a template with a textarea as the input field, then added the template to several (or all) products. Is there any way to add an HTML editor to the textarea on EditProductTemplate.aspx...
by illyrianmoon
Sat Dec 01, 2012 6:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Room Layout Softare (Integrate with AC)
Replies: 0
Views: 3307

Room Layout Softare (Integrate with AC)

Has anyone fully integrated room layout software with their AC site? I'm thinking of an app that would allow you to create a "room" by giving dimensions and then place different icons representing furniture around it by dragging and dropping. We started working with Icovia at one point, but we were ...
by illyrianmoon
Tue Oct 30, 2012 10:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Power Reviews
Replies: 2
Views: 3557

Re: Power Reviews

I second this. Has anyone used it?
by illyrianmoon
Mon Aug 20, 2012 12:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Accounting Software - Does anything integrate well?
Replies: 3
Views: 5708

Accounting Software - Does anything integrate well?

Hi there, I see that this question has been asked in the past, but I'm going to put it out there again: Is there any online accounting software that can be integrated well with AC? We're currently using NetSuite, and the monthly costs are very high. We've also been doing a custom integration with a ...
by illyrianmoon
Mon Sep 12, 2011 10:27 am
Forum: Feature Requests
Topic: Add Checkout by Amazon as another checkout option
Replies: 18
Views: 28329

Re: Add Checkout by Amazon as another checkout option

I would definitely like to see Amazon Payments added. I spoke to Amazon about the integration, and they sent an email linking back to this thread and advising me to submit a request. They also said, "Our engineers would be happy to advise them on the best way to integrate the program so their users ...
by illyrianmoon
Fri Sep 09, 2011 1:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google+ +1 Button
Replies: 1
Views: 1959

Google+ +1 Button

Has anyone successfully integrated the +1 Button for Google+? I tried putting the code in the scriptlet and also tried using an iframe tag in a ConLib file (like the Facebook widget), and each time it was buggy and showed up, but refused to work. Anyway, it's not vital or anything. I know Google+ ha...
by illyrianmoon
Mon Aug 29, 2011 7:11 pm
Forum: 7.0 DataPort
Topic: DataPort 7.6.248 New Connection Wizard Error
Replies: 3
Views: 11918

Re: DataPort 7.6.248 New Connection Wizard Error

Thank you for this post! I know it was some months ago, but I just ran into this issue at the end of a very frustrating data migration. . . which was FINALLY successful because I was able to resolve this error.
by illyrianmoon
Mon Jun 13, 2011 8:50 am
Forum: Good Reference Posts
Topic: Addtional Pictures Question
Replies: 14
Views: 26766

Re: Addtional Pictures Question

And, in case anyone wonders, all I had to do was add runat="server" to my <a> tag. Now it works.
by illyrianmoon
Mon Jun 13, 2011 8:08 am
Forum: Good Reference Posts
Topic: Addtional Pictures Question
Replies: 14
Views: 26766

Re: Addtional Pictures Question

Update: I've almost gotten this to work with this code: <a href='<%# Eval("ImagePath") %>' onclick="return GB_showImage('View Product', this.href)"> <asp:Image runat="server" ID="DisplayImage" ImageUrl='<%# Eval("ImagePath") %>' Width="70" Height="50" BorderWidth="0" /> </a> My issue now is that the...
by illyrianmoon
Fri Jun 10, 2011 8:36 am
Forum: Good Reference Posts
Topic: Addtional Pictures Question
Replies: 14
Views: 26766

Re: Addtional Pictures Question

I know this is a very old thread, so I apologize for bumping it. I've used this mod several times, and it works great! Thanks so much for posting it. Here's my problem. . . I'd like to be able to click the thumbnails and display an extra-large image in a Lightbox or GrayBox-type window. Right now I'...