magepsycho/magento2-gotocatalog

Magento 2 Preview / Go To Catalog Extensions

1.0.0 2022-02-23 12:05 UTC

This package is auto-updated.

Last update: 2024-05-17 16:14:49 UTC


README

Magento 2 Preview/Visit Catalog

Magento 2 Preview/Visit Catalog

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 Preview/Visit Catalog allows the store owner to quickly preview the catalog (product & category) pages from the admin panel.
Also, it gives flexibility to the customers and the support & marketing team to visit the product page directly via SKU.

Key Features

  • Preview product page in the storefront (as per store) from Admin's product edit page
  • Preview category page in the storefront (as per store) from Admin's category edit page
  • Visit the product page directly via SKU in the URL (with the configurable prefix)

Feature Highlights

Quick Preview for Catalogs

With this extension, store admin can quickly explore the product & category pages via related edit pages, as per store.

  • Preview option can be turned off from settings
  • Preview option is disabled if the product or category is not visible (disable or not visible individually)

Magento 2 Preview/Visit Catalog - Admin Settings

Magento 2 Preview/Visit Catalog - Product Page

Visit Product Page via SKU

Users can reach the product page directly via SKU in the URL.

  • The prefix used in the URL can be configured from the extension settings.
  • If SKU is not found or not visible, it will redirect to the search result page with SKU as the search-keyword.

Magento 2 Preview/Visit Catalog - Admin Settings

Magento 2 Preview/Visit Catalog - Product Page

🛠️ Installation

Using Composer

composer require magepsycho/magento2-gotocatalog

Using modman

modman init
modman clone git@github.com:MagePsycho/magento2-preview-visit-catalog.git

Using Zip

  • Download the Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/GoToCatalog/

After installation by either means, activate the extension by running following series of commands

php bin/magento module:enable MagePsycho_GoToCatalog --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > STORES > Configuration > MAGEPSYCHO > Go To Catalog > Here you can configure settings

Live Demo:

Changelog

Version 1.0.0 (2021-03-15)

  • Initial Release.

Authors

  • Raj KB Twitter Follow

Contributors

Contributors

To Contribute

Any contribution to the development of Magento 2 Preview/Visit Catalog is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

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

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.