No content to show
User Activity
01-17-2022
DesignerJoe55-- Looking back at the original code that you posted, I noticed that you changed both occurrences of "{{ shop.permanent_domain }}" with "{{ mystore.myshopify.com }}" The double brackets cause Liquid to substitute the value of the varia...
01-16-2022
I’ve not tried this, but just looking at the code the test seems wrong to me. I would think that it should read: if (window.location.hostname.replaceAll('.','') !== "pnwjourneycom" && window.location.hostname.replaceAll('.','') !== "pnwlifecom") { ...
12-22-2021
I have been running into the same issue. EPIPE errors relate to the communications between processes, which usually indicates that some connection has been temporarily broken. My suspicion is that you're running into a transient outage in your intern...