You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -913,29 +913,48 @@ function ppom_admin_bar_menu() {
913
913
functionppom_add_black_friday_data( $configs ) {
914
914
$config = $configs['default'];
915
915
916
-
// translators: %1$s - HTML tag, %2$s - discount, %3$s - HTML tag, %4$s - product name.
917
-
$message_template = __( 'Our biggest sale of the year: %1$sup to %2$s OFF%3$s on %4$s. Don\'t miss this limited-time offer.', 'woocommerce-product-addon' );
918
-
$product_label = 'PPOM';
919
-
$discount = '70%';
916
+
$message = __( 'Conditional fields, file uploads, pricing formulas. Let customers configure products the way they need. Exclusively for existing PPOM users.', 'woocommerce-product-addon' );
// translators: %1$s - HTML tag, %2$s - discount, %3$s - HTML tag, %4$s - product name.
927
-
$message_template = __( 'Get %1$sup to %2$s off%3$s when you upgrade your %4$s plan or renew early.', 'woocommerce-product-addon' );
928
-
$product_label = 'PPOM Pro';
929
-
$discount = '30%';
928
+
// translators: %s is the discount percentage.
929
+
$config['plugin_meta_message'] = sprintf( __( 'Black Friday Sale - up to %s off', 'woocommerce-product-addon' ), '30%' );
930
+
// translators: %1$s - discount, %2$s - discount.
931
+
$message = sprintf( __( 'Upgrade your PPOM Pro plan: %1$s off this week. Already on the plan you need? Renew early and save up to %2$s.', 'woocommerce-product-addon' ), '30%', '20%' );
932
+
$cta_label = __( 'See your options', 'woocommerce-product-addon' );
0 commit comments