Image upload. Prevent last uploaded image being remembered.

Miscellaneous Actinic / SellerDeck patches and anything not covered above.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Image upload. Prevent last uploaded image being remembered.

Post by norman »

After an image is uploaded it is normally made available for subsequent products.

If this is not wanted, you can make the add-on forget the last uploaded image.

Go to Design / Library / Layouts / Products / Image Upload Product and look for the line (about line 28):-

Code: Select all

<SCRIPT LANGUAGE="JavaScript" SRC="imageuploadedfilename.php" TYPE="text/javascript"></SCRIPT>
Comment it out so:-

Code: Select all

<!-- <SCRIPT LANGUAGE="JavaScript" SRC="imageuploadedfilename.php" TYPE="text/javascript"></SCRIPT> -->
Repeat this for any product layouts you may have created that include Image Upload capability.
Norman
Post Reply