Giter Club home page Giter Club logo

customer-registration-ip's Introduction

This Magento 1 extension is orphaned, unsupported and no longer maintained.

If you use it, you are effectively adopting the code for your own project.

Customer Registration IP

Magento module to display a customer's IP used during registration.

Facts

Description

This small extension saves the remote IP address from where the customer was registered or created, and displays it on the admin customer dashboard.

To include the customers registration IP in transactional email templates where the customer object is available you can use {{var customer.getRegistrationRemoteIp()}}

If you register a (free or commercial) API key for http://ipinfodb.com/ you can configure it at Admin - System Configuration - Netzarbeiter Extensions - Customer Registration IP

If a API key is registered a button to query the API will beavailable beside the customers IP address. Regardless of the API key settings, a link to lookup addresses via http://ip2location.com/ in a new window is always displayed.

Compatibility

  • Magento >= 1.4

Installation Instructions

  1. Install the extension via Magento Connect with the key shown above or copy all the files into your document root.
  2. Clear the cache, logout from the admin panel and then login again.
  3. Configure and activate the extension under System - Configuration - Netzarbeiter Extensions - Customer Registration IP.

Uninstallation

To uninstall this extension you need to run the following SQL after removing the extension files:

  DELETE FROM eav_attribute WHERE attribute_code = 'registration_remote_ip';
  DELETE FROM core_resource WHERE code = 'customerregip_setup';

Support

If you have any issues with this extension, open an issue on GitHub (see URL above)

Contribution

Any contributions are highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Vinai Kopp http://www.netzarbeiter.com @VinaiKopp

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2014 Vinai Kopp

customer-registration-ip's People

Contributors

vinai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

customer-registration-ip's Issues

Add ip address to Customer Grid

Hello,

ive added this extention to my store, it works perfect, but now i want to add the IP address of the customer to my Customer grid in the backend.

do you know if this is possible.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.