Skip to content

ajay1987kumar/Magento-2-Category-with-image-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Category with image widget for Magento 2

###Features

  • Display category with images in any page
  • Only top level categories

How to use this widget

Link : https://youtu.be/RLN1A200MII

ScreenShot

###Mannual Installation Instructions Go to Magento2 Project root/app/code (create code folder if not exist)

Paste downloaded/cloned folder.

So folder strucuture will be as following


Magento2
└── app
   └── code
       └── ProgrammingAtKstark
           └──CatewithimgWidget
               ├──Block
               ├──etc
               ├──Model
               ├──view
               ├──composer.json
               └──registration.php


###Enable this widget to Enable this widget simply follow these steps:

  • php bin/magento setup:upgrade
  • php bin/magento cache:flush
  • Re-Compile (in-case you have compilation enabled)
    bin/magento setup:di:compile

Notes

  • If you are selecting more then 3 categories then you need to make changes in view/frontend/web/css/widget.css

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

License

By contributing your code, you agree to license your contribution under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.1%
  • HTML 19.6%
  • CSS 6.3%