51 comments found.
Also, when toggling to list view on the collection page, you need to un-hard code the product title and change it to {{ product.title }}.... currently is says Cable Knit Sweater…
Hey mwurquha,
Thanks for calling this out. I’ve updated the theme and put in the request to ThemeForest to update it.
For anybody else for the time being, go to the snippets/product-list-item.liquid file, from there on link line 27 and change Cable Knit Sweater with {{ product.title }} and save the file.
Hey – can you edit the JS on the collection-sorting snippet so that the selected value stays in the select box, post-sorting?
So workflow…
1) User selects to sort from price-high to low 2) Products readjust 3) That “price-high to low” value stays in the sort select box
Thanks
Hey mwurquha,
It should already be set up, I double checked the demo and seems to working just fine. I’ve updated the collection-sorting snippet in the new version on the theme that I’ve uploaded to ThemeForest, so you should be good to go with that. In the time being try this bit of code…
<!-- snippets/collection-sorting.liquid -->
<div class="col-xs-6">
<form class="row inline-form">
<div class="col-sm-5">
<select class="form-control" name="SortBy" id="SortBy">
<option value="manual">{{ 'collections.sorting.featured' | t }}</option>
<option value="best-selling">{{ 'collections.sorting.best_selling' | t }}</option>
<option value="title-ascending">{{ 'collections.sorting.az' | t }}</option>
<option value="title-descending">{{ 'collections.sorting.za' | t }}</option>
<option value="price-ascending">{{ 'collections.sorting.price_ascending' | t }}</option>
<option value="price-descending">{{ 'collections.sorting.price_descending' | t }}</option>
<option value="created-descending">{{ 'collections.sorting.date_descending' | t }}</option>
<option value="created-ascending">{{ 'collections.sorting.date_ascending' | t }}</option>
</select>
</div>
</form>
</div>
<script>
Shopify.queryParams = {};
if (location.search.length) {
for (var aKeyValue, i = 0, aCouples = location.search.substr(1).split('&'); i < aCouples.length; i++) {
aKeyValue = aCouples[i].split('=');
if (aKeyValue.length > 1) {
Shopify.queryParams[decodeURIComponent(aKeyValue[0])] = decodeURIComponent(aKeyValue[1]);
}
}
}
$(function() {
$('#SortBy')
.val('{{ collection.sort_by | default: collection.default_sort_by }}')
.bind('change', function() {
Shopify.queryParams.sort_by = jQuery(this).val();
location.search = jQuery.param(Shopify.queryParams);
}
);
});
</script>
Hope that helps out.
Any chance to get this theme for Abantecart?
Hey jasakiton,
Thanks for checking out the theme! I might covert it to other e-commerce systems depending on requests, but for the time being it’s only offered for Shopify.
How often do you update the theme?
Hey coleman123,
It varies, I usually take a close look at the themes every so often, to see if they need updates or Shopify has released new features I think will benefit the theme. Other than that, if there’s any bugs in the theme that someone finds, I’m usually on it in a day or two.
I have a stupid question can shopify be self hosted or just hosted by shopify?
Hey JusBusines,
Shopify is hosted by Shopify, so you’ll need a Shopify account in order to properly use the theme.
Clean work! Congrats! 
Thanks AirTheme!
Creative and Clean Item, Congrats & GL … 
Thanks for compliments Sohayl.
Great Work Good Luck 
Thanks DesignVilla
Good luck with sales 
Thanks drupalet.
Awesome theme! Congrats and GLWS 
Thanks!
Great work done. Congrats and GLWS 
Thanks joomlastars