mazza Posted October 9, 2002 Posted October 9, 2002 Where is the sql I would need to edit to not show products with no name ? I would like to use this to create different product catalogs for different languages. For example product with spanish name would be shown, but if no english name would be entered, it would not show the product at english catalog. "Use no way as way, have no limitation as limitation." - Bruce Lee
mattice Posted October 9, 2002 Posted October 9, 2002 you should create a function to do that. That function should then be called in a lot of different pages, mainly the ones that show products in any way (search, product_info, reviews etc etc.) It not done with SQL, it's a php thing "Politics is the art of preventing people from taking part in affairs which properly concern them"
mazza Posted October 9, 2002 Author Posted October 9, 2002 Are you sure you cant do this with pure sql ? Example "select(*) where Product_name not null". I arent that good with php... "Use no way as way, have no limitation as limitation." - Bruce Lee
Recommended Posts
Archived
This topic is now archived and is closed to further replies.