Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mod To Warn If Image Name Already Exists?


vroom05

Recommended Posts

Is there a contribution or mod that warns if the product image name already exists in the database? Right now when you add a new product with an image that has the same filename as a nother product, you overwrite the old image and it messes up your old product listing.

Link to comment
Share on other sites

there is a php function you can use called file_exists

 

if (file_exists($filename) ) {

// Do something if file exists

} else {

// Do something else files doesnt exist

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...