Skip to content

Instantly share code, notes, and snippets.

@jonathandavis
Created August 15, 2013 17:51
Show Gist options
  • Save jonathandavis/6242978 to your computer and use it in GitHub Desktop.
Save jonathandavis/6242978 to your computer and use it in GitHub Desktop.
Include product descriptions in a Shopp collection
<?php
shopp('storefront.catalog-products','load=true');
shopp('collection.has-products','load=description');
shopp('collection.products');
shopp('product.name'); echo BR.BR;
shopp('product.description');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment