Skip to content

Commit

Permalink
add woocommerce sales inline popup
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Dec 18, 2023
1 parent 2a759fd commit 7474a85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions includes/Extensions/WooCommerce/WooCommerceSalesInline.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ public function __construct(){
],
],
];
$this->popup = [
"denyButtonText" => __("<a href='https://notificationx.com/growth-alert/' target='_blank'>More Info</a>", "notificationx"),
"confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"),
"html"=> __('
<span>Highlight your sales, low stock updates with inline growth alert to boost sales</span>
<iframe id="email_subscription_video" type="text/html" allowfullscreen width="450" height="235"
src="https://www.youtube.com/embed/vXMtBPvizDw">
</iframe>
', 'notificationx')
];
}

public function doc(){
Expand Down

0 comments on commit 7474a85

Please sign in to comment.