ideallystudio / magento2-merchant-toolkit
Magento 2 admin enhancements to preview products, categories and CMS pages per store view.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/ideallystudio/magento2-merchant-toolkit
Requires
- php: >=7.4
- magento/framework: ^103.0
- magento/module-catalog: *
- magento/module-cms: *
- magento/module-store: *
- magento/module-ui: *
- magento/module-url-rewrite: *
This package is not auto-updated.
Last update: 2026-01-14 05:48:11 UTC
README
Magento 2 admin enhancements that make it easier for merchandisers to preview storefront entities per store view.
Features
- Product View Button: Adds a
View on Storebutton on the product edit form and aViewaction column in the product grid. Both handle single and multi-store assignments, opening the appropriate storefront URL in a new tab. - Category View Button: Adds a
View on Storebutton to the category edit form, ensuring the generated URL matches the store view assigned to the category. - CMS Page View Button: Adds a
View Pagebutton to the CMS page editor. When a page is assigned to multiple store views (or to all store views), the button becomes a dropdown with one entry per store view.
Installation
composer require ideallystudio/magento2-merchant-toolkit bin/magento setup:upgrade
If you deploy static content, re-run:
bin/magento setup:static-content:deploy -f
Requirements
- PHP 8.1 or later
- Magento Open Source/Commerce 2.4.x (framework 103.x)
Support
Open an issue in your project tracker or reach out to the Ideally Studio engineering team.