GithubHelp home page GithubHelp logo

tiagofssampaio / magento2-ajaxified-catalog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from czone-tech/magento2-ajaxified-catalog

0.0 1.0 0.0 26 KB

Ajax Layered Navigation module for Magento2

Home Page: http://www.czonetechnologies.com

PHP 53.35% JavaScript 46.65%

magento2-ajaxified-catalog's Introduction

Ajax Layered Navigation module for Magento2

This module applies AJAX on the products catalog page. The left layered navigation block links are also modified to load via AJAX.

The module has been tested with Magento 2.0.x and 2.1.x, however, it should work fine for other Magento 2.x versions as well. Please note that while this module works oob for Magento_Blank and Magento_Luma themes, it may break if a custom theme modifies certain view files related to layered navigation or products list block. This seems an unavoidable issue at the moment. If you have any issues using this module, you may contact us at [email protected]

###Why AJAX? Catalog is the most visited section of any e-commerce site. A fast loading catalog section is intrinstic to a superior user experience. For faster loading of the catalog section, it is necessary that we do not rebuild the entire page on each request, instead only the minimum required sections are rebuilt. This results in a faster UX.

Demo

You can see this extension in action here-

  1. Products Catalog page- http://work.czonetechnologies.com/mage2.0/women/tops-women/jackets-women.html http://work.czonetechnologies.com/mage2.1/women/tops-women/jackets-women.html

  2. Catalog Search page- http://work.czonetechnologies.com/mage2.0/catalogsearch/result/?q=jacket http://work.czonetechnologies.com/mage2.1/catalogsearch/result/?q=jacket

####1 - Installation

Manual Installation
  • Download the extension
  • Unzip the file
  • Create a folder {Magento root}/app/code/CzoneTech
  • Extract the contents of the zipped folder inside it.

#####Using Composer

composer require czonetech/ajaxified-catalog

####2 - Enabling the module Using command line access to your server, run the following commands -

 $ cd <magento-installation-dir>
 $ php bin/magento module:enable --clear-static-content CzoneTech_AjaxifiedCatalog
 $ php bin/magento setup:upgrade
 $ rm -r var/di
 $ php bin/magento setup:di:compile
 $ php bin/magento cache:clean

Screenshot

CzoneTech_AjaxifiedCatalog

magento2-ajaxified-catalog's People

Contributors

ashish-czone avatar quienti avatar

Watchers

James Cloos avatar

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.