Page 1 of 1

display prices of products set as favorites from 4 retailers

Posted: Sun Jun 23, 2013 10:55 am
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....

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

Posted: Mon Jun 24, 2013 3:26 pm
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?