Magento customer dedicated confirmation page - with working confirmation - magento

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?

Related

Customer Logged In condition to display Block in Magento2

Is there any condition which checks customers is already Logged in Layout XML file?
I want to display "Sign In / Sign Up" links if customer is not logged in and "My Wishlist/ My Cart / Sign Out" links if customer is logged in.
Note: I don't want to display MY Wishlist and My Cart link when customer is not logged in to the system.

How to redirect page on payment gateway to submit payment when admin place an order from back end

When customer create an order on site then page will redirect to selected payment gateway page (world pay payment) to submit payment but i want to same thing in back end when admin create an order then page should redirect to selected payment gateway to submit payment.
How it will be possible.
Please Suggest
Thanks
You need to go to the quote.xml or sales.xml or custom.xml, (It depends on which plugin you are using)
In, you need to change the path to the url (path) you want to display

how to set that only admin gete mail confirmation in 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.

How to update City, post code in Review page after paypal express redirect in Magento

I am working on the one page checkout in Magento and selected the Paypal Express checkout. Now i faced problem with Checkout with Paypal default button that set for the user's that not want to fill there details in the form.
Now what happen, after redirect to the Review page http://localhost/magento/index.php/paypal/express/review/, I just get the address of the user not the city and Postcode that i have to display on the review form,
anyone please help me what i have to do to display the appropriate fields data into the form or how do i check if paypal returned or not the city and postcode on review page?

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?

Resources