this is ubercart product search module developed by me.If any other module is there please tell me

Comments

lut4rp’s picture

Status: Active » Closed (fixed)

This is not the correct place for submission of new Ubercart related projects. Please submit this to the Ubercart site - http://www.ubercart.org/

youssef.j’s picture

StatusFileSize
new2.51 KB

sivaramapandianbtech
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

alexandrecintra’s picture

StatusFileSize
new2.45 KB

I 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 ( )

vinodh kumar1985’s picture

Hi 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

torohitroy@gmail.com’s picture

You 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";

veshiyi2003’s picture

Nice module.
But how to add search by sku?
Please !

Jenny1985’s picture

Hi, 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