hance2105 Posted June 23, 2013 Share Posted June 23, 2013 hello guys, i am creating a price comparison website. the customer can set products as favourites. this part i did it successfully. the customer can set 4 retailers as his favourites as well. i need to create a table display where the products set as favourites are displayed in the first column and the next 4 columns are the retailers set as favourites. prices for each product will be displayed under each retailers who have the option of setting their own prices for the products. the table will also show the customer the total cost of the products at each retailer. can it be done? any tutorial or help would be most welcome.... Link to comment https://forums.phpfreaks.com/topic/279482-display-prices-of-products-set-as-favourites-from-4-different-retailers-and-calculate-the-total-price-of-each/ Share on other sites More sharing options...
mac_gyver Posted June 23, 2013 Share Posted June 23, 2013 of course it can be done. the point of tutorials is they show the fundamentals (building blocks) that you then put together to accomplish a task. your task involves retrieving data from wherever you have it stored and outputting content on the page the way you want. to do this you would need to know how to form and run a query (possibly a query using JOIN's between multiple tables), retrieving and looping over the result from that query, and producing the output formatted the way you want. where exactly are you stuck at in attempting to do any of these steps? Link to comment https://forums.phpfreaks.com/topic/279482-display-prices-of-products-set-as-favourites-from-4-different-retailers-and-calculate-the-total-price-of-each/#findComment-1437522 Share on other sites More sharing options...
hance2105 Posted June 23, 2013 Author Share Posted June 23, 2013 i managed to sort it out...thnx Link to comment https://forums.phpfreaks.com/topic/279482-display-prices-of-products-set-as-favourites-from-4-different-retailers-and-calculate-the-total-price-of-each/#findComment-1437542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.