|
View All Store Fronts
The Storefront Directory is a directory specifically for those who are running storefronts.
Browse through the directory to view the different items our registered members are selling.
|
|
SELECT id,AVG(mark) as rating,COUNT(mark) as reviewcount, country, state
FROM radbids_users
LEFT JOIN radbids_reviews ON radbids_reviews.user=radbids_users.id
WHERE id>100 AND storefront=1
GROUP BY id
Unknown column 'radbids_reviews.user' in 'on clause'
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/radbid/domains/radbids.com/public_html/auction_software/teal1/radbids/src/a_sdefault.php on line 66
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/radbid/domains/radbids.com/public_html/auction_software/teal1/radbids/src/a_sdefault.php on line 68
|
|