I need the system sends extra emails

  • Posts: 80
  • Thank you received: 0
10 years 3 weeks ago #174565

-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.1

Hi,
When the custom pays with bank transfer and his order believes "confirmed" the system sends an email to the custom. I need the system sends an extra email to other address too.

I have configurated the emails as shows the attached file.The fields highlighted with yellow contain emails but these addresses don't receive any email.

How can I solve it?

For what are the fields "Dirección de desvío" and "Dirección de desvío para los avisos de pago"?

Thanks in advance!

Leonora

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 3 weeks ago #174601

Hi,

Sorry but there is no attached file. ;)

To add other recipients to the email, you can edit the html part of this one via the menu System > Emails and then add the following code at the end:

<?php
$mailer = JFactory::getMailer();
$recipients = array('myfirst@recipient.com','mysecond@recipient.com');
$mailer->addRecipients($recipients);
?>

Regarding the "Dirección de desvío" and "Dirección de desvío para los avisos de pago" I am not sure about what it is, could you give us the english words of that ? I guess that it's order number and invoice number but I am not sure.
If it is, it is an option which allow you to edit the format of the order number and the invoice number.

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 0
10 years 3 weeks ago #174644

Thanks, Xavier.

I attach the file where yo can see "Dirección de desvío" and "Dirección de desvío para los avisos de pago".

Another question:

At the last step in the checkout process, the login form is missing. At the earlier steps is present. I attach the configuration (assignation of menu) of the login form module and the screenshot of the last step of checkout (in the yellow area it could be the login form)

Thanks in advance.

Leonora.








Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 3 weeks ago #174666

Hi,

Do you have set a value for the option "Force a menu on checkout" ?
You should try that and use a menu with the desired module assigned to it.

Regarding the two fields in "Correos" you can find in the integrated documentation:

Bounce Address : Any automatic response will be sent to this e-mail address.
Be careful! Some servers restrict the use of this parameter to a local e-mail account, so make sure you can still send emails after editing this parameter. This e-mail address will not be visible for your receivers. If it doesn't work after filling it, leave it empty.
If you are unsure, just leave it empty.
Payment notifications email address : When a payment notification is received from the payment plugins, you will receive an email to this address. Note that you can set several emails here separated by a comma.

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 0
10 years 3 weeks ago #174896

Hi
Thanks for your answer.

But I have set "Force a menu on checkout" (the hikashop-menu-for-module-222). This menu shows the login module, but in the last step the login module is missing. In the earlier steps the login module is showed.

In the last file there is higlighting in yellow at the left side that the login module is missing.

What is wrong?

thanks and regards





Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 0
10 years 3 weeks ago #174902

Sorry, but I don`t know where I have to add this code.
Could you explain me it, please?

I have a screen like the first attached file. I supose that the option is the fourth one. And when I clic this option I get the screen like the second attached file. There are 3 tabs with html files.
Where must I add the code?
Thanks in advance
Leonora.



Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
10 years 3 weeks ago #174900

Wouldn't that be because you are already logged in in the end of the checkout and so of course it doesn't display the login form ?
Or maybe it's because of the "access level" of the module ?

Please Log in or Create an account to join the conversation.

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
10 years 3 weeks ago #174904

The code should be added at the beginning of the HTML textarea.

The following user(s) said Thank You: leonora

Please Log in or Create an account to join the conversation.

  • Posts: 80
  • Thank you received: 0
10 years 2 weeks ago #175322

Hi:

Oh, but as the last step the user needs log out and the "logout button" is not visible.
This button is visible in the earlier steps.

How can I became the button visible?

Thanks & regards.
Leonora.

Please Log in or Create an account to join the conversation.

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
10 years 2 weeks ago #175384

Hi,

You need to configure the login module so that it displays on that page for the user group of your user at the end of the checkout.

Please Log in or Create an account to join the conversation.

Time to create page: 0.127 seconds
Powered by Kunena Forum