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 | assets/dist/js/editor.js +4 -2 1.6.52.7.0 View file →
@@ -230,10 +230,12 @@
230 230 });
231 231 exports["default"] = _default;
232 232
233 233 function _default() {
234 - var $ = jQuery;
234 + var $ = jQuery; // eslint-disable-next-line no-undef
235 235
236 + var activeTheme = sellkitPromotion.activeTheme;
237 +
236 238 var initializeChange = function initializeChange() {
237 239 var $element = $('input[data-setting="place_order_btn_txt"');
238 240 var value = $element.val();
239 241 $element.val('');
@@ -243,9 +245,9 @@
243 245 var disableExpressOnFree = function disableExpressOnFree() {
244 246 var promotionParent = $('.elementor-control-checkout-express-promotion');
245 247 promotionParent.find('input').attr('disabled', 'disabled');
246 248 promotionParent.find('.elementor-control-title').on('click', function () {
247 - window.open('https://getsellkit.com/pricing/', '_blank');
249 + window.open('https://getsellkit.com/pricing/?utm_source=wp-dashboard&utm_campaign=gopro&utm_medium=' + activeTheme, '_blank');
248 250 });
249 251 };
250 252
251 253 var init = function init() {