Changeset 1688353
- Timestamp:
- 06/30/2017 02:51:44 PM (9 years ago)
- Location:
- ghostmonitor
- Files:
-
- 6 edited
-
tags/1.9.2/includes/ghostmonitor_helper/vendor/autoload.php (modified) (1 diff)
-
tags/1.9.2/includes/ghostmonitor_helper/vendor/composer/autoload_real.php (modified) (4 diffs)
-
tags/1.9.2/readme.txt (modified) (1 diff)
-
trunk/includes/ghostmonitor_helper/vendor/autoload.php (modified) (1 diff)
-
trunk/includes/ghostmonitor_helper/vendor/composer/autoload_real.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ghostmonitor/tags/1.9.2/includes/ghostmonitor_helper/vendor/autoload.php
r1658467 r1688353 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2::getLoader();7 return ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6::getLoader(); -
ghostmonitor/tags/1.9.2/includes/ghostmonitor_helper/vendor/composer/autoload_real.php
r1658467 r1688353 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb25 class ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6', 'loadClassLoader')); 25 25 26 26 $map = require __DIR__ . '/autoload_namespaces.php'; … … 43 43 $includeFiles = require __DIR__ . '/autoload_files.php'; 44 44 foreach ($includeFiles as $fileIdentifier => $file) { 45 composerRequire b98840a95c6d0334810dc5a21a63ddb2($fileIdentifier, $file);45 composerRequire0bf01cec8b51e967578af09299d28fa6($fileIdentifier, $file); 46 46 } 47 47 … … 50 50 } 51 51 52 function composerRequire b98840a95c6d0334810dc5a21a63ddb2($fileIdentifier, $file)52 function composerRequire0bf01cec8b51e967578af09299d28fa6($fileIdentifier, $file) 53 53 { 54 54 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
ghostmonitor/tags/1.9.2/readme.txt
r1606485 r1688353 183 183 = What makes Recart different from other cart abandonment solutions? = 184 184 185 First, we go about things differently. Unlike other solutions, our Track & Trigger technology detects the moment your visitors abandon their cart. We then send them an email immediately, while others send it 1, 2, 6 or even 24 hours later. Our tests indicate that sending emails right away results in the highest open rates, and recovers more orders. Second, cart abandonment solutions typically charge a monthly fee based on number of visitors or emails sent, and they tie you into a contract. With Recart, there's only a $10 monthly fee. For more details, see the Pricing page. Third, we have a brilliant team of OCD engineers with type A personalities, whose sole purpose in life is tweaking things to get you better results all the time. Honestly, this one is bordering on having an unfair advantage against your competitors. Some of these people are used to solving problems in ways no-one had ever done before.It's just that they're very "individualistic", so sometimes they're just a little hard to control. But we've learned how to deal with that so far.* *(If you want to know more about what that's like, search for "Cowboys Herding Cats" on youtube.)185 First, we go about things differently. Unlike other solutions, our Track & Trigger technology detects the moment your visitors abandon their cart. We then send them an email immediately, while others send it 1, 2, 6 or even 24 hours later. Our tests indicate that sending emails right away results in the highest open rates, and recovers more orders. Second, cart abandonment solutions typically charge a monthly fee based on number of visitors or emails sent, and they tie you into a contract. With Recart, there's no long-term commitment required and no limitations on features. For more details, see the Pricing page. Third, we have a brilliant team of OCD engineers with type A personalities, whose sole purpose in life is tweaking things to get you better results all the time. Honestly, this one is bordering on having an unfair advantage against your competitors. Some of these people are used to solving problems in ways no-one had ever done before.It's just that they're very "individualistic", so sometimes they're just a little hard to control. But we've learned how to deal with that so far.* *(If you want to know more about what that's like, search for "Cowboys Herding Cats" on youtube.) 186 186 187 187 = How do you capture cart abandoners' email address? = -
ghostmonitor/trunk/includes/ghostmonitor_helper/vendor/autoload.php
r1658467 r1688353 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2::getLoader();7 return ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6::getLoader(); -
ghostmonitor/trunk/includes/ghostmonitor_helper/vendor/composer/autoload_real.php
r1658467 r1688353 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb25 class ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit b98840a95c6d0334810dc5a21a63ddb2', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit0bf01cec8b51e967578af09299d28fa6', 'loadClassLoader')); 25 25 26 26 $map = require __DIR__ . '/autoload_namespaces.php'; … … 43 43 $includeFiles = require __DIR__ . '/autoload_files.php'; 44 44 foreach ($includeFiles as $fileIdentifier => $file) { 45 composerRequire b98840a95c6d0334810dc5a21a63ddb2($fileIdentifier, $file);45 composerRequire0bf01cec8b51e967578af09299d28fa6($fileIdentifier, $file); 46 46 } 47 47 … … 50 50 } 51 51 52 function composerRequire b98840a95c6d0334810dc5a21a63ddb2($fileIdentifier, $file)52 function composerRequire0bf01cec8b51e967578af09299d28fa6($fileIdentifier, $file) 53 53 { 54 54 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
ghostmonitor/trunk/readme.txt
r1606485 r1688353 183 183 = What makes Recart different from other cart abandonment solutions? = 184 184 185 First, we go about things differently. Unlike other solutions, our Track & Trigger technology detects the moment your visitors abandon their cart. We then send them an email immediately, while others send it 1, 2, 6 or even 24 hours later. Our tests indicate that sending emails right away results in the highest open rates, and recovers more orders. Second, cart abandonment solutions typically charge a monthly fee based on number of visitors or emails sent, and they tie you into a contract. With Recart, there's only a $10 monthly fee. For more details, see the Pricing page. Third, we have a brilliant team of OCD engineers with type A personalities, whose sole purpose in life is tweaking things to get you better results all the time. Honestly, this one is bordering on having an unfair advantage against your competitors. Some of these people are used to solving problems in ways no-one had ever done before.It's just that they're very "individualistic", so sometimes they're just a little hard to control. But we've learned how to deal with that so far.* *(If you want to know more about what that's like, search for "Cowboys Herding Cats" on youtube.)185 First, we go about things differently. Unlike other solutions, our Track & Trigger technology detects the moment your visitors abandon their cart. We then send them an email immediately, while others send it 1, 2, 6 or even 24 hours later. Our tests indicate that sending emails right away results in the highest open rates, and recovers more orders. Second, cart abandonment solutions typically charge a monthly fee based on number of visitors or emails sent, and they tie you into a contract. With Recart, there's no long-term commitment required and no limitations on features. For more details, see the Pricing page. Third, we have a brilliant team of OCD engineers with type A personalities, whose sole purpose in life is tweaking things to get you better results all the time. Honestly, this one is bordering on having an unfair advantage against your competitors. Some of these people are used to solving problems in ways no-one had ever done before.It's just that they're very "individualistic", so sometimes they're just a little hard to control. But we've learned how to deal with that so far.* *(If you want to know more about what that's like, search for "Cowboys Herding Cats" on youtube.) 186 186 187 187 = How do you capture cart abandoners' email address? =
Note: See TracChangeset
for help on using the changeset viewer.