Changeset 3313692
- Timestamp:
- 06/18/2025 08:14:06 AM (9 months ago)
- Location:
- woocommerce-jetpack/trunk
- Files:
-
- 5 added
- 7 edited
-
includes/admin/wcj-modules-cats.php (modified) (2 diffs)
-
includes/cart-abandonment (added)
-
includes/class-wcj-cart-abandonment.php (added)
-
includes/core/wcj-modules.php (modified) (2 diffs)
-
includes/css/wcj-cart-abandonment.css (added)
-
includes/js/wcj-cart-abandonment.js (added)
-
includes/mini-plugin/wcj-mini-plugin.php (modified) (2 diffs)
-
includes/settings/wcj-settings-cart-abandonment.php (added)
-
langs/woocommerce-jetpack.pot (modified) (26 diffs)
-
readme.txt (modified) (3 diffs)
-
version-details.json (modified) (1 diff)
-
woocommerce-jetpack.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-jetpack/trunk/includes/admin/wcj-modules-cats.php
r2943364 r3313692 3 3 * Booster for WooCommerce - Modules Array 4 4 * 5 * @version 7. 0.05 * @version 7.2.7 6 6 * @since 2.2.0 7 7 * @author Pluggabl LLC. … … 117 117 'checkout_fees', 118 118 'eu_vat_number', 119 119 'cart_abandonment', 120 120 ), 121 121 ), -
woocommerce-jetpack/trunk/includes/core/wcj-modules.php
r2888876 r3313692 3 3 * Booster for WooCommerce - Modules 4 4 * 5 * @version 6.0.55 * @version 7.2.7 6 6 * @since 3.2.4 7 7 * @author Pluggabl LLC. … … 140 140 'pdf-invoices/submodules/class-wcj-pdf-invoicing-advanced.php', 141 141 'class-wcj-pdf-invoicing.php', 142 'class-wcj-cart-abandonment.php', 142 143 ); 143 144 -
woocommerce-jetpack/trunk/includes/mini-plugin/wcj-mini-plugin.php
r2888876 r3313692 3 3 * Booster for WooCommerce - Mini plugin customizations 4 4 * 5 * @version 6.0.55 * @version 7.2.7 6 6 * @author Pluggabl LLC. 7 7 * @package Booster_For_WooCommerce/mini-plugin … … 18 18 ARRAY_FILTER_USE_KEY 19 19 ); 20 $all_categories = array( 'price_by_country', 'multicurrency', 'multicurrency_base_price', 'currency_per_product', 'currency', 'currency_external_products', 'bulk_price_converter', 'wholesale_price', 'product_open_pricing', 'offer_price', 'price_by_user_role', 'product_price_by_formula', 'global_discount', 'currency_exchange_rates', 'price_formats', 'price_labels', 'call_for_price', 'free_price', 'add_to_cart', 'more_button_labels', 'product_listings', 'tax_display', 'admin_products_list', 'products_per_page', 'product_tabs', 'product_custom_info', 'related_products', 'cross_sells', 'upsells', 'sorting', 'sku', 'stock', 'product_input_fields', 'product_add_to_cart', 'add_to_cart_button_visibility', 'purchase_data', 'product_bookings', 'crowdfunding', 'product_addons', 'product_images', 'sale_flash', 'product_by_country', 'product_by_user_role', 'product_custom_visibility', 'product_by_time', 'product_by_date', 'product_by_user', 'products_xml', 'product_bulk_meta_editor', 'product_msrp', 'product_extra_fees', 'cart', 'cart_customization', 'empty_cart', 'mini_cart', 'url_coupons', 'coupon_code_generator', 'coupon_by_user_role', 'checkout_core_fields', 'checkout_custom_fields', 'checkout_files_upload', 'checkout_custom_info', 'checkout_customization', 'checkout_fees', 'eu_vat_number', 'frequently_bought_together', 'one_page_checkout', 'payment_gateways', 'payment_gateways_icons', 'payment_gateways_pdf_notes', 'payment_gateways_fees', 'payment_gateways_per_category', 'payment_gateways_currency', 'payment_gateways_by_currency', 'payment_gateways_min_max', 'payment_gateways_by_country', 'payment_gateways_by_user_role', 'payment_gateways_by_shipping', 'shipping', 'shipping_options', 'shipping_icons', 'shipping_description', 'shipping_time', 'left_to_free_shipping', 'shipping_calculator', 'shipping_by_user_role', 'shipping_by_products', 'shipping_by_cities', 'shipping_by_time', 'shipping_by_order_amount', 'shipping_by_order_qty', 'address_formats', 'orders', 'admin_orders_list', 'order_min_amount', 'order_numbers', 'order_custom_statuses', 'order_quantities', 'max_products_per_user', 'pdf_invoicing', 'pdf_invoicing_numbering', 'pdf_invoicing_templates', 'pdf_invoicing_header', 'pdf_invoicing_footer', 'pdf_invoicing_styling', 'pdf_invoicing_page', 'pdf_invoicing_emails', 'pdf_invoicing_paid_stamp', 'pdf_invoicing_display', 'pdf_invoicing_advanced', 'pdf_invoicing_extra_columns', 'general', 'breadcrumbs', 'admin_bar', 'export', 'my_account', 'old_slugs', 'reports', 'admin_tools', 'debug_tools', 'emails', 'email_options', 'emails_verification', 'wpml', 'custom_css', 'custom_js', 'custom_php', 'track_users', 'modules_by_user_roles', 'template_editor', 'product_info' );20 $all_categories = array( 'price_by_country', 'multicurrency', 'multicurrency_base_price', 'currency_per_product', 'currency', 'currency_external_products', 'bulk_price_converter', 'wholesale_price', 'product_open_pricing', 'offer_price', 'price_by_user_role', 'product_price_by_formula', 'global_discount', 'currency_exchange_rates', 'price_formats', 'price_labels', 'call_for_price', 'free_price', 'add_to_cart', 'more_button_labels', 'product_listings', 'tax_display', 'admin_products_list', 'products_per_page', 'product_tabs', 'product_custom_info', 'related_products', 'cross_sells', 'upsells', 'sorting', 'sku', 'stock', 'product_input_fields', 'product_add_to_cart', 'add_to_cart_button_visibility', 'purchase_data', 'product_bookings', 'crowdfunding', 'product_addons', 'product_images', 'sale_flash', 'product_by_country', 'product_by_user_role', 'product_custom_visibility', 'product_by_time', 'product_by_date', 'product_by_user', 'products_xml', 'product_bulk_meta_editor', 'product_msrp', 'product_extra_fees', 'cart', 'cart_customization', 'empty_cart', 'mini_cart', 'url_coupons', 'coupon_code_generator', 'coupon_by_user_role', 'checkout_core_fields', 'checkout_custom_fields', 'checkout_files_upload', 'checkout_custom_info', 'checkout_customization', 'checkout_fees', 'eu_vat_number', 'frequently_bought_together', 'one_page_checkout', 'payment_gateways', 'payment_gateways_icons', 'payment_gateways_pdf_notes', 'payment_gateways_fees', 'payment_gateways_per_category', 'payment_gateways_currency', 'payment_gateways_by_currency', 'payment_gateways_min_max', 'payment_gateways_by_country', 'payment_gateways_by_user_role', 'payment_gateways_by_shipping', 'shipping', 'shipping_options', 'shipping_icons', 'shipping_description', 'shipping_time', 'left_to_free_shipping', 'shipping_calculator', 'shipping_by_user_role', 'shipping_by_products', 'shipping_by_cities', 'shipping_by_time', 'shipping_by_order_amount', 'shipping_by_order_qty', 'address_formats', 'orders', 'admin_orders_list', 'order_min_amount', 'order_numbers', 'order_custom_statuses', 'order_quantities', 'max_products_per_user', 'pdf_invoicing', 'pdf_invoicing_numbering', 'pdf_invoicing_templates', 'pdf_invoicing_header', 'pdf_invoicing_footer', 'pdf_invoicing_styling', 'pdf_invoicing_page', 'pdf_invoicing_emails', 'pdf_invoicing_paid_stamp', 'pdf_invoicing_display', 'pdf_invoicing_advanced', 'pdf_invoicing_extra_columns', 'general', 'breadcrumbs', 'admin_bar', 'export', 'my_account', 'old_slugs', 'reports', 'admin_tools', 'debug_tools', 'emails', 'email_options', 'emails_verification', 'wpml', 'custom_css', 'custom_js', 'custom_php', 'track_users', 'modules_by_user_roles', 'template_editor', 'product_info', 'cart_abandonment' ); 21 21 $modules_all_cats = $module_categories; 22 22 $all_category_keys = $all_categories; -
woocommerce-jetpack/trunk/langs/woocommerce-jetpack.pot
r3291627 r3313692 1053 1053 #: includes/settings/wcj-settings-breadcrumbs.php:38 1054 1054 #: includes/settings/wcj-settings-call-for-price.php:97 1055 #: includes/settings/wcj-settings-cart-abandonment.php:130 1056 #: includes/settings/wcj-settings-cart-abandonment.php:131 1055 1057 #: includes/settings/wcj-settings-cart-customization.php:52 1056 1058 #: includes/settings/wcj-settings-cart-customization.php:75 … … 1457 1459 msgstr "" 1458 1460 1461 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:36 1462 msgid "Cart Abandonment Order" 1463 msgstr "" 1464 1465 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:37 1466 msgid "Cart Abandonment Orders" 1467 msgstr "" 1468 1469 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:49 1470 msgid "No Data Found." 1471 msgstr "" 1472 1473 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:94 1474 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:127 1475 #: includes/class-wcj-offer-price.php:168 1476 #: includes/export/class-wcj-export-fields-helper.php:83 1477 #: includes/input-fields/wcj-product-input-fields-options.php:47 1478 #: includes/reports/class-wcj-reports-customers.php:101 1479 #: includes/settings/wcj-settings-checkout-custom-fields.php:180 1480 #: includes/settings/wcj-settings-offer-price.php:36 1481 msgid "Email" 1482 msgstr "" 1483 1484 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:95 1485 msgid "Cart Total Amount" 1486 msgstr "" 1487 1488 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:96 1489 #: includes/export/class-wcj-export-fields-helper.php:119 1490 #: includes/export/class-wcj-export-fields-helper.php:200 1491 #: includes/settings/wcj-settings-max-products-per-user.php:96 1492 msgid "Order Status" 1493 msgstr "" 1494 1495 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:97 1496 #: includes/class-wcj-offer-price.php:164 1497 #: includes/functions/wcj-functions-reports.php:24 1498 #: includes/settings/wcj-settings-cross-sells.php:57 1499 #: includes/settings/wcj-settings-order-numbers.php:206 1500 #: includes/settings/wcj-settings-products-xml.php:259 1501 #: includes/settings/wcj-settings-related-products.php:35 1502 #: includes/settings/wcj-settings-upsells.php:62 1503 msgid "Date" 1504 msgstr "" 1505 1506 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:147 1507 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:152 1508 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:426 1509 msgid "View" 1510 msgstr "" 1511 1512 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:148 1513 #: includes/class-wcj-general.php:276 1514 #: includes/class-wcj-payment-gateways.php:189 1515 #: includes/class-wcj-product-bulk-meta-editor.php:418 1516 #: includes/class-wcj-product-by-user.php:309 1517 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:169 1518 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:438 1519 #: includes/shortcodes/class-wcj-products-add-form-shortcodes.php:489 1520 #: includes/tools/class-wcj-order-statuses-tool.php:227 1521 msgid "Delete" 1522 msgstr "" 1523 1524 #: includes/cart-abandonment/class-wcj-cart-abandonment-orders.php:152 1525 msgid "Unsubscribe" 1526 msgstr "" 1527 1528 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:37 1529 msgid "Back to Reports" 1530 msgstr "" 1531 1532 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:43 1533 msgid "Order Details:" 1534 msgstr "" 1535 1536 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:89 1537 #: includes/settings/wcj-settings-checkout-files-upload.php:446 1538 #: includes/settings/wcj-settings-checkout-files-upload.php:467 1539 #: includes/settings/wcj-settings-checkout-files-upload.php:503 1540 msgid "Item" 1541 msgstr "" 1542 1543 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:90 1544 msgid "Product Name" 1545 msgstr "" 1546 1547 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:91 1548 #: includes/functions/wcj-functions-reports.php:29 1549 #: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:168 1550 #: includes/settings/wcj-settings-product-add-to-cart.php:28 1551 #: includes/settings/wcj-settings-product-addons.php:191 1552 msgid "Quantity" 1553 msgstr "" 1554 1555 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:92 1556 #: includes/class-wcj-offer-price.php:165 1557 #: includes/export/class-wcj-export-fields-helper.php:293 1558 #: includes/reports/class-wcj-reports-stock.php:423 1559 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:71 1560 #: includes/settings/wcj-settings-cross-sells.php:60 1561 #: includes/settings/wcj-settings-product-add-to-cart.php:406 1562 #: includes/settings/wcj-settings-related-products.php:45 1563 #: includes/settings/wcj-settings-upsells.php:65 1564 msgid "Price" 1565 msgstr "" 1566 1567 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:93 1568 msgid "Subtotal" 1569 msgstr "" 1570 1571 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:99 1572 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:71 1573 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:108 1574 #: includes/settings/wcj-settings-wholesale-price.php:299 1575 #: includes/settings/wcj-settings-wholesale-price.php:300 1576 #: includes/settings/wcj-settings-wholesale-price.php:381 1577 #: includes/settings/wcj-settings-wholesale-price.php:382 1578 msgid "Discount" 1579 msgstr "" 1580 1581 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:103 1582 msgid "Tax & Other" 1583 msgstr "" 1584 1585 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:108 1586 #: includes/class-wcj-admin-bar.php:587 1587 #: includes/settings/wcj-settings-checkout-custom-fields.php:234 1588 #: includes/settings/wcj-settings-checkout-custom-info.php:77 1589 #: includes/settings/wcj-settings-left-to-free-shipping.php:139 1590 #: includes/settings/wcj-settings-price-by-user-role.php:72 1591 msgid "Shipping" 1592 msgstr "" 1593 1594 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:112 1595 msgid "Cart Total" 1596 msgstr "" 1597 1598 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:122 1599 msgid "Billing Address" 1600 msgstr "" 1601 1602 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:126 1603 #: includes/class-wcj-general.php:262 includes/class-wcj-general.php:287 1604 #: includes/class-wcj-offer-price.php:167 1605 #: includes/export/class-wcj-export-fields-helper.php:287 1606 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:90 1607 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:135 1608 msgid "Name" 1609 msgstr "" 1610 1611 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:128 1612 #: includes/input-fields/wcj-product-input-fields-options.php:48 1613 #: includes/settings/wcj-settings-checkout-custom-fields.php:181 1614 msgid "Phone" 1615 msgstr "" 1616 1617 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:129 1618 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:143 1619 #: includes/class-wcj-track-users.php:410 1620 #: includes/input-fields/wcj-product-input-fields-options.php:46 1621 #: includes/settings/wcj-settings-checkout-custom-fields.php:178 1622 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:113 1623 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:133 1624 msgid "Country" 1625 msgstr "" 1626 1627 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:130 1628 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:144 1629 #: includes/settings/wcj-settings-checkout-custom-fields.php:179 1630 msgid "State" 1631 msgstr "" 1632 1633 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:131 1634 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:145 1635 msgid "City" 1636 msgstr "" 1637 1638 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:132 1639 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:146 1640 msgid "Postcode" 1641 msgstr "" 1642 1643 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:133 1644 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:147 1645 msgid "Address 1" 1646 msgstr "" 1647 1648 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:134 1649 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:148 1650 msgid "Address 2" 1651 msgstr "" 1652 1653 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:138 1654 msgid "Shipping Address" 1655 msgstr "" 1656 1657 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:152 1658 msgid "Same as billing address" 1659 msgstr "" 1660 1661 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:154 1662 msgid "Restore Cart Data Link" 1663 msgstr "" 1664 1665 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:162 1666 msgid "Email histrory:" 1667 msgstr "" 1668 1669 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:165 1670 #: includes/emails/class-wc-email-wcj-custom.php:298 1671 msgid "Subject" 1672 msgstr "" 1673 1674 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:166 1675 msgid "Coupon" 1676 msgstr "" 1677 1678 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:167 1679 #: includes/class-wcj-product-by-user.php:284 1680 #: includes/export/class-wcj-export-fields-helper.php:298 1681 msgid "Status" 1682 msgstr "" 1683 1684 #: includes/cart-abandonment/wcj-cart-abandonment-orders-detail.php:168 1685 msgid "Time" 1686 msgstr "" 1687 1688 #: includes/cart-abandonment/wcj-cart-abandonment-orders-report.php:18 1689 msgid "" 1690 "Want detailed reports, filtering, and to see recoverable vs. lost revenue? " 1691 "Upgrade to <a href=\"https://booster.io/buy-booster/\" target=\"_blank\"> " 1692 "Booster Elite! </a>" 1693 msgstr "" 1694 1459 1695 #: includes/class-wcj-add-to-cart-button-visibility.php:34 1460 1696 msgid "Add to Cart Button Visibility" … … 1527 1763 #: includes/settings/wcj-settings-admin-tools.php:28 1528 1764 #: includes/settings/wcj-settings-bulk-price-converter.php:23 1765 #: includes/settings/wcj-settings-cart-abandonment.php:34 1529 1766 #: includes/settings/wcj-settings-debug-tools.php:25 1530 1767 #: includes/settings/wcj-settings-eu-vat-number.php:28 … … 1735 1972 msgstr "" 1736 1973 1737 #: includes/class-wcj-admin-bar.php:5871738 #: includes/settings/wcj-settings-checkout-custom-fields.php:2341739 #: includes/settings/wcj-settings-checkout-custom-info.php:771740 #: includes/settings/wcj-settings-left-to-free-shipping.php:1391741 #: includes/settings/wcj-settings-price-by-user-role.php:721742 msgid "Shipping"1743 msgstr ""1744 1745 1974 #: includes/class-wcj-admin-bar.php:591 1746 1975 msgid "Shipping zones" … … 1965 2194 #: includes/class-wcj-call-for-price.php:35 1966 2195 msgid "Create any custom price label for all products with empty price." 2196 msgstr "" 2197 2198 #: includes/class-wcj-cart-abandonment.php:31 2199 msgid "Cart Abandonment" 2200 msgstr "" 2201 2202 #: includes/class-wcj-cart-abandonment.php:32 2203 #: includes/class-wcj-cart-abandonment.php:33 2204 msgid "Stop Cart Abandonments and Recover Your Lost Amount!" 2205 msgstr "" 2206 2207 #: includes/class-wcj-cart-abandonment.php:39 2208 #: includes/settings/wcj-settings-cart-abandonment.php:223 2209 #: includes/settings/wcj-settings-cart-abandonment.php:224 2210 msgid "Cart Abandonment Report" 2211 msgstr "" 2212 2213 #: includes/class-wcj-cart-abandonment.php:40 2214 msgid "Cart Abandonment Report." 2215 msgstr "" 2216 2217 #: includes/class-wcj-cart-abandonment.php:444 2218 msgid "Every Fifteen Minutes" 1967 2219 msgstr "" 1968 2220 … … 2651 2903 #: includes/class-wcj-email-options.php:31 2652 2904 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-emails.php:31 2905 #: includes/settings/wcj-settings-cart-abandonment.php:32 2653 2906 #: includes/settings/wcj-settings-emails-verification.php:26 2654 2907 #: includes/settings/wcj-settings-emails-verification.php:148 … … 3080 3333 msgstr "" 3081 3334 3082 #: includes/class-wcj-general.php:262 includes/class-wcj-general.php:2873083 #: includes/class-wcj-offer-price.php:1673084 #: includes/export/class-wcj-export-fields-helper.php:2873085 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:903086 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:1353087 msgid "Name"3088 msgstr ""3089 3090 3335 #: includes/class-wcj-general.php:262 includes/class-wcj-general.php:288 3091 3336 msgid "Capabilities" 3092 msgstr ""3093 3094 #: includes/class-wcj-general.php:2763095 #: includes/class-wcj-payment-gateways.php:1893096 #: includes/class-wcj-product-bulk-meta-editor.php:4183097 #: includes/class-wcj-product-by-user.php:3093098 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:1693099 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:4383100 #: includes/shortcodes/class-wcj-products-add-form-shortcodes.php:4893101 #: includes/tools/class-wcj-order-statuses-tool.php:2273102 msgid "Delete"3103 3337 msgstr "" 3104 3338 … … 3350 3584 #: includes/class-wcj-offer-price.php:148 3351 3585 msgid "Booster: Offer Price History" 3352 msgstr ""3353 3354 #: includes/class-wcj-offer-price.php:1643355 #: includes/functions/wcj-functions-reports.php:243356 #: includes/settings/wcj-settings-cross-sells.php:573357 #: includes/settings/wcj-settings-order-numbers.php:2063358 #: includes/settings/wcj-settings-products-xml.php:2593359 #: includes/settings/wcj-settings-related-products.php:353360 #: includes/settings/wcj-settings-upsells.php:623361 msgid "Date"3362 msgstr ""3363 3364 #: includes/class-wcj-offer-price.php:1653365 #: includes/export/class-wcj-export-fields-helper.php:2933366 #: includes/reports/class-wcj-reports-stock.php:4233367 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:713368 #: includes/settings/wcj-settings-cross-sells.php:603369 #: includes/settings/wcj-settings-product-add-to-cart.php:4063370 #: includes/settings/wcj-settings-related-products.php:453371 #: includes/settings/wcj-settings-upsells.php:653372 msgid "Price"3373 3586 msgstr "" 3374 3587 … … 3382 3595 #: includes/settings/wcj-settings-product-by-time.php:111 3383 3596 msgid "Message" 3384 msgstr ""3385 3386 #: includes/class-wcj-offer-price.php:1683387 #: includes/export/class-wcj-export-fields-helper.php:833388 #: includes/input-fields/wcj-product-input-fields-options.php:473389 #: includes/reports/class-wcj-reports-customers.php:1013390 #: includes/settings/wcj-settings-checkout-custom-fields.php:1803391 #: includes/settings/wcj-settings-offer-price.php:363392 msgid "Email"3393 3597 msgstr "" 3394 3598 … … 4741 4945 #: includes/class-wcj-product-by-user.php:252 4742 4946 msgid "Invalid Product ID!" 4743 msgstr ""4744 4745 #: includes/class-wcj-product-by-user.php:2844746 #: includes/export/class-wcj-export-fields-helper.php:2984747 msgid "Status"4748 4947 msgstr "" 4749 4948 … … 6100 6299 6101 6300 #: includes/class-wcj-track-users.php:410 6102 #: includes/input-fields/wcj-product-input-fields-options.php:466103 #: includes/settings/wcj-settings-checkout-custom-fields.php:1786104 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:1136105 #: includes/tools/class-wcj-eu-countries-vat-rates-tool.php:1336106 msgid "Country"6107 msgstr ""6108 6109 #: includes/class-wcj-track-users.php:4106110 6301 msgid "Visits" 6111 6302 msgstr "" … … 6227 6418 #: includes/settings/wcj-settings-admin-tools.php:180 6228 6419 #: includes/settings/wcj-settings-bulk-price-converter.php:31 6420 #: includes/settings/wcj-settings-cart-abandonment.php:217 6229 6421 #: includes/settings/wcj-settings-debug-tools.php:88 6230 6422 #: includes/settings/wcj-settings-eu-vat-number.php:320 … … 6497 6689 msgstr "" 6498 6690 6499 #: includes/emails/class-wc-email-wcj-custom.php:2986500 msgid "Subject"6501 msgstr ""6502 6503 6691 #: includes/emails/class-wc-email-wcj-custom.php:301 6504 6692 #, php-format … … 6698 6886 #: includes/export/class-wcj-export-fields-helper.php:199 6699 6887 msgid "Order Number" 6700 msgstr ""6701 6702 #: includes/export/class-wcj-export-fields-helper.php:1196703 #: includes/export/class-wcj-export-fields-helper.php:2006704 #: includes/settings/wcj-settings-max-products-per-user.php:966705 msgid "Order Status"6706 6888 msgstr "" 6707 6889 … … 8294 8476 #: includes/functions/wcj-functions-reports.php:28 8295 8477 msgid "Item Title" 8296 msgstr ""8297 8298 #: includes/functions/wcj-functions-reports.php:298299 #: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:1688300 #: includes/settings/wcj-settings-product-add-to-cart.php:288301 #: includes/settings/wcj-settings-product-addons.php:1918302 msgid "Quantity"8303 8478 msgstr "" 8304 8479 … … 8631 8806 msgstr "" 8632 8807 8633 #: includes/input-fields/wcj-product-input-fields-options.php:488634 #: includes/settings/wcj-settings-checkout-custom-fields.php:1818635 msgid "Phone"8636 msgstr ""8637 8638 8808 #: includes/input-fields/wcj-product-input-fields-options.php:59 8639 8809 #: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:143 … … 9093 9263 #: includes/settings/wcj-settings-pdf-invoicing-display.php:25 9094 9264 msgid "Display & Misc." 9095 msgstr ""9096 9097 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:1529098 #: includes/pdf-invoices/submodules/class-wcj-pdf-invoicing-display.php:4269099 msgid "View"9100 9265 msgstr "" 9101 9266 … … 10047 10212 10048 10213 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:44 10214 #: includes/settings/wcj-settings-cart-abandonment.php:169 10049 10215 #: includes/settings/wcj-settings-wholesale-price.php:120 10050 10216 msgid "Discount Type" … … 10073 10239 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:101 10074 10240 msgid "Min quantity" 10075 msgstr ""10076 10077 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:7110078 #: includes/settings/meta-box/wcj-settings-meta-box-wholesale-price.php:10810079 #: includes/settings/wcj-settings-wholesale-price.php:29910080 #: includes/settings/wcj-settings-wholesale-price.php:30010081 #: includes/settings/wcj-settings-wholesale-price.php:38110082 #: includes/settings/wcj-settings-wholesale-price.php:38210083 msgid "Discount"10084 10241 msgstr "" 10085 10242 … … 10766 10923 #: includes/settings/wcj-settings-admin-tools.php:181 10767 10924 #: includes/settings/wcj-settings-bulk-price-converter.php:32 10925 #: includes/settings/wcj-settings-cart-abandonment.php:218 10768 10926 #: includes/settings/wcj-settings-debug-tools.php:89 10769 10927 #: includes/settings/wcj-settings-eu-vat-number.php:321 … … 10853 11011 msgstr "" 10854 11012 11013 #: includes/settings/wcj-settings-cart-abandonment.php:31 10855 11014 #: includes/settings/wcj-settings-cart-customization.php:24 10856 11015 #: includes/settings/wcj-settings-checkout-core-fields.php:26 … … 10913 11072 msgstr "" 10914 11073 11074 #: includes/settings/wcj-settings-cart-abandonment.php:33 11075 #: includes/settings/wcj-settings-cart-abandonment.php:98 11076 msgid "Email Templates" 11077 msgstr "" 11078 11079 #: includes/settings/wcj-settings-cart-abandonment.php:42 11080 msgid "Exclude - User Roles" 11081 msgstr "" 11082 11083 #: includes/settings/wcj-settings-cart-abandonment.php:43 11084 #: includes/settings/wcj-settings-product-custom-info.php:197 11085 #: includes/settings/wcj-settings-product-custom-info.php:207 11086 #: includes/settings/wcj-settings-product-custom-info.php:217 11087 #: includes/settings/wcj-settings-product-custom-info.php:227 11088 #: includes/settings/wcj-settings-product-custom-info.php:237 11089 #: includes/settings/wcj-settings-product-custom-info.php:247 11090 msgid "Leave blank to disable the option." 11091 msgstr "" 11092 11093 #: includes/settings/wcj-settings-cart-abandonment.php:50 11094 msgid "" 11095 "Need to restrict access to abandoned cart settings and data based on user " 11096 "roles? <br> Upgrade <a href=\"https://booster.io/buy-booster/\" target=" 11097 "\"_blank\">Booster</a> to set user roles." 11098 msgstr "" 11099 11100 #: includes/settings/wcj-settings-cart-abandonment.php:65 11101 msgid "Email options" 11102 msgstr "" 11103 11104 #: includes/settings/wcj-settings-cart-abandonment.php:70 11105 msgid "From Name" 11106 msgstr "" 11107 11108 #: includes/settings/wcj-settings-cart-abandonment.php:78 11109 msgid "From Email" 11110 msgstr "" 11111 11112 #: includes/settings/wcj-settings-cart-abandonment.php:103 11113 msgid "Total Email Template" 11114 msgstr "" 11115 11116 #: includes/settings/wcj-settings-cart-abandonment.php:107 11117 msgid "" 11118 "Need to send a sequence of emails at custom intervals? Want to customize " 11119 "sender details or use advanced email templates? Upgrade to <a href=\"https://" 11120 "booster.io/buy-booster/\" target=\"_blank\"> Booster </a> for full automation " 11121 "control!" 11122 msgstr "" 11123 11124 #: includes/settings/wcj-settings-cart-abandonment.php:125 11125 #: includes/settings/wcj-settings-emails-verification.php:173 11126 #: includes/settings/wcj-settings-offer-price.php:373 11127 msgid "Email Template" 11128 msgstr "" 11129 11130 #: includes/settings/wcj-settings-cart-abandonment.php:137 11131 #: includes/settings/wcj-settings-emails-verification.php:153 11132 #: includes/settings/wcj-settings-offer-price.php:366 11133 msgid "Email Subject" 11134 msgstr "" 11135 11136 #: includes/settings/wcj-settings-cart-abandonment.php:139 11137 msgid "Is there anything we can help you?" 11138 msgstr "" 11139 11140 #: includes/settings/wcj-settings-cart-abandonment.php:144 11141 #: includes/settings/wcj-settings-emails-verification.php:162 11142 msgid "Email Content" 11143 msgstr "" 11144 11145 #: includes/settings/wcj-settings-cart-abandonment.php:148 11146 #, php-format 11147 msgid "" 11148 "Hi %1$s <p> we just noticed that you tried to make a order, but " 11149 "unfortunately, you haven't complete. Is there anything we can help you? </" 11150 "p><p> Here is a link to continue where you left off : <br> %s </p>" 11151 msgstr "" 11152 11153 #: includes/settings/wcj-settings-cart-abandonment.php:152 11154 msgid "Email Trigger Time" 11155 msgstr "" 11156 11157 #: includes/settings/wcj-settings-cart-abandonment.php:158 11158 msgid "Trigger this email after cart is abandoned" 11159 msgstr "" 11160 11161 #: includes/settings/wcj-settings-cart-abandonment.php:163 11162 msgid "Day" 11163 msgstr "" 11164 11165 #: includes/settings/wcj-settings-cart-abandonment.php:164 11166 msgid "Minutes" 11167 msgstr "" 11168 11169 #: includes/settings/wcj-settings-cart-abandonment.php:165 11170 msgid "Hours" 11171 msgstr "" 11172 11173 #: includes/settings/wcj-settings-cart-abandonment.php:170 11174 msgid "" 11175 "Want to supercharge recovery by offering a discount coupon in your reminder " 11176 "emails? This powerful feature is available in <a href=\"https://booster.io/" 11177 "buy-booster/\" target=\"_blank\"> Booster Elite! </a> " 11178 msgstr "" 11179 11180 #: includes/settings/wcj-settings-cart-abandonment.php:175 11181 msgid "No Discount" 11182 msgstr "" 11183 11184 #: includes/settings/wcj-settings-cart-abandonment.php:176 11185 msgid "Percentage discount" 11186 msgstr "" 11187 11188 #: includes/settings/wcj-settings-cart-abandonment.php:177 11189 msgid "Fixed cart discount" 11190 msgstr "" 11191 11192 #: includes/settings/wcj-settings-cart-abandonment.php:182 11193 msgid "Coupon Amount" 11194 msgstr "" 11195 11196 #: includes/settings/wcj-settings-cart-abandonment.php:190 11197 msgid "Auto Apply Coupon" 11198 msgstr "" 11199 11200 #: includes/settings/wcj-settings-cart-abandonment.php:191 11201 msgid "Automatically add the coupon to the cart at the checkout" 11202 msgstr "" 11203 10915 11204 #: includes/settings/wcj-settings-cart-customization.php:37 10916 11205 msgid "Hide Coupon on Cart Page" … … 11205 11494 #: includes/settings/wcj-settings-product-input-fields.php:96 11206 11495 msgid "Click Save changes after you change this number." 11207 msgstr ""11208 11209 #: includes/settings/wcj-settings-checkout-custom-fields.php:17911210 msgid "State"11211 11496 msgstr "" 11212 11497 … … 12168 12453 msgstr "" 12169 12454 12170 #: includes/settings/wcj-settings-checkout-files-upload.php:44612171 #: includes/settings/wcj-settings-checkout-files-upload.php:46712172 #: includes/settings/wcj-settings-checkout-files-upload.php:50312173 msgid "Item"12174 msgstr ""12175 12176 12455 #: includes/settings/wcj-settings-checkout-files-upload.php:465 12177 12456 #, php-format … … 12943 13222 #: includes/settings/wcj-settings-emails-verification.php:129 12944 13223 msgid "Message - Resend" 12945 msgstr ""12946 12947 #: includes/settings/wcj-settings-emails-verification.php:15312948 #: includes/settings/wcj-settings-offer-price.php:36612949 msgid "Email Subject"12950 msgstr ""12951 12952 #: includes/settings/wcj-settings-emails-verification.php:16212953 msgid "Email Content"12954 msgstr ""12955 12956 #: includes/settings/wcj-settings-emails-verification.php:17312957 #: includes/settings/wcj-settings-offer-price.php:37312958 msgid "Email Template"12959 13224 msgstr "" 12960 13225 … … 18358 18623 msgstr "" 18359 18624 18360 #: includes/settings/wcj-settings-product-custom-info.php:19718361 #: includes/settings/wcj-settings-product-custom-info.php:20718362 #: includes/settings/wcj-settings-product-custom-info.php:21718363 #: includes/settings/wcj-settings-product-custom-info.php:22718364 #: includes/settings/wcj-settings-product-custom-info.php:23718365 #: includes/settings/wcj-settings-product-custom-info.php:24718366 msgid "Leave blank to disable the option."18367 msgstr ""18368 18369 18625 #: includes/settings/wcj-settings-product-custom-info.php:206 18370 18626 #: includes/settings/wcj-settings-wholesale-price.php:164 -
woocommerce-jetpack/trunk/readme.txt
r3304665 r3313692 1 === Booster for WooCommerce ===1 === Booster for WooCommerce – PDF Invoices, Bulk Price Editor, Currency Switcher & 100+ Tools === 2 2 Contributors: pluggabl 3 3 Donate link: https://booster.io/ … … 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.2 8 Stable tag: 7.2. 68 Stable tag: 7.2.7 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 279 279 280 280 == Changelog == 281 282 = 7.2.7 18/06/2025 = 283 284 * NEW FEATURE - CART & CHECKOUT - Cart Abandonment - Added cart Abandonment option to Recover lost sales by automatically tracking and emailing customers who abandon their cart before checkout. 285 * WooCommerce 9.9.4 Tested 286 * WordPress 6.8.1 Tested 281 287 282 288 = 7.2.6 12/05/2025 = -
woocommerce-jetpack/trunk/version-details.json
r3291627 r3313692 1 1 { 2 "0" : "= 7.2.6 12/05/2025 =", 3 "1" : "* FIXED - PRODUCTS - User Products - Resolved an XSS vulnerability by sanitizing input fields" 2 "0" : "= 7.2.7 18/06/2025 =", 3 "1" : "* NEW FEATURE - CART & CHECKOUT - Cart Abandonment - Added cart Abandonment option to Recover lost sales by automatically tracking and emailing customers who abandon their cart before checkout.", 4 "2" : "* WooCommerce 9.9.4 Tested", 5 "3" : "* WordPress 6.8.1 Tested" 4 6 } -
woocommerce-jetpack/trunk/woocommerce-jetpack.php
r3291627 r3313692 5 5 * Plugin URI: https://booster.io 6 6 * Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules.All in one WooCommerce plugin. 7 * Version: 7.2. 67 * Version: 7.2.7 8 8 * Author: Pluggabl LLC 9 9 * Author URI: https://booster.io … … 11 11 * Domain Path: /langs 12 12 * Copyright: © 2020 Pluggabl LLC. 13 * WC tested up to: 9. 7.113 * WC tested up to: 9.9.4 14 14 * License: GNU General Public License v3.0 15 15 * php version 7.2 … … 77 77 * @since 2.4.7 78 78 */ 79 public $version = '7.2. 6';79 public $version = '7.2.7'; 80 80 81 81 /**
Note: See TracChangeset
for help on using the changeset viewer.