# disco/1.4.17/backend/views/components/ProPlan/data/whyUpgrade.js

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

- Page: https://pluginprobe.com/plugins/disco/1.4.17/code/backend/views/components/ProPlan/data/whyUpgrade.js
- Raw: https://pluginprobe.com/plugins/disco/1.4.17/raw/backend/views/components/ProPlan/data/whyUpgrade.js
- Modified: 2026-09-11T05:31:24+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.4.17/code/backend/views/components/ProPlan/data/whyUpgrade.js#L10-L20`.

```javascript
const whyUpgradeReasons = [
	{
		icon: '🌍',
		title: 'Selling in Multiple Currencies',
		desc: 'Give every international customer a local shopping experience with accurate, rule-based currency conversion.',
		tag: 'Used by 100+ all currencies',
		color: 'disco:bg-emerald-50',
	},
	{
		icon: '🏷️',
		title: 'Wholesale & Role-Based Pricing',
		desc: 'Grant tiered pricing to wholesale buyers, VIP customers, or specific user roles — no complex plugins needed.',
		tag: 'Most requested Pro feature',
		color: 'disco:bg-blue-50',
	},
	{
		icon: '📊',
		title: 'Knowing Which Campaigns Work',
		desc: 'Track orders, revenue, and attribution per campaign to make data-driven decisions about discounts that convert.',
		tag: 'New: Analytics Pro dashboard',
		color: 'disco:bg-orange-50',
	},
	{
		icon: '🎁',
		title: 'Advanced BOGO Offers',
		desc: 'Run flexible BOGO (Buy X Get Y), mix-and-match bundles, or tiered quantity deals to boost average order value.',
		tag: '3x higher conversions vs basic BOGO',
		color: 'disco:bg-purple-50',
	},
	{
		icon: '🔧',
		title: 'ADI & Custom Data Targeting',
		desc: 'Bring custom meta into your condition builder to target based on virtually any data stored in your WooCommerce store.',
		tag: 'Powerful for custom WooCommerce builds',
		color: 'disco:bg-rose-50',
	},
	{
		icon: '⚡',
		title: 'Priority Support When It Matters',
		desc: 'When issues arise, get dedicated 1-on-1 support with a guaranteed response within 24 hours — no more waiting.',
		tag: '24h avg first response time',
		color: 'disco:bg-teal-50',
	},
];

export default whyUpgradeReasons;

```
