magepsycho / magento2-gotocatalog
Magento 2 Preview / Go To Catalog Extensions
Installs: 1 236
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-17 17:15:18 UTC
README
Magento 2 Preview/Visit Catalog
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)
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.
🛠️ 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
- Flush the store cache
php bin/magento cache:flush
- Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
- 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
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.