how to set that only admin gete mail confirmation in magento - magento

I have a problem in magento.how to set that only admin get confirmation email after a cutomer purchase for example if a customer purchase a product and he does't want a confirmation email and unchecked the email confirmation option then I want admin get email.please help me in step by step

You can use this extension disable mail for disable mail system for customer when customer place order.
You need create extension and create method for send mail to admin with this event checkout_onepage_controller_success_action
When customer place order admin will get mail.

Related

Can Joomla send the user an email after admin approves them?

Problem is:
User registers at the side and gets a registration email with a
confirmation link which can be used. and
Admin gets an email notification of a newly registered user
Admin activates & enables the user
No notification email to the user is sent about his accounts activation
No hints in the logs. Mailserver is working as described. Tests with System emails active for users show no difference in the behavior. Also added true to $return = JFactory::getMailer()->sendMail($data['mailfrom'], $data['fromname'], $data['email'], $emailSubject, $emailBody, true); in registeration.php
Does this feature actually work? Any help in solving this would be much-appreatiated.
Using Joomla 3.9.15 and no external plugins for user-management.
Thanks in advance for your time.
Joomla distinguishes between user activation by link through email or via administration backend. In order to send an email to the user after the activation of the user account one needs to use the link from the email. Activation from the administration backend will not send an email to the user who's account was activated.

Joomla create a confirmation button that send email to administrator

i have a big problem. I have to create a button that is taking the name and email of registred users and sending automatic email to the admin for confirmation.
Joomla already has a feature so that admins must approve the registration of a user. Have a look here at the Joomla documentation:
https://docs.joomla.org/Enabling_user%27s_registration_approval_by_admins
If you need a little more functionality, you may want to consider a 3rd party extension such as Admin Approval
Hope this helps

Magento: sending password email notification every day to customers with new passwords automacally. How to disable this?

Magento:
shop customers are getting email notification with new password every day automacally.
How to disable this automatic email notification on magento site ?
First of all please check if your magento setup can contain cron to set each day new email password in your server,
Or one another alternative i would like to suggest here to install this plugin to disable email notification it is free and easy to install to disable your notification regarding email to customer.
hope this would be good solution for you.

Magento advanced newsletter hide fields when logged

i`m using the Advanced Newsletter extension on my magento store: http://ecommerce.aheadworks.com/magento-extensions/advanced-newsletter.html
My problem is:
If the user is not logged he can see all input field (name, email...), but if he is logged all inputs disappears and he can only see the subscription button which only subscribe his account e-mail.
I need guest users and logged users seeing the same form! Both need to be able to choose any email they want to subscribe.
Does anyone know how to fix it?

Magento customer dedicated confirmation page - with working confirmation

New customers receive an email in which they have to click on the confirmation link. This link should put the customer to the account-page with the message "hey, your account is now confirmed"... How could I tell Magento to show the user an alternative page without lead him to the regular page?

Resources