WP Manifestindependent plugin directory
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.zip

AICOSO Woo Product Comparison

A comprehensive WooCommerce product comparison plugin with advanced features.

Installation

  1. Upload the plugin files to the /wp-content/plugins/aicoso-woo-product-comparison directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. 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

  1. Add the compare button to your product pages using the shortcode: [aicoso_woo_pc_compare_button]
  2. Display the comparison table using: [aicoso_woo_pc_comparison_table]
  3. 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