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
' . sprintf( __( 'Please register on - %1$s%2$s and create a project', 'ultimate-push-notifications' ), "<a href='https://console.firebase.google.com/' target=\"_blank\">", 'https://console.firebase.google.com/</a>' ) . '
189
+
</li>
190
+
<li>
191
+
' . __( 'After creating project on firebase, create a APP by clicking on \'Add app\' button', 'ultimate-push-notifications' ) . '
192
+
</li>
193
+
<li>
194
+
' . __( 'When app platform appear, click the \'web\' to create your app. Then follow the steps.', 'ultimate-push-notifications' ) . '
195
+
</li>
196
+
<li>
197
+
' . __( 'After registered your app, you will see the following configuration field\'s value. Get these and setup the following configuration.', 'ultimate-push-notifications' ) . '
@@ -85,21 +85,21 @@ public function generate_page( $args, $option ) {
85
85
'desc_tip' => __( 'Please set the following configuration to get WooCommerce related notifications.', 'ultimate-push-notifications' ),
86
86
),
87
87
'cs_set_notifications[add_to_cart]' => array(
88
-
'title' => __( 'Add To Cart', 'woo-altcoin-payment-gateway' ),
88
+
'title' => __( 'Add To Cart', 'ultimate-push-notifications' ),
89
89
'type' => 'miscellaneous',
90
-
'desc_tip' => __( 'Please check the checkbox to get notification when a product get added to cart. You can change the notification message with your won words. You can use : {product_title}, {product_price}', 'woo-altcoin-payment-gateway' ),
90
+
'desc_tip' => __( 'Please check the checkbox to get notification when a product get added to cart. You can change the notification message with your won words. You can use : {product_title}, {product_price}', 'ultimate-push-notifications' ),
'desc_tip' => __( 'Please check the checkbox to get notification when a product get sold. You can change the notification message with your won words.You can use: {first_name}, {last_name}, {full_name}, {total}', 'woo-altcoin-payment-gateway' ),
122
+
'desc_tip' => __( 'Please check the checkbox to get notification when a product get sold. You can change the notification message with your won words.You can use: {first_name}, {last_name}, {full_name}, {total}', 'ultimate-push-notifications' ),
'title' => __( 'Order status update', 'woo-altcoin-payment-gateway' ),
152
+
'title' => __( 'Order status update', 'ultimate-push-notifications' ),
153
153
'type' => 'miscellaneous',
154
-
'desc_tip' => __( 'Please check the checkbox to get notification when Order status update. You can change the notification message with your won words.You can use: {first_name}, {last_name}, {full_name}, {order_id}, {status_from}, {status_to}', 'woo-altcoin-payment-gateway' ),
154
+
'desc_tip' => __( 'Please check the checkbox to get notification when Order status update. You can change the notification message with your won words.You can use: {first_name}, {last_name}, {full_name}, {order_id}, {status_from}, {status_to}', 'ultimate-push-notifications' ),
@@ -172,7 +172,7 @@ public function generate_page( $args, $option ) {
172
172
'type' => 'textarea',
173
173
'class' => 'form-control mt-10',
174
174
'value' => FormBuilder::get_value( 'orderStatusUpdatedBody', $option, 'The status of order: #{order_id} requested by {full_name} was changed from {status_from} to {status_to}.' ),
0 commit comments