Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

different products with different languages ?


mazza

Recommended Posts

Posted

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

Posted

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"

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...