Customer Reviews

Read real reviews from our happy customers here!

Love your stuff and want to leave us a review? Log in to your account history, choose an order and click "Write Review".

1021 - Disk full (/tmp/#sql_3b2b_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

select r.reviews_id, rd.reviews_text, r.reviews_rating, r.date_added, p.products_id, pd.products_name, p.products_image, r.customers_name from reviews r, reviews_description rd, products p, products_description pd where r.reviews_status = 1 and p.products_id = r.products_id and r.reviews_id = rd.reviews_id and p.products_id = pd.products_id and pd.language_id = '1' and rd.languages_id = '1' order by r.reviews_id DESC limit 72, 18

[TEP STOP]