Skip to content

Instantly share code, notes, and snippets.

@Reyjay
Created January 27, 2014 19:44
Show Gist options
  • Save Reyjay/8655886 to your computer and use it in GitHub Desktop.
Save Reyjay/8655886 to your computer and use it in GitHub Desktop.
This will set the amount of items to display in a loop
<cfif $.slatwall.getProductSmartList().getPageRecordsShow() eq 10>
<cfset $.slatwall.getProductSmartList().setPageRecordsShow( 15 ) />
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment