Skip to content

Magento2 extension to show products based on customer location on the Product List Page | Nadeem Khan

Notifications You must be signed in to change notification settings

inadeemkhan/magento2-product-list-by-region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Magento2 Product List by Region

Magento2 extension to show products based on customer location on the Product List Page.

Features:

  1. To show products based on customer location on the Product List Page.
  2. Fetch the customer's address information from an IP address. Filtering List based on Product Attribute.
  3. Looks like the core functionality of Magento (at the backend as well as frontend)
  4. Unencrypted code for easy customization.

Installation Instruction

  • Copy the content of the repo to the app/code/Nadeem/ folder
  • Enable the module by running php bin/magento module:enable Nadeem_RegionBasedProducts
  • Run the command: php bin/magento setup:upgrade
  • Run Command: php bin/magento setup:static-content:deploy
  • Now Flush Cache: php bin/magento cache:flush

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Screenshots & Support

If you encounter any problems or bugs, please open an issue on GitHub.

Product Details Page in Admin ScreenShot

Product List Page ScreenShot

Prerequisites

Use the following table to verify you have the correct prerequisites to install this Extension.

Prerequisite How to check For more information
Apache 2.2 or 2.4 Ubuntu: apache2 -v
CentOS: httpd -v
Apache
PHP 7.*.* php -v PHP Ubuntu
PHP CentOS
MySQL 5.6.x mysql -u [root user name] -p MySQL

Feedback and Support

khannadeem243@gmail.com

About

Magento2 extension to show products based on customer location on the Product List Page | Nadeem Khan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages