From 6a883b24bf6287a4c7c1c5149537d879dbb5b0a6 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Tue, 12 May 2026 14:11:39 -0400 Subject: [PATCH] new pricing --- pages/features.php | 7 +++---- pages/pricing.php | 10 +++++----- theme/blocks/index.php | 18 +++++++++++------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/pages/features.php b/pages/features.php index b231449..85b73b0 100644 --- a/pages/features.php +++ b/pages/features.php @@ -6,7 +6,7 @@ */ return <<<'ORIBI_SYNC_CONTENT' - + @@ -20,7 +20,6 @@ return <<<'ORIBI_SYNC_CONTENT' - @@ -57,9 +56,9 @@ return <<<'ORIBI_SYNC_CONTENT' - + - + diff --git a/pages/pricing.php b/pages/pricing.php index 4950dee..35d4ae6 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -6,17 +6,17 @@ */ return <<<'ORIBI_SYNC_CONTENT' - + - + - + - + - + diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 62077f5..499384f 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -541,6 +541,7 @@ add_action('init', function () { 'pricePer' => ['type' => 'string', 'default' => ''], 'annualPrice' => ['type' => 'string', 'default' => ''], 'annualPer' => ['type' => 'string', 'default' => ''], + 'annualMonthly' => ['type' => 'string', 'default' => ''], 'annualSavings' => ['type' => 'string', 'default' => ''], 'features' => ['type' => 'array', 'default' => []], 'btnText' => ['type' => 'string', 'default' => 'Get Started'], @@ -1860,11 +1861,12 @@ function oribi_render_pricing_card($a) } $has_annual = !empty($a['annualPrice']); - $monthly_price = $a['price'] ?? ''; - $monthly_per = $a['pricePer'] ?? ''; - $annual_price = $a['annualPrice'] ?? ''; - $annual_per = $a['annualPer'] ?? ''; - $annual_savings = $a['annualSavings'] ?? ''; + $monthly_price = $a['price'] ?? ''; + $monthly_per = $a['pricePer'] ?? ''; + $annual_price = $a['annualPrice'] ?? ''; + $annual_per = $a['annualPer'] ?? ''; + $annual_monthly = $a['annualMonthly'] ?? ''; + $annual_savings = $a['annualSavings'] ?? ''; ob_start(); ?>
@@ -1882,9 +1884,11 @@ function oribi_render_pricing_card($a)

-
-
+
+
+ +