Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello,

 

I've got some problems with contribution about attachments in admin panel

 

I do evrything in your manual, but when I send message to my clients I see in the mail attachment file like "atach0003.txt" and when I send mail again I see

an announcement about the file isn't saved in catalog "Download". Permissions are

good.

 

What can I do wrong with this...

 

 

Thanks for fast replays...

 

Tom

Posted
Anybody use this contribution or maybe is an alternative for send to customers atachments from admin panel???

 

Hi cienki_tm,

 

I've got the same problem. I've followed every step from the installation file, but it doesn't work.

 

And I've think (in my case) the problem is, is that my provider has 'file_upload' turned off. In the beginning of the installation file it's saying that this must be turned on. Perhaps in your case that's also the reason for not working.

Posted
Hi cienki_tm,

 

I've got the same problem. I've followed every step from the installation file, but it doesn't work.

 

And I've think (in my case) the problem is, is that my provider has 'file_upload' turned off. In the beginning of the installation file it's saying that this must be turned on. Perhaps in your case that's also the reason for not working.

 

I resolved this problem:

 

In 'mil.php' is line:

<?php echo tep_draw_form('mail', FILENAME_MAIL, 'action=send_email_to_user'"'); ?>

 

will be:

 

<?php echo tep_draw_form('mail', FILENAME_MAIL, action=send_email_to_user','post','enctype="multipart/form-data"'); ?>

 

 

That's all folks :)

Posted
I resolved this problem:

 

In 'mil.php' is line:

<?php echo tep_draw_form('mail', FILENAME_MAIL, 'action=send_email_to_user'"'); ?>

 

will be:

 

<?php echo tep_draw_form('mail', FILENAME_MAIL, action=send_email_to_user','post','enctype="multipart/form-data"'); ?>

That's all folks :)

 

Thanx,

 

It's works for me now !!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...