Integrating Intercom in Shopify. Easily
Derek Kean
107
Hey Derek, thanks for this guide š I direct a couple people here to help them get Intercom installed for Shopify but I think the PHP code you got there for user_hash isnāt supported https://ecommerce.shopify.com/c/ecommerce-design/t/php-code-in-template-56715
So the user code, following line should be removed
āuser_hashā: ā<?php echo hash_hmac(āsha256ā, $user->id, āSECRET_CODE_FROM_INTERCOMā); ?>ā, // INTERCOM HASH CREATION CODE