diabolus
Executive Member
Well can someone please tell me what exactly is the difference between
"Comparison" and "LISTING a specific product with prices from different suppliers" .
Isn't it just a different way to display the LIST or what? I don't get it...
EDIT : Ok i went to ratesdirect,jump.co.za and pricecheck to "compare" prices of "Garmin Nuvi" ..a GPS .
Ratesdirect:
1. LISTED all the Garmin Nuvi Models [uniquely] . There were about 48 results.
2. I could then pick a specific model to view detail and "compare"
3. On the "drill down" page i could see for the selected model all the suppliers/retailers and their prices for the specific model.
Jump.co.za:
1. LISTED all the Garmin Nuvis in their entire database in one gigantic list. There were like 300 results.
2. If there's 10 suppliers of a specific model, you would see 10 entries and you have to toy with the sorting to get these 10 to show up "near" each other.
3. You are forced to "refine" your search to LIST a specific model.
PriceCheck
1. LISTED all the Garmin Nuvi Models [uniquely per model/title, same as ratesdirect]. There were a whopping 850 results.
2. Somehow the list was still too long and i "refined" my search to "Garmin Nuvi 200", now i got like 3800 results. Oops,
so i had to use some google tricks like putting things in double quotes . So finally got the results down to 35 *sigh*.
Now while this is nice and all, i'm pretty sure i filtered some useful results out in the process.
3. I did find the Garmin Nuvi 200 at least, when drilling down it shows you all the suppliers and prices.
3.1 It ALSO shows you "people who bought/viewed this product also bought/viewed this"...something i find very valuable.
So yea, as far as i'm concerned , all of them are LISTING stuff. ratesdirect and pricecheck is definitely doing it better by first doing a GROUP BY [this is a normal database thing] and then allowing me to "Drill Down" a specific model to compare.
PriceCheck obviously have a HUGE database, and definitely wins hands down in the end i'd say, but i felt it threw too much results at me. Like a Pink Nuvi 200 and a Black Nuvi 200 is listed seperately...i'm sure there's some "model/code" to group them ? How many people start off with "oh i want a pink garmin nuvi 200 gps" ?
Pricecheck+RatesDirect is still easier to "compare" prices than Jump.co.za .
That said, i don't see it being any difficulty for Jump.co.za to do the same ...shouldn't require more than a day's worth of coding to simply GROUP BY MODEL/UNIQUE PRODUCT CODE before showing the suppliers of it.
"Comparison" and "LISTING a specific product with prices from different suppliers" .
Isn't it just a different way to display the LIST or what? I don't get it...
EDIT : Ok i went to ratesdirect,jump.co.za and pricecheck to "compare" prices of "Garmin Nuvi" ..a GPS .
Ratesdirect:
1. LISTED all the Garmin Nuvi Models [uniquely] . There were about 48 results.
2. I could then pick a specific model to view detail and "compare"
3. On the "drill down" page i could see for the selected model all the suppliers/retailers and their prices for the specific model.
Jump.co.za:
1. LISTED all the Garmin Nuvis in their entire database in one gigantic list. There were like 300 results.
2. If there's 10 suppliers of a specific model, you would see 10 entries and you have to toy with the sorting to get these 10 to show up "near" each other.
3. You are forced to "refine" your search to LIST a specific model.
PriceCheck
1. LISTED all the Garmin Nuvi Models [uniquely per model/title, same as ratesdirect]. There were a whopping 850 results.
2. Somehow the list was still too long and i "refined" my search to "Garmin Nuvi 200", now i got like 3800 results. Oops,
so i had to use some google tricks like putting things in double quotes . So finally got the results down to 35 *sigh*.
Now while this is nice and all, i'm pretty sure i filtered some useful results out in the process.
3. I did find the Garmin Nuvi 200 at least, when drilling down it shows you all the suppliers and prices.
3.1 It ALSO shows you "people who bought/viewed this product also bought/viewed this"...something i find very valuable.
So yea, as far as i'm concerned , all of them are LISTING stuff. ratesdirect and pricecheck is definitely doing it better by first doing a GROUP BY [this is a normal database thing] and then allowing me to "Drill Down" a specific model to compare.
PriceCheck obviously have a HUGE database, and definitely wins hands down in the end i'd say, but i felt it threw too much results at me. Like a Pink Nuvi 200 and a Black Nuvi 200 is listed seperately...i'm sure there's some "model/code" to group them ? How many people start off with "oh i want a pink garmin nuvi 200 gps" ?
Pricecheck+RatesDirect is still easier to "compare" prices than Jump.co.za .
That said, i don't see it being any difficulty for Jump.co.za to do the same ...shouldn't require more than a day's worth of coding to simply GROUP BY MODEL/UNIQUE PRODUCT CODE before showing the suppliers of it.
Last edited: