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
| var pSettings = { | |
| /*ConversionPirate.com*/ | |
| progressBg: '#23468c', | |
| progressBg2: '#d9e3f7', | |
| highDemandText: "An item you ordered is in high demand. No worries, we have reserved your order.", | |
| discountText: "Enter your discount code here", | |
| whyUsImg1: 'https://cdn.shopify.com/s/files/1/1319/2435/t/4/assets/money-back.png', | |
| whyUsTitle1: "30-day Satisfaction guarantee with Money Back", |
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
| /** | |
| * Shopify Checkout Hack | |
| * | |
| * This scipt helps to modify the Shopify Checkout Pages. To run this script, add your | |
| * code for each checkout step, compress your code with a tool of your choice and paste | |
| * it to: | |
| * | |
| * Admin > General > Google Analytics > Additional Google Analytics Javascript | |
| * | |
| * @author Christoph Vieth <[email protected]> |