Created
January 27, 2014 19:44
-
-
Save Reyjay/8655886 to your computer and use it in GitHub Desktop.
This will set the amount of items to display in a loop
This file contains 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
<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