Woocommerce Product Category Cross-Sells archived
WP plugin for WC to define cross sells for products in a category
by Laurens Offereins · github.com/lmoffereins/wc-product-category-cross-sells · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lmoffereins/wc-product-category-cross-sells/archive/refs/heads/master.zipDeclares an update source (lmoffereins/wc-product-category-cross-sells), so updates arrive through the plugin's own updater.
Readme
=== WC Product Category Cross Sells === Contributors: Offereins Tags: Woocommerce, product, category, cross, sell Requires at least: 4.0, WC 2.2 Tested up to: 4.2.2 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Define Woocommerce cross sells for products in a category
== Description ==
Define default cross sell products for products within the same category. When cross sells are not defined per product, the product category cross sells are used instead.
== Installation ==
You can download and install WC Product Category Cross Sells using the built in WordPress plugin installer. If you download WC Product Category Cross Sells manually, make sure it is uploaded to "/wp-content/plugins/wc-product-category-cross-sells/".
Activate WC Product Category Cross Sells in the "Plugins" admin panel using the "Activate" link.
== Changelog ==
= 1.0.2 =
- Fixed bug with missing semicolon in
::filter_cross_sell_ids()
= 1.0.1 =
- Fixed bug where non-defined cross sells were collected
= 1.0.0 =
- Initial release