PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/admin/class-promote-sellkit-pro.php +4 -2 1.5.12.7.0 View file →
@@ -58,9 +58,9 @@
58 58 '<span class="sellkit-upgrade-to-pro"><i class="sellkit-icon-upgarde-to-pro"></i>' . esc_html__( 'Upgrade to Pro', 'sellkit' ) . '</span>',
59 59 'manage_options',
60 60 'upgrade_to_pro',
61 61 function () {
62 - wp_redirect( 'https://getsellkit.com/pricing/' ); // phpcs:ignore
62 + wp_redirect( 'https://getsellkit.com/pricing/?utm_source=wp-dashboard&utm_campaign=gopro&utm_medium=' . wp_get_theme()->get( 'Name' ) ); // phpcs:ignore
63 63 exit;
64 64 }
65 65 );
66 66 }
@@ -96,14 +96,16 @@
96 96 'customer-value' => esc_html__( 'RFM Segments', 'sellkit' ),
97 97 'first-order-date' => esc_html__( 'First Order Date', 'sellkit' ),
98 98 'last-order-date' => esc_html__( 'Last Order Date', 'sellkit' ),
99 99 'purchased-category' => esc_html__( 'Purchased Categories', 'sellkit' ),
100 + 'purchased-product-quantity' => esc_html__( 'Purchased Product Count', 'sellkit' ),
100 101 'purchased-product' => esc_html__( 'Purchased Products', 'sellkit' ),
102 + 'cart-item-quantity' => esc_html__( 'Cart Item Count', 'sellkit' ),
101 103 'time-deadline' => esc_html__( 'Time Deadline', 'sellkit' ),
102 104 'total-spent' => esc_html__( 'Total Spent', 'sellkit' ),
103 105 'viewed-category' => esc_html__( 'Viewed Categories', 'sellkit' ),
104 106 'viewed-product' => esc_html__( 'Viewed Products', 'sellkit' ),
105 - 'visitor-city' => __( 'Visitor City & Region', 'sellkit' ),
107 + 'visitor-city' => esc_html__( 'Visitor City & Region', 'sellkit' ),
106 108 'visitor-country' => esc_html__( 'Visitor Country', 'sellkit' ),
107 109 'visitor-currency' => esc_html__( 'Visitor\'s Local Currency', 'sellkit' ),
108 110 'visitor-timezone' => esc_html__( 'Visitor\'s Timezone', 'sellkit' ),
109 111 'upsell' => esc_html__( 'Upsell', 'sellkit' ),