Categories
Magento Open Sources

How to send notification mails to Magento Store admin after product is sold

As i have worked on so many projects in Magento. In one of my project in magento, my client wanted me to send him notification mail after the product is sold. So if you are looking for the same thing, then here is a easy and time saving trick to

Send mails to Magento Store Admin after the Product Sale.

Here are the few simple steps to do the above thing

Step1 : Log in into magento admin area,  System->Configuration menu.

Step2 : Scroll down to Sales section and click on the Sales Emails and select the first section Orders.

Step3 : Enter your admin e-mail in the field “Send Order Email Copy To”.

Step4 : This is it, now  every time a product is sold from your Magento Store then admin will receive mail with the details of that product and user.

Categories
PHP Programming Languages Wordpress

How to install WordPress on personal computer

As this is really very simple thing for programmers and developers but those who don’t know about programming, then it will be little bit techy for them.

So here are very simple tips that will guide you to install WordPress on your local computer.

Please follow the steps

1. Firstly you need to download and install free to use Open source server that is WampServer (This server have Apache, PHP, MySQL in it and it runs on Window)

http://www.wampserver.com/en/download.php

2. Once you install the WampServer on your computer you can see a server icon in the taskbar at right side(Don’t proceed further until you find the server is running very well).

How to know if the WampServer is installed correctly on your computer.

3. Now download and install the latest version of WordPress from here.

http://wordpress.org/download/

If you have any difficulty in installing WordPress on local computer then you can read our post about How to install WordPress on local computer or you can Hire me to install the wordpress on your online server.

This is it, now you can enjoy installing word

Categories
Magento Open Sources

How to Reset admin password in Magento store

If you have forgotten admin login password of your Magento Store and you are not able to find any better way to login, then i have a very simple Query that needs to be run in PHPMYADMIN and you can reset admin Password of your Magento Store.

How to Reset forgotten login password of admin in magento store.

You need to go into PHPMyAdmin and connect to your Magento database on your server.

UPDATE admin_user SET password=MD5(‘yournewpasswordhere’) WHERE username=’admin’;

This is it and now you can easily login to your Magento Store.

Categories
Wordpress

First post from Vaseem Ansari blog.

Hello dear friends, this is my first post and i will update this very soon.

In this blog i will discuss about me, my job profile, my strengths, weakness, technology, gadgets, programming codes, javascript, ajax, php mysql tutorials, interview question, HR interview questions, open sources programming, wordpress tutorials, blogging, magento modules, x-cart codes and many more.

So keep visiting to learn more from Vaseem Ansari’s blog.

Bye

Take care