Search found 11 matches

by KreftB
Tue Jul 14, 2009 7:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Dynamic GeoTrust SSL Seal
Replies: 1
Views: 2418

Dynamic GeoTrust SSL Seal

HI Everyone, I just installed a new GeoTrust SSL Certificate that is supposed to display a dynamic Seal from the GeoTrust servers. The JS that I copied from the GeoTrust website seems to function correctly as the link is there but the Seal isn't visible. For reference, above my right hand panel - Cu...
by KreftB
Fri Jul 03, 2009 2:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Certificates Not Being Created
Replies: 1
Views: 1866

Gift Certificates Not Being Created

Is anyone having trouble creating gift certificates in 7.0? I am followiing the instructions in the user manual (creat a product, check gift certificate, etc...) but a gift certificate isn't being generated.

Thanks,

Ben K
http://www.animalloft.com
by KreftB
Fri Jul 03, 2009 8:26 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Text instead of price on product page when using variants
Replies: 16
Views: 14581

Re: Text instead of price on product page when using variants

Thanks...That makes complete sense...Worked perfectly!

In addition, I constructed a conditional statement that shows the price label text as "As Low As" at page load but changes to "Our Price" when a variant is selected.

Exactly what I wanted!

Thanks again,

Ben K
http://www.animalloft.com
by KreftB
Thu Jul 02, 2009 3:26 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Text instead of price on product page when using variants
Replies: 16
Views: 14581

Re: Text instead of price on product page when using variants

Thanks for posting back...I don't want to hide the "Our Price" label...I want to have the space show only the numeric price, not the text that I added in my code. In other words, I don't want the custom code to be applied to this page, but I do want it to be applied to the Featured Products conlib a...
by KreftB
Wed Jul 01, 2009 7:27 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Text instead of price on product page when using variants
Replies: 16
Views: 14581

Re: Text instead of price on product page when using variants

Thanks for the code script...this is what some of us were looking for. I added a few additional parameters and ran across a new issue that I'm having trouble with... The code I'm using to control the price appearance is: if (_Product.Variants.Count > 0) Price.Text = "As Low As:" + string.Format(_Pri...
by KreftB
Thu Jun 25, 2009 7:01 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8217316

Re: Navigation treeview or flyout menus?

Thanks Mazhar!
by KreftB
Fri Jun 19, 2009 9:11 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8217316

Re: Navigation treeview or flyout menus?

On another topic...I have a vertical nav menu implemented. In one category - DOG -the dropdown has many subcategories and the control is forcing the menu to expand particlly upward unless I scroll my screen down. Is there a easy way to "force" the menu to drow down and right regardless of screen siz...
by KreftB
Fri Jun 19, 2009 9:01 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Variant image behavior
Replies: 14
Views: 32206

Re: Variant image behavior

One quick thought...I think that I could achieve what I am trying to do by constructing a conditional statement basically stating "if Option 1 is selected...run the script as Joe posted, else if option 2 is selected, run the code that Joe posted". I can conceptulize this but am having trouble coding...
by KreftB
Fri Jun 19, 2009 8:55 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8217316

Re: Navigation treeview or flyout menus?

Sorry for the delay...I didn't have an accessible URL until recent. I would like the left hand category box to retain the highlighted box that appears at hover when a subcategory is selected. Much like the font color is retained.

Thanks again for helping out.

Ben Kreft
http://www.animalloft.com
by KreftB
Fri Jun 12, 2009 11:15 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8217316

Re: Navigation treeview or flyout menus?

Quick CSS question...I added the Category Tree View navigation discussed in this post and it works great. I would like the selected category background (width of the panel) to remain highlighted after it's selected. I have figured out how to make it bold but can't seem to get this additional piece t...
by KreftB
Fri Jun 12, 2009 11:08 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Variant image behavior
Replies: 14
Views: 32206

Re: Variant image behavior

Joe, Code works great! One question...When I have multiple options for a product, I need the image to update based on the the option combination. As I implemented it, the codes works as needed for single option images just fine. If I copy/paste (repeat) the code block and substitute "Option 1" for "...