I presume when you uploaded the products you had status column values 0.
This makes the products non active.
Upload again using status as 1 OR run following SQL code
update zen_products SET products_status = 1;
Tha make all existing products active and visible.
marksu




