smokyyyyyy Posted March 28, 2011 Share Posted March 28, 2011 hi My first language is not english so i hope you bear it i am new to php am am making my shopping Cart as my web engineering course i have made everything i all want to know how to i show similar products when a user click on any product details it open new page and shows a detail of that page i want to show similar products list below to details so can any tell me how to do it plzz kindly see the pic in atttachment i have posted snap shop of my page i put similar product statically i want to show it dynamically from tha data base kindly answer please regards [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/231988-find-similar-products/ Share on other sites More sharing options...
Maq Posted March 28, 2011 Share Posted March 28, 2011 There should be a type or family etc. column that you can extract the products from. You already have the information from the clicked product. Can you post some of the relevant table structures? Quote Link to comment https://forums.phpfreaks.com/topic/231988-find-similar-products/#findComment-1193444 Share on other sites More sharing options...
smokyyyyyy Posted March 28, 2011 Author Share Posted March 28, 2011 well i do not have family column on my table i have id, product _name, catagory, sub catagory,details,image, price these are my columns in my table ......and in the picture in simlar products catagory anything possible without add new column? Quote Link to comment https://forums.phpfreaks.com/topic/231988-find-similar-products/#findComment-1193454 Share on other sites More sharing options...
Maq Posted March 29, 2011 Share Posted March 29, 2011 well i do not have family column on my table i have id, product _name, catagory, sub catagory,details,image, price these are my columns in my table ......and in the picture in simlar products catagory anything possible without add new column? I would imagine 'category' and 'sub_category' would be the column(s) you want to check for similar products. Quote Link to comment https://forums.phpfreaks.com/topic/231988-find-similar-products/#findComment-1193682 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.