display prices of products set as favorites from 4 retailers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hance
Forum Newbie
Posts: 10
Joined: Wed Jun 19, 2013 9:28 am

display prices of products set as favorites from 4 retailers

Post by hance »

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....
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: display prices of products set as favorites from 4 retai

Post by requinix »

Oh hai Hance.

So a grid with rows for the products and columns for the retailers? This is commonly done as a kind of a pivot-style report, meaning that some of the rows of data (retailers) are pivoted into columns, but there are other options too.
What have you done so far? If there any place you need help in particular?
Post Reply