Closed (fixed)
Project:
Drupal core
Version:
6.1
Component:
drupal.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2009 at 04:33 UTC
Updated:
6 Nov 2011 at 10:55 UTC
Jump to comment: Most recent file
this is ubercart product search module developed by me.If any other module is there please tell me
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | uc_product_search.zip | 2.45 KB | alexandrecintra |
| #2 | uc_product_search.zip | 2.51 KB | youssef.j |
| uc_product_search.zip | 2.23 KB | sivaramapandianbtech |
Comments
Comment #1
lut4rp commentedThis is not the correct place for submission of new Ubercart related projects. Please submit this to the Ubercart site - http://www.ubercart.org/
Comment #2
youssef.j commentedsivaramapandianbtech
i make some change in your module to search into category of product and brand ( cck added to product )
two select box for taxonomy and brand to choice and search ,
try to check it
thank you mannnnn
Comment #3
alexandrecintra commentedI did somes changes from youssef.j module:
- The brand combo was replaced by keyword... this keyword works only about node title
- it was inserted support for table prefix
- the search php used sort php tag (<? ?>). It isn't a good pratice, because it doesn't in some environment . So I put the long php tags (
)Comment #4
vinodh kumar1985 commentedHi thanks for this module it works nice but i cant able to view the categories in that drop down list box.. can u provide some instructions
Comment #5
torohitroy@gmail.com commentedYou need to change in file 'uc_product_search.module' and in function "uc_product_search_form".
Change the sql from
"$sql1= "SELECT i.name FROM {term_data} i WHERE i.vid=2 ORDER BY i.vid";"
to
$sql1= "SELECT i.name FROM {term_data} i ORDER BY i.vid";
Comment #6
veshiyi2003 commentedNice module.
But how to add search by sku?
Please !
Comment #7
Jenny1985 commentedHi, I have removed the category box so people can search through all products,
but i'm getting duplicates... I think its because some products come in multiple categories - how do I stop it?
Site is Fairytale Brides
thanks
Jen