Tif Image Link Problem

Dear,



I try to Import product all is right but the product thumbnail image isnt imported from the CSV file when I try to import the link dirct to the product without CSV file it

How can I fix that ,

any help please

Please open the “app/functions/fn.images.php” file and find the following lines:



$icons = fn_filter_uploaded_data($name . '_image_icon', array('png', 'gif', 'jpg', 'jpeg', 'ico'));
$detailed = fn_filter_uploaded_data($name . '_image_detailed', array('png', 'gif', 'jpg', 'jpeg', 'ico'));




Try to add tif to the array with allowed extensions. (!) NOT TESTED

Please let us know the result

[quote name='eComLabs' timestamp='1434627557' post='219339']

Please let us know the result

[/quote]





it's work.



Thanks alot Ecom labs !



Your a wonderful team and so kind.

You are welcome! :)

[quote name=‘eComLabs’ timestamp=‘1434639908’ post=‘219397’]

You are welcome! :)

[/quote]



I solve the problem, but another problem appear when I want to upload the image file link from CSV file it seems that at the end of the link special character I try to find it in the file it doesn’t seen watch the image.







when I click on it from the csv file it show this link







please try to support me in this situation,

Try to change the file coding

[quote name='eComLabs' timestamp='1434962609' post='219868']

Try to change the file coding

[/quote]



it's work by adding Tif_ to the file format.



Thanks Ecomlabs