Skip to content

ircf/theme-bootstrap

This branch is 2 commits ahead of murilotimo/theme-bootstrap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a006e0 · Mar 7, 2023

History

76 Commits
Mar 7, 2023
Apr 30, 2019
Mar 24, 2017
Nov 1, 2017
Oct 29, 2016
Oct 9, 2016
Mar 9, 2017
May 14, 2017
Oct 2, 2016
Feb 27, 2018
Mar 24, 2017
Mar 5, 2017
Mar 27, 2017
May 14, 2017
Mar 27, 2017
Nov 29, 2017
Mar 7, 2023
Nov 13, 2016
Nov 13, 2016

Repository files navigation

Magento 2 theme based on Bootstrap

This is a Magento 2 theme based on Bootstrap.

Theme Preview

The theme has been designed to be overridden by project's specific theme.

For example you can override only the bootstrap-theme.less and _variables.less files to completely customize the look and feel of your theme.

Installation

Add this repository to Composer's repositories and then require the theme:

composer config repo.bootstrap-menu vcs https://github.com/webgriffe/module-bootstrap-menu
composer config repo.bootstrap-theme vcs https://github.com/webgriffe/theme-bootstrap.git
composer require webgriffe/theme-frontend-bootstrap "dev-master"

Then you should run Magento's setup upgrade:

php bin/magento setup:upgrade

Now you activate the Bootstrap Theme under Content -> Design -> Configuration..

Lastly clear Magento generated suff and caches:

rm -rf pub/static/frontend/
rm -rf var/view_preprocessed/css/frontend/
php bin/magento cache:clean

ToDo

This theme is still work in progress. Here is a list of done / todo sections:

  • Home Page
  • Category Page
  • Product Page
  • Cart
  • Checkout
  • Login
  • Signup
  • Forgot Password
    • Request
    • Set Password
  • My Account
    • Account Dashboard
    • Account Information
    • Address Book
    • My Downloadable Products
    • My Orders
    • My Credit Cards
    • Newsletter Subscriptions
    • Billing Agreements
    • My Product Reviews
    • My Wish List

License

This library is under the MIT license. See the complete license in the LICENSE file.

Credits

Developed by Webgriffe®. Please, report to us any bug or suggestion by GitHub issues.

About

Magento 2 theme based on Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 52.0%
  • HTML 47.9%
  • Other 0.1%