SKU search doesn't search option SKU's

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

SKU search doesn't search option SKU's

Post by igavemybest » Wed Jul 23, 2008 1:04 pm

When a an option has an SKU modifier, how do I get the SKU search to search those also? I would think this would be an obvious thing.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: SQU search not working

Post by mazhar » Wed Jul 23, 2008 1:19 pm

If you are asking about SKU then read the following post
viewtopic.php?f=45&t=6972

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: SQU search not working

Post by Robbie@FireFold » Wed Jul 23, 2008 2:09 pm

mazhar wrote:If you are asking about SKU then read the following post
viewtopic.php?f=45&t=6972
Mazhar,

Is there any easy way to get this fix on all(if not most) search boxes?

Searching by SKU is pretty much what FireFold does.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

54x54
Ensign (ENS)
Ensign (ENS)
Posts: 16
Joined: Sun Jul 06, 2008 12:23 am

Re: SQU search not working

Post by 54x54 » Sun Jul 27, 2008 8:59 pm

Hi Mahzar, Judy; appealing o your expertise here:
On my business field the Search format is almost mandatory like this DHTML script:
http://www.dynamicdrive.com/dynamicinde ... /index.htm, and this is the example implementation http://www.wheelsandcaps.com/
I'm starting to create my products DB which I'm painlessly extracting and updating from my website Store Front 5.0 architecture and I would like to implement 2 crucial formats
1) Search by make and Model using the script above
2) And this important one! If a hubcap is the same from 1994-2000 and apply to several models under the same Manufacturer i.e. Ford, how can I get an script to enclose the period's bracket for the search in Advance Search?.
SF5.0 that support a query <!--1994,1995,1996,1997,1998,1999,2000,--> embedded on the description field as you can see in my current Store Search Box http://www.ehubcap.com/search_hubcaps.asp
and here is my dilemma on AC7 developing ehubcap Store http://65.98.245.145/Hubcaps-and-Center-Caps-C7.aspx, year on brackets but advance search wont support that script element
Hope you guys understand my non technical inquiry
thank you

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: SKU search not working

Post by mazhar » Mon Jul 28, 2008 8:35 am

1) Search by make and Model using the script above
Well what you are asking sounds like some custom fields for products like product make , model blah blah... so you can use the product template for this purpose. But as i have seen the online demo provided by you and it contains the parent child relations. For example for some specific make there will be some specific vehicle types and for some vehicle type there will be some specific models and this can't be done with product templates.
So i think for this you have to create some custom tables for the above information like for make, vehicle type and model and they will contain this information for each product and will maintain the parent child hierarchy as well. You will have to write some code responsible for loading data to and from these tables. And also you may have to make some store side changes so that the custom information for each products could be shown to the customer
As for as the front end is concerned their is pretty good control which can be used for this purpose and is present in the AJAX library with AbleCommerce. Check the online demo of this from here
http://www.asp.net/AJAX/AjaxControlTool ... pDown.aspx

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: SKU search not working

Post by jmestep » Mon Jul 28, 2008 4:08 pm

I understand what you are wanting and the link mazhar posted is a good one. I believe that demo uses an xml file or you can use additional tables as Mazhar suggests. I tried a sample scenario using product variants, but they didn't filter each select box and the customer wouldn't know that combination wasn't available until they got a message when they tried to add it to the cart. I had started on something similar for a 5.5 store where I added three fields to the product table- you want to avoid changing the tables, normally-- and then ran SQL queries based on the what the customer selected. I've spent several hours off and on looking at it for a friend and you need something pretty customized to do it. The dropdowns wouldn't be too hard to implement, but setting up the parameters for the searches for each product would be hard to maintain unless a manufacturer can give you some kind of a spreadsheet that could be converted to xml or tables.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

54x54
Ensign (ENS)
Ensign (ENS)
Posts: 16
Joined: Sun Jul 06, 2008 12:23 am

Re: SKU search not working

Post by 54x54 » Mon Jul 28, 2008 4:46 pm

My hail to Mahzar and angel Judy, right now I watching the video tutorial for the second time to get a feel, I'm not a programmer but do a little design though, I also forwarded it to my programmer Sean from http://www.WMSmerchantservices.com and I'm confident he'll pick the scent, since he's an amazing one too
thank you all
Jose

User avatar
Sean@WMS
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Nov 20, 2007 8:23 pm
Location: NW California
Contact:

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

Post by Sean@WMS » Mon Jul 28, 2008 8:41 pm

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
Sean Connors
Web Merchant Services
Supplying the services you need to succeed online
www.WMSmerchantservices.com

Post Reply