# disco/1.3.48/backend/views/components/ProPlan/data/comparisonData.js

Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO, version 1.3.48. 76 lines.

- Page: https://pluginprobe.com/plugins/disco/1.3.48/code/backend/views/components/ProPlan/data/comparisonData.js
- Raw: https://pluginprobe.com/plugins/disco/1.3.48/raw/backend/views/components/ProPlan/data/comparisonData.js
- Modified: 2026-03-11T06:21:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disco/1.3.48/code/backend/views/components/ProPlan/data/comparisonData.js#L10-L20`.

```javascript
const comparisonData = [
	{
		title: '🏷️ Discount Types',
		rows: [
			['Product Intent Discounts', true, true],
			['Cart Intent Discounts', true, true],
			['Free Shipping Discount', true, true],
			['Bulk / Quantity Tiers', true, true],
			['Bundle / Combo Deals', true, true],
			['BOGO — Buy X Get X Free', false, true],
			['Advanced BOGO (% & Fixed Amount)', false, true],
			['BOGO — Buy X Get Y Free (Products)', false, true],
			['BOGO — Buy X Get Y Free (Category)', false, true],
			['User Limit', false, true],
		],
	},
	{
		title: '⚙️ Conditions & Targeting',
		rows: [
			['Product & Price Attributes Conditions', true, true],
			['Cart Subtotal', true, true],
			['AND / OR Logic Groups', true, true],
			['Custom Post Type Attributes', true, true],
			['Payment Method Discounts', true, true],
			['Customer User Role', true, true],
			['Country Specific Conditions', true, true],
			['Item Quantity and Count', false, true],
			['Purchase History Conditions', false, true],
			['Customer Order History', false, true],
			['Products In Cart', false, true],
			['ACF Custom Field Conditions', false, true],
			['Product Brand & Taxonomy Filters', false, true],
		],
	},
	{
		title: '🌍 Multi-Currency & Language',
		rows: [
			['WPML Multi-Currency Support', false, true],
			['FOX Currency Switcher', false, true],
			['CURCY Multi Currency', false, true],
			['Aelia Currency Switcher', false, true],
		],
	},
	{
		title: '🎨 Storefront Design Blocks',
		rows: [
			['Product Price Badges', false, true],
			['Countdown Timers', false, true],
			['Cart Banners', false, true],
			['Bulk Pricing Tables', false, true],
			['White-Label Badges (no Disco branding)', false, true],
		],
	},
	{
		title: '📊 Analytics & Reporting (Coming Soon)',
		rows: [
			['Campaign Performance Dashboard', false, true],
			['Revenue Attribution per Campaign', false, true],
			['Orders Influenced Tracking', false, true],
			['Discount Usage Reports', false, true],
		],
	},
	{
		title: '💬 Support & Updates',
		rows: [
			['WP.org Community Support', true, true],
			['Priority Email Support (24h)', true, true],
			['Priority Support (4h response)', false, true],
			['Lifetime Free Updates', true, true],
			['Free Forever After 5 Years', false, true],
		],
	},
];

export default comparisonData;

```
