This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////////////////////// Basic template | |
// PageFly ATC Helpers - Do not delete | |
try { | |
window.addEventListener('load', function() { | |
window.__pagefly_helper_store__ && window.__pagefly_helper_store__.subscribe(function(res) { | |
// Handle update cart here | |
}); | |
}); | |
} catch(e) { console.error("PF Error:: ", e) } |
OlderNewer