manifest / unclassified / smart-product-comparison
Smart Product Comparison
WooCommerce product comparison plugin for helping shoppers compare products before purchase.
by AICOSO · github.com/aicoso/smart-product-comparison · website
★ 0stars
0forks
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/aicoso/smart-product-comparison/archive/refs/heads/main.zipAICOSO Woo Product Comparison
A comprehensive WooCommerce product comparison plugin with advanced features.
Installation
- Upload the plugin files to the
/wp-content/plugins/aicoso-woo-product-comparisondirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
- Use the Settings->Product Comparison screen to configure the plugin.
Configuration
After activation, you can configure the plugin settings:
- Enable/disable comparison feature
- Customize comparison button text
- Set maximum number of products to compare
- Choose button position on product pages
Usage
- Add the compare button to your product pages using the shortcode:
[aicoso_woo_pc_compare_button] - Display the comparison table using:
[aicoso_woo_pc_comparison_table] - Or use the widget to add compare functionality to sidebars
Standards
This plugin follows WordPress coding standards:
- All functions use the
aicoso_woo_pc_prefix - All classes use the
AICOSO_Woo_PC_prefix - All variables use the
aicoso_woo_pc_prefix - Complete documentation comments following WordPress standards
- PHPCS compliant code
Changelog
1.0.0
- Initial release