PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.14
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.14
1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 1.3.46 1.3.45 All 177 releases
disco / backend / views / components / ProPlan / data / whyUpgrade.js

whyUpgrade.js in Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO 1.4.14, at backend/views/components/ProPlan/data/whyUpgrade.js

47 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const whyUpgradeReasons = [
2 {
3 icon: '🌍',
4 title: 'Selling in Multiple Currencies',
5 desc: 'Give every international customer a local shopping experience with accurate, rule-based currency conversion.',
6 tag: 'Used by 100+ all currencies',
7 color: 'disco:bg-emerald-50',
8 },
9 {
10 icon: '🏷️',
11 title: 'Wholesale & Role-Based Pricing',
12 desc: 'Grant tiered pricing to wholesale buyers, VIP customers, or specific user roles — no complex plugins needed.',
13 tag: 'Most requested Pro feature',
14 color: 'disco:bg-blue-50',
15 },
16 {
17 icon: '📊',
18 title: 'Knowing Which Campaigns Work',
19 desc: 'Track orders, revenue, and attribution per campaign to make data-driven decisions about discounts that convert.',
20 tag: 'New: Analytics Pro dashboard',
21 color: 'disco:bg-orange-50',
22 },
23 {
24 icon: '🎁',
25 title: 'Advanced BOGO Offers',
26 desc: 'Run flexible BOGO (Buy X Get Y), mix-and-match bundles, or tiered quantity deals to boost average order value.',
27 tag: '3x higher conversions vs basic BOGO',
28 color: 'disco:bg-purple-50',
29 },
30 {
31 icon: '🔧',
32 title: 'ADI & Custom Data Targeting',
33 desc: 'Bring custom meta into your condition builder to target based on virtually any data stored in your WooCommerce store.',
34 tag: 'Powerful for custom WooCommerce builds',
35 color: 'disco:bg-rose-50',
36 },
37 {
38 icon: '',
39 title: 'Priority Support When It Matters',
40 desc: 'When issues arise, get dedicated 1-on-1 support with a guaranteed response within 24 hours — no more waiting.',
41 tag: '24h avg first response time',
42 color: 'disco:bg-teal-50',
43 },
44 ];
45
46 export default whyUpgradeReasons;
47