這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Product Redirection for WooCommerce

外掛說明

Deleting products without any redirects can result in a negative impact on your Search Engine Optimization or SEO. To prevent product deletion a notice is displayed on clicking trash to inform that they should be redirecting.

Free Version:

  • Notice in product manager to not delete products
  • Option in product to redirect to parent category or a custom url
  • Setting: Remove product deletion notice
  • Setting: Disable trash/delete on product manager

Pro Version:

  • Notices on product page that the product is no longer in stock
  • Automatic out of stock product handling
  • Landing pages
  • Product recommendations

Check out our Roadmap to see our upcoming features!

螢幕擷圖

  • Set the redirects via the product.
  • Show a notice to help prevent trashing products.
  • Plugin settings

安裝方式

  1. Backup WordPress
  2. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress
  4. Use the WooCommerce->Redirection page to configure the plugin

常見問題集

Why should I use this?

Deleting products is bad for Search Engine Optimization (SEO) and setting redirects through apache can lead to a huge htaccess.

Why are fields on products not loading?

If you have ACF installed already, you may need to sync the fields, as they are stored via json to reduce db calls. We built this around ACF to reduce development times and to prevent adding unnecessary code if you already have it installed.

Why does this use ACF?

Mainly to reduce the amount of time in development, but also to save resources. If you already have Advanced Custom Fields installed, then you don’t have to worry about additional code executing on product admin pages.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Product Redirection for WooCommerce〉的開發相關工作。

參與者

變更記錄

1.1.9

Bugfix: Duplicate translation

1.1.8

Bugfix: Unexpected output on activation due to admin notices displaying after activation
Enhancement: Made use of namespacing to prevent class clashes
Optimized: Various code chunks

1.1.7

Added: Advanced Custom Fields standalone dependancy

1.1.6

  • Optimization: Refactored code in preparation for Advanced Custom Fields standalone dependancy
  • Added: Additional Error Handling
  • Fix: Deprecations

1.1.5

  • Fix: Versioning

1.1.4

  • Added: Notice to add Advanced Custom Fields as we will be removing it as a dependancy from our plugin
  • Enhancement: Optimized code

1.1.3

  • Updated: Dependencies
  • Fix: Deprecations. We plan to rewrite the entire plugin in a future release to remove ACF dependency and further optimize code.

1.1.2

  • Bugfix: ACF Header Error

1.1.1

  • Improved: Trash Deletion Prevention
  • Bugfix: ACF fields showing on posts
  • Bugfix: Trash Can Disable message showing on trashed products
  • Added: Roadmap CTA on plugins page
  • Adjustment: Disable trash is now set to default enabled

1.0.0

  • Initial Release