Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] Resend Order Confirmation


surfalot

Recommended Posts

==================

Abstract

==================

 

This contribution will allow the shop admin to resend the order

confirmation email to the customer whenever needed. A button is

placed with the other order function buttons beside the order lists.

 

Support for Multi Vendor System v1.2 (MVS) is provided. Will work for

both MVS orders and orders before MVS on an MVS installed shop.

 

Special thanks to zdavatz for helping make this contribution happen! ;)

 

Get it here

Edited by surfalot
Link to comment
Share on other sites

  • 3 months later...

Hi and thanks for the moduls.

 

I will ask you. the order will be resend only to the costomer? or it is posiple to resend it to the shop owner?

 

currently only send to the customer. but that can change.

 

in the standard version (non-MVS), in /admin/orders.php find:

 

		tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_RESEND_CONFIRM_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

 

add after:

		tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_TEXT_RESEND_CONFIRM_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

 

copy the line and change the first STORE_OWNER_EMAIL_ADDRESS with any email address in quotes and you can send it any where you want.

Link to comment
Share on other sites

  • 1 month later...

this is what I have long been looking for. I have downloaded the files but can not find out what divides added specially in order.php

 

I have some changes and therefore I need to know what codes should be placed in the files.

I wish it is only possible to resend the store owner email and not to the customer.

 

Can anyone help me?

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...

is there a maner to work with Send HTML Email V2_1???

 

I refer to the standard version.

 

When sending order confirmation all goes in plain text, i would like the styles of html.

 

Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...