| @@ -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() { |