hi,
i was looking for a module that allow customers to compare products from the same category as product actualy visited but i couldn't find any so i decided to create my own...
so i need a little help :)
i think i will do it with SELECT-OPTION list and OK button that open new created with javascript window -> in that widndow will be two columns one with the product and second with product that customer selected from the select list
so to do it I need:
1 - mysql query that list me all product from category X then i parse it to select-option list
2 - after choosing by customer from select-option list product with id = X and cPath = Y I have to get all information about this product like itemtitle, price, description etc.
if you can help please do it... if i finish my job i will post the tutorial on how to do "product compare module" step by step :)
thanks for any help



