Search found 19 matches

by Sean@WMS
Wed Nov 19, 2008 10:30 pm
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 33350

Re: Flyout left menu using Componentart -- infinite levels

Hi Judy, I had to come up with a solution for this that would go as many levels deep as necessary on the fly. Banged my head against the monitor for a while, and finally came up with a set of three functions to replace your one so that the menu can recursively loop through as many levels as there ar...
by Sean@WMS
Wed Nov 12, 2008 10:29 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Keyword Search
Replies: 3
Views: 5181

Re: Keyword Search

I find this disparity between the basic keyword search and the advanced keyword search on Bryan's site to be a "head-scratcher" too. I haven't yet delved into the bowls of AC7 enough that I've explored why the two searc options would behave so differently, but I've verified that the DO perform very ...
by Sean@WMS
Wed Nov 05, 2008 10:53 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8214652

Re: Navigation treeview or flyout menus?

Hi Jaz,

All of the styling issues you bring up here are controlled with the CSS. There are plenty examples of the CSS in this thread.

However, I find the ComponentArt flyout menu to be a MUCH nicer navigation option than the tree view. . . . and a heckuva lot easier to work with too.
by Sean@WMS
Tue Oct 21, 2008 5:15 pm
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 63171

Re: figuring out how to do "As Low As - $"

I've a question: If I edit App_Code/ProductHelper.Cs directly, it will get overwritten by upgrades. However, I can't find any reference call to this file in the source code so that I could modify it in something like App_Code/Custom/ProductHelper.Cs

Any suggestions on how to handle this?
by Sean@WMS
Tue Oct 21, 2008 3:24 pm
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 63171

Re: figuring out how to do "As Low As - $"

Thanks for this, Mazhar. However, as by default the first option is a blank option, to get the first "real" option to show, this should be set to look for the second item in the array: // GET THE COLLECTION OF OPTIONS THAT ARE AVAILABLE FOR THE CURRENT SELECTIONS OptionChoiceCollection availableOpti...
by Sean@WMS
Sat Oct 18, 2008 7:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AbleCommerce 7 Respects Authority: Serious Issue with IIS
Replies: 1
Views: 3570

AbleCommerce 7 Respects Authority: Serious Issue with IIS

I read an article the other day entitled "How to take over an IIS server in no time flat" by Mark Joseph Edwards. In the article he boils down a presentation by Cesar Cerrudo presented at Microsoft's BlueHat Security Briefings. Here's a core excerpt: Cerrudo showed how to completely take over — or "...
by Sean@WMS
Sat Oct 18, 2008 1:35 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Empty option as default on Product Choices
Replies: 1
Views: 3543

Empty option as default on Product Choices

I'm looking for a way to change the blank default "selected" option on product choices from: <option selected="selected" value=""></option> to <option selected="selected" value="Please Select"></option> or to just get rid of it altogether and let the first actual option go to default. I'm looking th...
by Sean@WMS
Thu Sep 11, 2008 12:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory status message missing?
Replies: 7
Views: 9032

Re: Inventory status message missing?

Ok this gets a tad deeper . . . If forcing add to cart links to go to the product page rather then adding directly to cart, we need to change the code behind call to our custom AddtoCartLink.ascx & AddtoCartLink.ascx.cs. This can't be done using scriplets, so we have to manually edit the file that i...
by Sean@WMS
Wed Sep 10, 2008 11:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory status message missing?
Replies: 7
Views: 9032

Re: Inventory status message missing?

I almost forgot . . . . as the whole issue here is to alert customers that some items may be placed on backorder above the current inventory in stock BEFORE they even add to cart, we can't allow them anymore to add to cart directly from anywhere but the product page ( similar when they need to selec...
by Sean@WMS
Wed Sep 10, 2008 11:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory status message missing?
Replies: 7
Views: 9032

Re: Inventory status message missing?

I hit on this same issue. We're just launching our second AC7 site, and our client on that site needs inventory control and to allow back order on some items, but not on others. We were scratching our heads, though, as to why the inventory status message didn't display for products that were taged w...
by Sean@WMS
Fri Sep 05, 2008 12:30 am
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 33350

Re: Flyout left menu using Componentart.

Excellent post here, Judy, resusitating that old but true SEO table layout trick. For anyone that blinked while reading the markup code, the trick is to use two rows, put your main contents in the middle column of the first row while leaving the left and right columns empty while giving the middle c...
by Sean@WMS
Tue Aug 19, 2008 2:48 pm
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 33350

Re: Flyout left menu using Componentart.

Judy's solution here is excellent, and we are really grateful to her for sharing it with us. We've installed it at http://www.BarParts.com I'd just like to add two things here: 1) ComponentArt automatically includes text in nobr tags, which force each item not to wrap. This can be undesirable with l...
by Sean@WMS
Fri Aug 15, 2008 2:32 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8214652

Re: Navigation treeview or flyout menus?

Try being very specific about your inheritance, something like:

Code: Select all

#leftSidebarPanel .section .content .CatTreeView
by Sean@WMS
Thu Aug 14, 2008 12:11 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 8214652

Re: Navigation treeview or flyout menus?

Howdy All, Johny come lately to this thread here, but I've just started working with AC, AC7 specifically. I wanted to thank everyone for their contributions here, and as pay back, I wanted to share my successes with this confounded widget. First of all, I saw some folks on this thread apparently ge...
by Sean@WMS
Tue Aug 05, 2008 10:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customizing Search Results for Make/Model criteria
Replies: 6
Views: 10687

Re: Customizing Search Results for Make/Model criteria

Thanks, mazhar,

You got me pointed in the right direction, it looks like.

I need some time to digest all of the threads I've found from here and start developing a beta to test what I can do with these options within the application.

I'll post back with my results.
by Sean@WMS
Thu Jul 31, 2008 8:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customizing Search Results for Make/Model criteria
Replies: 6
Views: 10687

Re: Customizing Search Results for Make/Model criteria

I'd like to refine my question further here, as so far everyone seems to be focused on the "easy" part, or what I might call the "front end" of this -- the use of AJAX and lookup tables, etc. for the Make/Model search criteria . . . . but that's not really what my question is about at all. My questi...
by Sean@WMS
Thu Jul 31, 2008 11:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customizing Search Results for Make/Model criteria
Replies: 6
Views: 10687

Re: Customizing Search Results for Make/Model criteria

Thanks sohaib, We're on the same page with all of this, but what I'm fishing for here is a pointer on where I can find the search query used by the Advanced Search. I agree with you that I'd do better not to customize the Advanced Search itself, but rather create a custom version of it . . . but I'd...
by Sean@WMS
Mon Jul 28, 2008 8:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SKU search doesn't search option SKU's
Replies: 7
Views: 8414

Re: SKU search doesn't search option SKU's

As my client, Jose, has posted on this topic titled "SKU search doesn't search option SKU's", but that's not at all what his question is about, I've started a new topic here:
viewtopic.php?f=42&t=7808
by Sean@WMS
Mon Jul 28, 2008 8:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customizing Search Results for Make/Model criteria
Replies: 6
Views: 10687

Customizing Search Results for Make/Model criteria

Hello, My client, Jose, has made a couple of posts on someone else's topic ( http://forums.ablecommerce.com/viewtopic.php?f=42&t=7746&p=32975 ), so I wanted to get his thread restarted here. Thanks to Mazhar and Judy for their posts on the prior topic. I am new to AbleCommerce 7, and have only launc...