jalapenyo Posted August 2, 2006 Posted August 2, 2006 Hi, I'd like to add the image name of a product in my orders because it'll give me more information. I guess i can get the variable of the image from SQL, but i got no idea how. Does anyone know how to do it? and how to erase the ".jpg", in the field to make it nicer. Thanks in advance for any help.
jalapenyo Posted August 4, 2006 Author Posted August 4, 2006 I already got it! If someone interested: $products_image_name = $products_image->filename;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.