![]() |
Product Variant Searching
Hi All,
I'm developing a site that sells shoes and I'm trying to figure out if I can get a search function implemented that searches by product variant (in this case shoe size) from within a category. So while in the "mens" category you could search for size 8 via a drop-down menu and it would bring up all of the shoes in size 8 within that category. I've already got "Search Style" (aka product) and "Search Brand" (aka manufacturer) implemented. Just needing to figure out "Search Size" in the same manner as the others. Check it out here: http://eternitywebdev.com/~kicks/home.php?cat=249 Here's what my code looks like for the product drop-down: Code:
<select name="mySelect" onchange="if(this.options[this.selectedIndex].value != '')window.top.location.href=this.options[this.selectedIndex].value"> Let me know if you have any ideas on how to do this. Thanks! |
Re: Product Variant Searching
|
Re: Product Variant Searching
Hi presson83,
I've seen you managed to implement search feature on your site. Which mode did you use? Many thanks |
Re: Product Variant Searching
Hi Tanya,
I used the Quick Search Mod by xcartmod.com - http://www.xcartmod.com/cart/product/quick-search.html While it doesn't say it in the description, this mod DOES filter by product variant if you want it to (as you can see by the "size" filter on my site.) I highly recommend it! |
Re: Product Variant Searching
Hi presson83,
Thanks a lot for your reply. So how are you doing search by size if its out of stock? Many thanks |
Re: Product Variant Searching
I was wondering if this mod can make dependent drop-downs populated by product options that filter subsequent selections, e.g. you enter a product's detail page and you have 2 drop-downs for style and color. Once you select style, the color drop-down filters its values outputting colors that belong only to the selected style. At the end of the procedure a variant's details are output (after all the options are selected).
Is there any manual available for that mod? |
All times are GMT -8. The time now is 06:56 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.