Featured Product
Posted: Mon Feb 09, 2009 8:34 am
Hi,
Please help me to resolve this problem ...
i am using
" ProductList.DataSource = ProductList.DataSource = ProductDataSource.GetRandomFeaturedProducts(int.Parse(Request.QueryString["cID"].ToString()), true, this.Size);"
and
int categoryId = PageHelper.GetCategoryId();
ProductList.DataSource = ProductDataSource.GetFeaturedProducts(categoryId, true,8);
"GetRandomFeaturedProducts" and "GetFeaturedProducts" both are using for displaying the featured products list , but in this methodology we have to check the "FEATURED" option ,it is not a correct way to display product (Catelog) but on the other hand if i want to display product without checking "FEATURED" option (in admin module)so what we should do...
in this functionality if we are not checking "Featured" option so that products are not displaiyng in catalog list these products are invisible ...
so what we can use instead of featured product for displaying the product in front end.....
Regards
Rohit Srivastava
Please help me to resolve this problem ...
i am using
" ProductList.DataSource = ProductList.DataSource = ProductDataSource.GetRandomFeaturedProducts(int.Parse(Request.QueryString["cID"].ToString()), true, this.Size);"
and
int categoryId = PageHelper.GetCategoryId();
ProductList.DataSource = ProductDataSource.GetFeaturedProducts(categoryId, true,8);
"GetRandomFeaturedProducts" and "GetFeaturedProducts" both are using for displaying the featured products list , but in this methodology we have to check the "FEATURED" option ,it is not a correct way to display product (Catelog) but on the other hand if i want to display product without checking "FEATURED" option (in admin module)so what we should do...
in this functionality if we are not checking "Featured" option so that products are not displaiyng in catalog list these products are invisible ...
so what we can use instead of featured product for displaying the product in front end.....
Regards
Rohit Srivastava