Getting out on Monday...
- Brooke and Juicy Lou meeting R&K @ Camp Avo. ~9am
- Distribute provisions and hit the road
🚦 Probable route (101, I-5, CA-99, CA-180) stopping at:
- ℹ️ Hume Lake Ranger District Office for campfire permits and info about:
Getting out on Monday...
🚦 Probable route (101, I-5, CA-99, CA-180) stopping at:
{% comment %} | |
See here for getting Conversion ID and Label | |
https://www.en.advertisercommunity.com/t5/AdWords-Tracking-and-Reporting/Finding-you-Google-Adwords-Conversion-ID/td-p/1119060# | |
{% endcomment %} | |
{% if first_time_accessed %} | |
{% assign google_conversion_id = 123456 %} | |
{% assign google_conversion_label = 'xyz789' %} | |
{% assign shopify_store_country = 'US' %} | |
<script type="text/javascript"> | |
var google_tag_params = { |
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="refresh" content="1;url={{ redirect }}"> | |
<script type="text/javascript"> | |
window.top.location.href = "{{ redirect }}" | |
</script> | |
<title>Page Redirection</title> | |
</head> |
{ | |
"name": "Socializer", | |
"settings": [ | |
{ | |
"default": "disabled", | |
"id": "socializer_style", | |
"label": "Select social icons style", | |
"options": [ | |
{ | |
"label": "Disabled", |
var KlaviyoSubscribe = KlaviyoSubscribe || {}; | |
(function() { | |
if (!KlaviyoSubscribe._loaded) { | |
KlaviyoSubscribe._loaded = !0; | |
var m = { | |
"modal.html": '<div class="klaviyo_modal" style="display:none;"><div class="klaviyo_inner"><a href="#" class="klaviyo_close_modal klaviyo_header_close">×</a><form action="" method="POST" novalidate="novalidate" class="klaviyo_subscription_form"><input type="hidden" name="g" value="" /><p class="klaviyo_header"></p><p class="klaviyo_subheader"></p><div class="klaviyo_fieldset"></div><div class="klaviyo_fine_print"></div><div class="klaviyo_form_actions"><button type="submit" class="klaviyo_submit_button"><span></span></button></div><div class="klaviyo_below_submit"></div><div class="error_message" style="display:none;"></div></form><div class="success_message" style="display:none;"></div></div></div>', | |
"flyout.html": '<div class="klaviyo_flyout" style="display:none;"><div class="klaviyo_inner"><div class="klaviyo_topbar" /><a href="#" class="klav |
var SizeTableApp = (function(HighLightLogik, $){ | |
HighLightLogik = { | |
init:function(){HighLightLogik.prepareActiveSizeTable();}, | |
prepareActiveSizeTable: function() { | |
$(document).ready(function() { | |
var tableWrap = $("#table-wrapper"); | |
var u; | |
var t = 1; | |
tableWrap.find("table").find("td").mouseover(function() { | |
var x = $(this).parent(); |
{% comment %} | |
Adds the following events: | |
* ViewContent on all pages | |
* Dynamic AddToCart on Product pages | |
* Dynamic InitiateCheckout from Cart page into Checkout | |
* Purchase on Checkout complete | |
{% endcomment %} | |
<!-- Shopify Theme Facebook Pixel Code --> | |
<script type="text/javascript"> | |
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? |
<a href="{{ product.url | within: collection }}"> | |
{% assign imgSize = 'medium' %} | |
{% assign canSwap = false %} | |
{% if product.images.size > 1 %} | |
{% assign canSwap = true %} | |
{% assign swapImg = product.images[1] %} | |
{% assign swapImgSrc = swapImg.src | product_img_url: imgSize %} | |
{% assign swapImgAlt = swapImg.alt | escape %} | |
{% endif %} | |
<img{% if canSwap %} class="has-swap"{% endif %} src="{{ product.featured_image.src | product_img_url: imgSize }}" alt="{{ product.featured_image.alt | escape }}"> |
<!-- | |
add below and exclude checkout.shopify.com/orders/* | |
see: https://ecommerce.shopify.com/c/ecommerce-marketing/t/adroll-setup-157948 | |
--> | |
<script type="text/javascript"> | |
adroll_segments = "online-customers"; | |
var conversion_value = '{{ subtotal_price }}'; | |
conversion_value = conversion_value / 100; | |
adroll_conversion_value_in_dollars = conversion_value; | |
adroll_custom_data = { |
/* Build the Shopify Parameters | |
//---------------------------------------*/ | |
var action = '/contact?'; | |
action += encodeURIComponent('form_type') +'='+ encodeURIComponent('contact'); | |
action += '&'+ encodeURIComponent('utf8') +'='+ encodeURIComponent('✓'); | |
action += '&'+ encodeURIComponent('contact[email]') +'='+ encodeURIComponent(contact_email); | |
action += '&'+ encodeURIComponent('contact[body]') +'='+ encodeURIComponent(contact_body); | |
/* Submit the form | |
//---------------------------------------*/ |