matusstafura/magento2-product-redirect
Composer 安装命令:
composer require matusstafura/magento2-product-redirect
包简介
Product redirect module for Magento 2 - creates store-agnostic product links using SKU or ID
README 文档
README
A lightweight Magento 2 module that redirects product links to the correct localized product URLs based on SKU or Product ID.
Problem
When managing a Magento 2 multi-store setup with different languages, product URLs differ across stores:
- English:
/awesome-product.html - French:
/produit-genial.html - German:
/tolles-produkt.html
This module lets you use one universal link that automatically redirects to the correct localized product URL based on the current store.
Features
✅ Store-agnostic product links - One link works across all languages
✅ SEO-friendly 301 redirects - Passes link equity to final product URLs
✅ Supports SKU and Product ID - Use whichever identifier suits your workflow
✅ Zero configuration - Works immediately after installation
✅ Magento 2.4.7 compatible - Uses modern HttpGetActionInterface
✅ Lightweight - No database changes, no admin configuration
Requirements
- PHP >= 8.1
- Magento >= 2.4.7
- Composer (optional, for installation via composer)
Installation
Option 1: Manual Installation
- Create module directory:
mkdir -p app/code/MatusStafura/ProductRedirect
-
Copy all module files to
app/code/MatusStafura/ProductRedirect/ -
Enable the module:
php bin/magento module:enable MatusStafura_ProductRedirect php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
Usage
Using SKU (Recommended)
Create links using product SKU:
<a href="/product?sku=ABC123">Check out this product</a> <a href="/product?sku=SHIRT-RED-L">Red Shirt - Large</a> <a href="/product?sku=24-MB01">Joust Duffle Bag</a>
Using Product ID
Create links using product ID:
<a href="/product?id=12301">View Product</a> <a href="/product?id=5847">Another Product</a>
Use Cases
Perfect for:
- Blog posts shared across multiple store views
- Email campaigns sent to international customers
- Social media posts linking to products
- Print materials with QR codes
- Affiliate links that work globally
- Internal documentation referencing products
SEO Benefits
- 301 permanent redirects preserve link equity
- Redirects to canonical product URLs with proper localization
- Search engines credit the final SEO-friendly URL, not the redirect
- No duplicate content issues
Configuration
No configuration needed! The module works out of the box after installation.
Uninstallation
php bin/magento module:disable MatusStafura_ProductRedirect
php bin/magento setup:upgrade
php bin/magento cache:flush
# Optionally remove module files
rm -rf app/code/MatusStafura/ProductRedirect
Compatibility
- ✅ Magento 2.4.7
- ✅ Magento 2.4.6
- ✅ Magento 2.4.5
- ✅ PHP 8.1, 8.2, 8.3
License
MIT License - See LICENSE for details.
Support
For issues, questions, or contributions create an issue on GitHub or submit a Pull Request.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
matusstafura/magento2-product-redirect 适用场景与选型建议
matusstafura/magento2-product-redirect 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 10 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「product」 「module」 「redirect」 「seo」 「magento」 「multilingual」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 matusstafura/magento2-product-redirect 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 matusstafura/magento2-product-redirect 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 matusstafura/magento2-product-redirect 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Redirects TYPO3 visitors automatic or with a suggestlink to another language and/or root page.
Simple RSS generator library for PHP 5.5 or later. clone from Bhaktaraz Bhatta ttps://github.com/bhaktaraz/php-rss-generator
Advanced TYPO3 redirect management for sys_redirect with regex and host/language-aware matching, CSV/.htaccess import/export, categories and priority, automatic slug redirect workflows, plus hit/log analytics.
Display your categories and products on front end of your website
Product catalog for your Symfony2 applications.
SilverCommerce module that adds customisable products (adding dropdowns, radio buttons or textfields to a product)
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-10