I'm going to install this on a site to see if I can get it to work out of the box for me. However, I'm about to leave for vacation so I may not get back about this right away.
I'm going to install this on a site to see if I can get it to work out of the box for me. However, I'm about to leave for vacation so I may not get back about this right away.
Hi Delia
Much appreciated. I am really trying to make this work by following all the instructions carefully. However, this is still stumping me ...
Any help would be gratefully received.
Gillian
Thanks for this post. I have been having the same problem.
When I look in the Database table I see that the entry of file_1_title has been written no probs. But the file name hasn't, the file_1 field is still blank. When I manually enter the file-name the links perform as expected.
Unfortunately I am not sure enough with php scripting to debug what the error for me might be...
Also any help appreciated.
I will be glad to use someone's site to install this package so that I can see what's happening. Contact me via pm.
I have the same problem using v1.3.9h...the links are created and the documents are uploaded. The problem is the store links to the folder but the filename is ommitted from the link.
I have installed this wonderful mod on 1.3.9h. After importing the fields for the existing products the links show up on the product page as expected. So far so good.
But when I go to the admin there is nothing to see. No new (sub) product type. No extra fields on the edit product pages.
I have checked over and over if i have uploaded all files but everything is there.
Am I overlooking something? Please help.
Hi Delia,
So right you are!
Indeed one of the files appeared to be empty.
It is working great now.
Many thanks .
Hi,
I have just dowloaded your latest version posted just a couple of days ago. The problem is the same - I can see the "files for download" on produc preview page, but not on me web-page.
Could you please help out?
Are you sure that you are using the version 1.5.1? The changed file is admin/includes/modules/product/preview_info.php. I suggest uploading it separately to make sure.
Starting at line 192, I added these lines back in:
// extra fields mod
echo zen_draw_hidden_field('extra_field' . $languages[$i]['id'] . ']', htmlspecialchars(stripslashes($products_name[$languages[$i]['id']])));
echo zen_draw_hidden_field('file_1', stripslashes($products_file_1_name));
echo zen_draw_hidden_field('file_2', stripslashes($products_file_2_name));
echo zen_draw_hidden_field('file_3', stripslashes($products_file_3_name));
echo zen_draw_hidden_field('file_4', stripslashes($products_file_4_name));
echo zen_draw_hidden_field('video', stripslashes($products_video_name));
//eof extra field mod
Bookmarks