Skip to content

Instantly share code, notes, and snippets.

@jonathandavis
Created August 20, 2013 14:22
Show Gist options
  • Save jonathandavis/6282030 to your computer and use it in GitHub Desktop.
Save jonathandavis/6282030 to your computer and use it in GitHub Desktop.
Example product image only category layout
<?php if ( shopp( 'collection.hasproducts', 'load=coverimages' ) ) : ?>
<?php while( shopp( 'collection.products' ) ) : ?>
<?php shopp( 'product.coverimage', 'setting=thumbnails&itemprop=image' ); ?>
<?php endwhile; ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment