All Projects → karliuka → m2.Breadcrumbs

karliuka / m2.Breadcrumbs

Licence: other
Magento2. Extension add breadcrumbs to pages in Magento2 that by default do not have breadcrumbs.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to m2.Breadcrumbs

Magento 2 Seo
Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.
Stars: ✭ 99 (+482.35%)
Mutual labels:  magento2, breadcrumbs, magento2-extension
magento2-module-pdf
Magento 2 Module for creating PDF's based on wkhtmltopdf
Stars: ✭ 55 (+223.53%)
Mutual labels:  magento2, magento2-extension
blog
MageVision Blog
Stars: ✭ 23 (+35.29%)
Mutual labels:  magento2, magento2-extension
MultipleLayeredNavigation-M2
Magento 2 Multiple Layered Navigation extension.
Stars: ✭ 20 (+17.65%)
Mutual labels:  magento2, magento2-extension
module-checkout-designs
Allow multiple options for Magento 2 checkout layout. Provides capabilities to AB test checkout changes and more.
Stars: ✭ 28 (+64.71%)
Mutual labels:  magento2, magento2-extension
magento-2-ajax-cart
Magento 2 Ajax Cart allows customers to add products to cart right on the current window without having to redirect to another page. Completely reduce redirect wait times and improve the shopping experience.
Stars: ✭ 16 (-5.88%)
Mutual labels:  magento2, magento2-extension
rebuild-urlrewrite
Rebuild Url Rewrite for magento 2
Stars: ✭ 26 (+52.94%)
Mutual labels:  magento2, magento2-extension
magento2-alsoviewed
Magento2 product suggestion module, based on customers activities
Stars: ✭ 25 (+47.06%)
Mutual labels:  magento2, magento2-extension
LargeConfigProducts
Large Configurable Products workaround for Magento 2
Stars: ✭ 83 (+388.24%)
Mutual labels:  magento2, magento2-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+76.47%)
Mutual labels:  magento2, magento2-extension
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (+123.53%)
Mutual labels:  magento2, magento2-extension
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (+29.41%)
Mutual labels:  magento2, magento2-extension
magento2-link-product
Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
Stars: ✭ 45 (+164.71%)
Mutual labels:  magento2, magento2-extension
magento-2-layered-navigation
Magento 2 Layered Navigation extension Free optimizes the navigation process, redirects users to product catalog pages, and makes finding products easier
Stars: ✭ 16 (-5.88%)
Mutual labels:  magento2, magento2-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+229.41%)
Mutual labels:  magento2, magento2-extension
magento2-customer-account-links-manager
Customer Account Links Manager allows you to quickly and easily remove customer account links from Magento 2 customer dashboard.
Stars: ✭ 40 (+135.29%)
Mutual labels:  magento2, magento2-extension
ConfigurableProducts
Pre-selected configurable product options, change URL on the fly, and other improvements
Stars: ✭ 39 (+129.41%)
Mutual labels:  magento2, magento2-extension
enhanced-privacy
Magento 2 Enhanced Privacy extension for easier compliance with GDPR. Allows customers to delete, anonymize, or export their personal data.
Stars: ✭ 45 (+164.71%)
Mutual labels:  magento2, magento2-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+135.29%)
Mutual labels:  magento2, magento2-extension
Tooltip
Magento 2 attribute tooltip module
Stars: ✭ 23 (+35.29%)
Mutual labels:  magento2, magento2-extension

Magento2 Breadcrumbs

Extension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs.

Total Downloads Latest Stable Version

Magento2 Breadcrumbs

Compatibility

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install

Install via Composer (recommend)

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    For Magento CE(EE) 2.0.x

    composer require faonni/module-breadcrumbs:2.0.*

    For Magento CE(EE) 2.1.x

    composer require faonni/module-breadcrumbs:2.1.*
    

    For Magento CE(EE) 2.2.x

    composer require faonni/module-breadcrumbs:2.2.*

    For Magento CE(EE) 2.3.x

    composer require faonni/module-breadcrumbs:2.3.*

    For Magento CE(EE) 2.4.x

    composer require faonni/module-breadcrumbs:2.4.*

    Wait while dependencies are updated.

Manual Installation

  1. Create a folder {Magento root}/app/code/Faonni/Breadcrumbs

  2. Download the corresponding latest version

  3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/Breadcrumbs)

Completion of installation

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    

Configuration

For Magento CE(EE) 2.0.x

In the Magento Admin Panel go to Stores > Configuration > Design > Breadcrumbs.

Magento2 Breadcrumbs

For Magento CE(EE) 2.1.x, 2.2.x, 2.3.x, 2.4.x

In the Magento Admin Panel go to Content > Configuration > {Your Theme} > Breadcrumbs.

Magento2 Breadcrumbs

Uninstall

This works only with modules defined as Composer packages.

Remove database data

  1. Go to Magento2 root folder

  2. Enter following commands to remove database data:

    php bin/magento module:uninstall -r Faonni_Breadcrumbs
    

Remove Extension

  1. Go to Magento2 root folder

  2. Enter following commands to remove:

    composer remove faonni/module-breadcrumbs

Completion of uninstall

  1. Go to Magento2 root folder

  2. Enter following commands:

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].