Changeset 2813326 for woo-cart-abandonment-recovery
- Timestamp:
- 11/07/2022 09:15:46 AM (3 years ago)
- Location:
- woo-cart-abandonment-recovery
- Files:
-
- 12 edited
- 1 copied
-
tags/1.2.20 (copied) (copied from woo-cart-abandonment-recovery/trunk)
-
tags/1.2.20/changelog.txt (modified) (1 diff)
-
tags/1.2.20/classes/class-cartflows-ca-loader.php (modified) (3 diffs)
-
tags/1.2.20/languages/woo-cart-abandonment-recovery.pot (modified) (7 diffs)
-
tags/1.2.20/modules/cart-abandonment/classes/class-cartflows-ca-tracking.php (modified) (1 diff)
-
tags/1.2.20/readme.txt (modified) (2 diffs)
-
tags/1.2.20/woo-cart-abandonment-recovery.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/classes/class-cartflows-ca-loader.php (modified) (3 diffs)
-
trunk/languages/woo-cart-abandonment-recovery.pot (modified) (7 diffs)
-
trunk/modules/cart-abandonment/classes/class-cartflows-ca-tracking.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-cart-abandonment-recovery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-cart-abandonment-recovery/tags/1.2.20/changelog.txt
r2780562 r2813326 1 Version 1.2.20 - Monday, 7th November 2022 2 - New: Added `woo_ca_session_abandoned_data` filter to extend the session data. 3 1 4 Version 1.2.19 - Tuesday, 6th September 2022 2 5 - New: Added `woo_ca_recovery_email_data` filter for email data before sending the recovery email. -
woo-cart-abandonment-recovery/tags/1.2.20/classes/class-cartflows-ca-loader.php
r2780562 r2813326 71 71 72 72 add_action( 'plugins_loaded', array( $this, 'load_cf_textdomain' ) ); 73 74 // Let WooCommerce know, Plugin is compatible with HPOS. 75 add_action( 'before_woocommerce_init', array( $this, 'declare_woo_hpos_compatibility' ) ); 73 76 } 74 77 … … 82 85 define( 'CARTFLOWS_CA_DIR', plugin_dir_path( CARTFLOWS_CA_FILE ) ); 83 86 define( 'CARTFLOWS_CA_URL', plugins_url( '/', CARTFLOWS_CA_FILE ) ); 84 define( 'CARTFLOWS_CA_VER', '1.2. 19' );87 define( 'CARTFLOWS_CA_VER', '1.2.20' ); 85 88 86 89 define( 'CARTFLOWS_CA_SLUG', 'cartflows_ca' ); … … 386 389 wp_clear_scheduled_hook( 'cartflows_ca_update_order_status_action' ); 387 390 } 391 392 /** 393 * Declare the woo HPOS compatibility. 394 */ 395 public function declare_woo_hpos_compatibility() { 396 397 if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { 398 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', CARTFLOWS_CA_FILE, true ); 399 } 400 } 388 401 } 389 402 -
woo-cart-abandonment-recovery/tags/1.2.20/languages/woo-cart-abandonment-recovery.pot
r2780562 r2813326 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2. 19\n"5 "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2.20\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-cart-abandonment-recovery\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022- 09-06T07:24:27+00:00\n"12 "POT-Creation-Date: 2022-11-04T10:24:42+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.5.0\n" … … 266 266 267 267 #: classes/class-cartflows-ca-settings.php:327 268 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:56 8268 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:567 269 269 msgid "Discount Type" 270 270 msgstr "" 271 271 272 272 #: classes/class-cartflows-ca-settings.php:336 273 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php: 600273 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:599 274 274 msgid "Coupon Amount" 275 275 msgstr "" … … 327 327 328 328 #: classes/class-cartflows-ca-settings.php:620 329 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:637 330 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:733 331 msgid "Hour(s)" 332 msgstr "" 333 334 #: classes/class-cartflows-ca-settings.php:621 329 335 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:638 330 336 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:734 331 msgid "Hour(s)"332 msgstr ""333 334 #: classes/class-cartflows-ca-settings.php:621335 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:639336 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:735337 337 msgid "Day(s)" 338 338 msgstr "" … … 484 484 msgstr "" 485 485 486 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:132 487 msgid "Admin Firstname" 488 msgstr "" 489 486 490 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:133 487 msgid "Admin Firstname"491 msgid "Admin Company" 488 492 msgstr "" 489 493 490 494 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:134 491 msgid "A dmin Company"495 msgid "Abandoned Product Details Table" 492 496 msgstr "" 493 497 494 498 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:135 495 msgid "Abandoned Product Details Table"499 msgid "Abandoned Product Names" 496 500 msgstr "" 497 501 498 502 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:136 499 msgid " Abandoned Product Names"503 msgid "Cart Checkout URL" 500 504 msgstr "" 501 505 502 506 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:137 503 msgid "C art Checkout URL"507 msgid "Coupon Code" 504 508 msgstr "" 505 509 506 510 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:138 507 msgid "C oupon Code"511 msgid "Customer First Name" 508 512 msgstr "" 509 513 510 514 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:139 511 msgid "Customer First Name"515 msgid "Customer Last Name" 512 516 msgstr "" 513 517 514 518 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:140 515 msgid "Customer LastName"519 msgid "Customer Full Name" 516 520 msgstr "" 517 521 518 522 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:141 519 msgid "C ustomer Full Name"523 msgid "Cart Abandonment Date" 520 524 msgstr "" 521 525 522 526 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:142 523 msgid " Cart Abandonment Date"527 msgid "Site URL" 524 528 msgstr "" 525 529 526 530 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:143 527 msgid "Site URL"528 msgstr ""529 530 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:144531 531 msgid "Unsubscribe Link" 532 532 msgstr "" 533 533 534 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:145 535 msgid "Triggering..." 536 msgstr "" 537 534 538 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:146 535 msgid "Trigger ing..."539 msgid "Trigger Failed." 536 540 msgstr "" 537 541 538 542 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:147 539 msgid "Trigger Failed."543 msgid "Trigger Success." 540 544 msgstr "" 541 545 542 546 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:148 543 msgid " Trigger Success."547 msgid "Please verify webhook URL." 544 548 msgstr "" 545 549 546 550 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:149 547 msgid "Please verify webhook URL."548 msgstr ""549 550 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:150551 551 msgid "Webhook URL is required." 552 552 msgstr "" 553 553 554 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:17 1554 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:170 555 555 msgid "Something went wrong" 556 556 msgstr "" 557 557 558 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:17 8558 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:177 559 559 msgid "Activated" 560 560 msgstr "" 561 561 562 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:18 1562 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:180 563 563 msgid "Deactivated" 564 564 msgstr "" 565 565 566 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:24 2566 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:241 567 567 msgid "The Email Template has been successfully added." 568 568 msgstr "" 569 569 570 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:25 2570 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:251 571 571 msgid "The Email Template has been cloned successfully." 572 572 msgstr "" 573 573 574 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:26 2574 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:261 575 575 msgid "The Email Template has been successfully deleted." 576 576 msgstr "" 577 577 578 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:27 1578 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:270 579 579 msgid "The Email Template has been successfully updated." 580 580 msgstr "" 581 581 582 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:28 1582 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:280 583 583 msgid "Default Email Templates has been restored successfully." 584 584 msgstr "" 585 585 586 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:44 8586 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:447 587 587 msgid "Activate Template now?" 588 588 msgstr "" 589 589 590 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:46 8590 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:467 591 591 msgid "Template Name:" 592 592 msgstr "" 593 593 594 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:48 3594 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:482 595 595 msgid "Email Subject:" 596 596 msgstr "" 597 597 598 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:49 8598 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:497 599 599 msgid "Email Body:" 600 600 msgstr "" 601 601 602 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:52 7602 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:526 603 603 msgid "Use WooCommerce email style" 604 604 msgstr "" 605 605 606 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:5 40606 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:539 607 607 msgid "Email will be sent in WooCommerce email format. Also the sender name and sender email address will be replaced by the Woocommerce Email sender options." 608 608 msgstr "" 609 609 610 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:54 8610 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:547 611 611 msgid "Create Coupon" 612 612 msgstr "" 613 613 614 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:56 1614 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:560 615 615 msgid "Allows you to send new coupon only for this template." 616 616 msgstr "" 617 617 618 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:61 8618 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:617 619 619 msgid "Coupon expiry date" 620 620 msgstr "" 621 621 622 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:64 8622 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:647 623 623 msgid "Enter zero (0) to restrict coupon from expiring" 624 624 msgstr "" 625 625 626 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:65 4626 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:653 627 627 msgid "Free Shipping" 628 628 msgstr "" 629 629 630 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:66 7630 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:666 631 631 msgid "Allows you to grant free shipping. A free shipping method must be enabled in your shipping zone and be set to require \"a valid free shipping coupon\". " 632 632 msgstr "" 633 633 634 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:67 4634 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:673 635 635 msgid "Individual use only" 636 636 msgstr "" 637 637 638 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:68 8638 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:687 639 639 msgid "Check this box if the coupon cannot be used in conjunction with other coupons." 640 640 msgstr "" 641 641 642 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:69 5642 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:694 643 643 msgid "Auto Apply Coupon" 644 644 msgstr "" 645 645 646 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:70 9646 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:708 647 647 msgid " Automatically add the coupon to the cart at the checkout." 648 648 msgstr "" 649 649 650 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:71 5650 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:714 651 651 msgid "Send This Email" 652 652 msgstr "" 653 653 654 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:73 3654 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:732 655 655 msgid "Minute(s)" 656 656 msgstr "" 657 657 658 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:74 8658 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:747 659 659 msgid "after cart is abandoned." 660 660 msgstr "" 661 661 662 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:75 8662 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:757 663 663 msgid "Send Test Email To:" 664 664 msgstr "" 665 665 666 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:76 2666 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:761 667 667 msgid "Send a test email" 668 668 msgstr "" 669 669 670 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:77 5670 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:774 671 671 msgid "Save Changes" 672 672 msgstr "" 673 673 674 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:77 7674 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:776 675 675 msgid "Update Changes" 676 676 msgstr "" 677 677 678 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:108 6678 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:1085 679 679 msgid "Create New Template" 680 680 msgstr "" 681 681 682 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:108 9682 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:1088 683 683 msgid " Restore Default Templates" 684 684 msgstr "" … … 720 720 721 721 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:215 722 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:83 1722 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:834 723 723 msgid "This order was abandoned & subsequently recovered." 724 724 msgstr "" … … 742 742 msgstr "" 743 743 744 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:10 08744 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1011 745 745 msgid "Do you really want to delete the used and expired coupons created by Cart Abandonment Plugin?" 746 746 msgstr "" 747 747 748 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:10 09748 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1012 749 749 msgid "Do you really want to export orders?" 750 750 msgstr "" 751 751 752 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:101 3752 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1016 753 753 msgid "No such order is found." 754 754 msgstr "" -
woo-cart-abandonment-recovery/tags/1.2.20/modules/cart-abandonment/classes/class-cartflows-ca-tracking.php
r2726520 r2813326 778 778 ); 779 779 780 $checkout_details = array( 781 'email' => $post_data['wcf_email'], 782 'cart_contents' => serialize( $products ), 783 'cart_total' => sanitize_text_field( $cart_total ), 784 'time' => sanitize_text_field( $current_time ), 785 'other_fields' => serialize( $other_fields ), 786 'checkout_id' => $post_data['wcf_post_id'], 780 $checkout_details = apply_filters( 781 'woo_ca_session_abandoned_data', 782 array( 783 'email' => $post_data['wcf_email'], 784 'cart_contents' => serialize( $products ), 785 'cart_total' => sanitize_text_field( $cart_total ), 786 'time' => sanitize_text_field( $current_time ), 787 'other_fields' => serialize( $other_fields ), 788 'checkout_id' => $post_data['wcf_post_id'], 789 ) 787 790 ); 788 791 } -
woo-cart-abandonment-recovery/tags/1.2.20/readme.txt
r2780562 r2813326 3 3 Tags: woocommerce, cart abandonment, cart recovery 4 4 Requires at least: 5.4 5 Tested up to: 6. 06 Stable tag: 1.2. 195 Tested up to: 6.1 6 Stable tag: 1.2.20 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 128 128 129 129 == Changelog == 130 131 = Version 1.2.20 - Monday, 7th November 2022 = 132 * New: Added `woo_ca_session_abandoned_data` filter to extend the session data. 130 133 131 134 = Version 1.2.19 - Tuesday, 6th September 2022 = -
woo-cart-abandonment-recovery/tags/1.2.20/woo-cart-abandonment-recovery.php
r2780562 r2813326 4 4 * Plugin URI: https://cartflows.com/ 5 5 * Description: Recover your lost revenue. Capture email address of users on the checkout page and send follow up emails if they don't complete the purchase. 6 * Version: 1.2. 196 * Version: 1.2.20 7 7 * Author: CartFlows Inc 8 8 * Author URI: https://cartflows.com/ 9 9 * Text Domain: woo-cart-abandonment-recovery 10 10 * WC requires at least: 3.0 11 * WC tested up to: 6.8.211 * WC tested up to: 7.1.0 12 12 * 13 13 * @package Woocommerce-Cart-Abandonment-Recovery -
woo-cart-abandonment-recovery/trunk/changelog.txt
r2780562 r2813326 1 Version 1.2.20 - Monday, 7th November 2022 2 - New: Added `woo_ca_session_abandoned_data` filter to extend the session data. 3 1 4 Version 1.2.19 - Tuesday, 6th September 2022 2 5 - New: Added `woo_ca_recovery_email_data` filter for email data before sending the recovery email. -
woo-cart-abandonment-recovery/trunk/classes/class-cartflows-ca-loader.php
r2780562 r2813326 71 71 72 72 add_action( 'plugins_loaded', array( $this, 'load_cf_textdomain' ) ); 73 74 // Let WooCommerce know, Plugin is compatible with HPOS. 75 add_action( 'before_woocommerce_init', array( $this, 'declare_woo_hpos_compatibility' ) ); 73 76 } 74 77 … … 82 85 define( 'CARTFLOWS_CA_DIR', plugin_dir_path( CARTFLOWS_CA_FILE ) ); 83 86 define( 'CARTFLOWS_CA_URL', plugins_url( '/', CARTFLOWS_CA_FILE ) ); 84 define( 'CARTFLOWS_CA_VER', '1.2. 19' );87 define( 'CARTFLOWS_CA_VER', '1.2.20' ); 85 88 86 89 define( 'CARTFLOWS_CA_SLUG', 'cartflows_ca' ); … … 386 389 wp_clear_scheduled_hook( 'cartflows_ca_update_order_status_action' ); 387 390 } 391 392 /** 393 * Declare the woo HPOS compatibility. 394 */ 395 public function declare_woo_hpos_compatibility() { 396 397 if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { 398 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', CARTFLOWS_CA_FILE, true ); 399 } 400 } 388 401 } 389 402 -
woo-cart-abandonment-recovery/trunk/languages/woo-cart-abandonment-recovery.pot
r2780562 r2813326 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2. 19\n"5 "Project-Id-Version: WooCommerce Cart Abandonment Recovery 1.2.20\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-cart-abandonment-recovery\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022- 09-06T07:24:27+00:00\n"12 "POT-Creation-Date: 2022-11-04T10:24:42+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.5.0\n" … … 266 266 267 267 #: classes/class-cartflows-ca-settings.php:327 268 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:56 8268 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:567 269 269 msgid "Discount Type" 270 270 msgstr "" 271 271 272 272 #: classes/class-cartflows-ca-settings.php:336 273 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php: 600273 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:599 274 274 msgid "Coupon Amount" 275 275 msgstr "" … … 327 327 328 328 #: classes/class-cartflows-ca-settings.php:620 329 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:637 330 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:733 331 msgid "Hour(s)" 332 msgstr "" 333 334 #: classes/class-cartflows-ca-settings.php:621 329 335 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:638 330 336 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:734 331 msgid "Hour(s)"332 msgstr ""333 334 #: classes/class-cartflows-ca-settings.php:621335 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:639336 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:735337 337 msgid "Day(s)" 338 338 msgstr "" … … 484 484 msgstr "" 485 485 486 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:132 487 msgid "Admin Firstname" 488 msgstr "" 489 486 490 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:133 487 msgid "Admin Firstname"491 msgid "Admin Company" 488 492 msgstr "" 489 493 490 494 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:134 491 msgid "A dmin Company"495 msgid "Abandoned Product Details Table" 492 496 msgstr "" 493 497 494 498 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:135 495 msgid "Abandoned Product Details Table"499 msgid "Abandoned Product Names" 496 500 msgstr "" 497 501 498 502 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:136 499 msgid " Abandoned Product Names"503 msgid "Cart Checkout URL" 500 504 msgstr "" 501 505 502 506 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:137 503 msgid "C art Checkout URL"507 msgid "Coupon Code" 504 508 msgstr "" 505 509 506 510 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:138 507 msgid "C oupon Code"511 msgid "Customer First Name" 508 512 msgstr "" 509 513 510 514 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:139 511 msgid "Customer First Name"515 msgid "Customer Last Name" 512 516 msgstr "" 513 517 514 518 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:140 515 msgid "Customer LastName"519 msgid "Customer Full Name" 516 520 msgstr "" 517 521 518 522 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:141 519 msgid "C ustomer Full Name"523 msgid "Cart Abandonment Date" 520 524 msgstr "" 521 525 522 526 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:142 523 msgid " Cart Abandonment Date"527 msgid "Site URL" 524 528 msgstr "" 525 529 526 530 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:143 527 msgid "Site URL"528 msgstr ""529 530 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:144531 531 msgid "Unsubscribe Link" 532 532 msgstr "" 533 533 534 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:145 535 msgid "Triggering..." 536 msgstr "" 537 534 538 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:146 535 msgid "Trigger ing..."539 msgid "Trigger Failed." 536 540 msgstr "" 537 541 538 542 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:147 539 msgid "Trigger Failed."543 msgid "Trigger Success." 540 544 msgstr "" 541 545 542 546 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:148 543 msgid " Trigger Success."547 msgid "Please verify webhook URL." 544 548 msgstr "" 545 549 546 550 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:149 547 msgid "Please verify webhook URL."548 msgstr ""549 550 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:150551 551 msgid "Webhook URL is required." 552 552 msgstr "" 553 553 554 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:17 1554 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:170 555 555 msgid "Something went wrong" 556 556 msgstr "" 557 557 558 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:17 8558 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:177 559 559 msgid "Activated" 560 560 msgstr "" 561 561 562 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:18 1562 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:180 563 563 msgid "Deactivated" 564 564 msgstr "" 565 565 566 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:24 2566 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:241 567 567 msgid "The Email Template has been successfully added." 568 568 msgstr "" 569 569 570 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:25 2570 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:251 571 571 msgid "The Email Template has been cloned successfully." 572 572 msgstr "" 573 573 574 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:26 2574 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:261 575 575 msgid "The Email Template has been successfully deleted." 576 576 msgstr "" 577 577 578 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:27 1578 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:270 579 579 msgid "The Email Template has been successfully updated." 580 580 msgstr "" 581 581 582 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:28 1582 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:280 583 583 msgid "Default Email Templates has been restored successfully." 584 584 msgstr "" 585 585 586 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:44 8586 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:447 587 587 msgid "Activate Template now?" 588 588 msgstr "" 589 589 590 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:46 8590 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:467 591 591 msgid "Template Name:" 592 592 msgstr "" 593 593 594 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:48 3594 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:482 595 595 msgid "Email Subject:" 596 596 msgstr "" 597 597 598 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:49 8598 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:497 599 599 msgid "Email Body:" 600 600 msgstr "" 601 601 602 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:52 7602 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:526 603 603 msgid "Use WooCommerce email style" 604 604 msgstr "" 605 605 606 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:5 40606 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:539 607 607 msgid "Email will be sent in WooCommerce email format. Also the sender name and sender email address will be replaced by the Woocommerce Email sender options." 608 608 msgstr "" 609 609 610 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:54 8610 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:547 611 611 msgid "Create Coupon" 612 612 msgstr "" 613 613 614 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:56 1614 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:560 615 615 msgid "Allows you to send new coupon only for this template." 616 616 msgstr "" 617 617 618 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:61 8618 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:617 619 619 msgid "Coupon expiry date" 620 620 msgstr "" 621 621 622 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:64 8622 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:647 623 623 msgid "Enter zero (0) to restrict coupon from expiring" 624 624 msgstr "" 625 625 626 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:65 4626 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:653 627 627 msgid "Free Shipping" 628 628 msgstr "" 629 629 630 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:66 7630 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:666 631 631 msgid "Allows you to grant free shipping. A free shipping method must be enabled in your shipping zone and be set to require \"a valid free shipping coupon\". " 632 632 msgstr "" 633 633 634 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:67 4634 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:673 635 635 msgid "Individual use only" 636 636 msgstr "" 637 637 638 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:68 8638 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:687 639 639 msgid "Check this box if the coupon cannot be used in conjunction with other coupons." 640 640 msgstr "" 641 641 642 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:69 5642 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:694 643 643 msgid "Auto Apply Coupon" 644 644 msgstr "" 645 645 646 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:70 9646 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:708 647 647 msgid " Automatically add the coupon to the cart at the checkout." 648 648 msgstr "" 649 649 650 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:71 5650 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:714 651 651 msgid "Send This Email" 652 652 msgstr "" 653 653 654 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:73 3654 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:732 655 655 msgid "Minute(s)" 656 656 msgstr "" 657 657 658 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:74 8658 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:747 659 659 msgid "after cart is abandoned." 660 660 msgstr "" 661 661 662 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:75 8662 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:757 663 663 msgid "Send Test Email To:" 664 664 msgstr "" 665 665 666 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:76 2666 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:761 667 667 msgid "Send a test email" 668 668 msgstr "" 669 669 670 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:77 5670 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:774 671 671 msgid "Save Changes" 672 672 msgstr "" 673 673 674 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:77 7674 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:776 675 675 msgid "Update Changes" 676 676 msgstr "" 677 677 678 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:108 6678 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:1085 679 679 msgid "Create New Template" 680 680 msgstr "" 681 681 682 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:108 9682 #: modules/cart-abandonment/classes/class-cartflows-ca-email-templates.php:1088 683 683 msgid " Restore Default Templates" 684 684 msgstr "" … … 720 720 721 721 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:215 722 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:83 1722 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:834 723 723 msgid "This order was abandoned & subsequently recovered." 724 724 msgstr "" … … 742 742 msgstr "" 743 743 744 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:10 08744 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1011 745 745 msgid "Do you really want to delete the used and expired coupons created by Cart Abandonment Plugin?" 746 746 msgstr "" 747 747 748 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:10 09748 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1012 749 749 msgid "Do you really want to export orders?" 750 750 msgstr "" 751 751 752 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:101 3752 #: modules/cart-abandonment/classes/class-cartflows-ca-tracking.php:1016 753 753 msgid "No such order is found." 754 754 msgstr "" -
woo-cart-abandonment-recovery/trunk/modules/cart-abandonment/classes/class-cartflows-ca-tracking.php
r2726520 r2813326 778 778 ); 779 779 780 $checkout_details = array( 781 'email' => $post_data['wcf_email'], 782 'cart_contents' => serialize( $products ), 783 'cart_total' => sanitize_text_field( $cart_total ), 784 'time' => sanitize_text_field( $current_time ), 785 'other_fields' => serialize( $other_fields ), 786 'checkout_id' => $post_data['wcf_post_id'], 780 $checkout_details = apply_filters( 781 'woo_ca_session_abandoned_data', 782 array( 783 'email' => $post_data['wcf_email'], 784 'cart_contents' => serialize( $products ), 785 'cart_total' => sanitize_text_field( $cart_total ), 786 'time' => sanitize_text_field( $current_time ), 787 'other_fields' => serialize( $other_fields ), 788 'checkout_id' => $post_data['wcf_post_id'], 789 ) 787 790 ); 788 791 } -
woo-cart-abandonment-recovery/trunk/readme.txt
r2780562 r2813326 3 3 Tags: woocommerce, cart abandonment, cart recovery 4 4 Requires at least: 5.4 5 Tested up to: 6. 06 Stable tag: 1.2. 195 Tested up to: 6.1 6 Stable tag: 1.2.20 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 128 128 129 129 == Changelog == 130 131 = Version 1.2.20 - Monday, 7th November 2022 = 132 * New: Added `woo_ca_session_abandoned_data` filter to extend the session data. 130 133 131 134 = Version 1.2.19 - Tuesday, 6th September 2022 = -
woo-cart-abandonment-recovery/trunk/woo-cart-abandonment-recovery.php
r2780562 r2813326 4 4 * Plugin URI: https://cartflows.com/ 5 5 * Description: Recover your lost revenue. Capture email address of users on the checkout page and send follow up emails if they don't complete the purchase. 6 * Version: 1.2. 196 * Version: 1.2.20 7 7 * Author: CartFlows Inc 8 8 * Author URI: https://cartflows.com/ 9 9 * Text Domain: woo-cart-abandonment-recovery 10 10 * WC requires at least: 3.0 11 * WC tested up to: 6.8.211 * WC tested up to: 7.1.0 12 12 * 13 13 * @package Woocommerce-Cart-Abandonment-Recovery
Note: See TracChangeset
for help on using the changeset viewer.