Skip to content

Instantly share code, notes, and snippets.

View hta218's full-sized avatar
🇻🇳
Working @ [::1]:443

Tuan Anh (Leo) Huynh hta218

🇻🇳
Working @ [::1]:443
View GitHub Profile
@hta218
hta218 / pagefly-atc-shopify.js
Last active April 17, 2020 03:41 — forked from paul-phan/pagefly-atc-shopify.js
pagefly-atc-shopify.js
////////////////////////////////////////////////// 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) }