From 251b29dc80d830ac2e08d5d3bb3e5871c5a15c6d Mon Sep 17 00:00:00 2001 From: TomAbel Date: Wed, 26 Aug 2020 22:59:56 +0300 Subject: [PATCH] Userguide info about product limit values --- USERGUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USERGUIDE.md b/USERGUIDE.md index ca389262..eb3609f2 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -71,8 +71,8 @@ Smaily's module can create an RSS link of available Prestashop products. ![RSS section](assets/RSS.png) The module provides several options for generating an RSS feed link. 1. **Products category**: selecting a category will display only products under that category in the RSS feed. -2. **Product limit**: limit what is the maximum amount of products displayed in the RSS feed. -3. **Order by**: order products in the RSS feed by this +2. **Product limit**: limit what is the maximum amount of products displayed in the RSS feed. Limit can be a value between 1 and 250. +3. **Order by**: order products in the RSS feed by this. 4. **Order direction**: in which direction will the module order products. The generated RSS feed link can be copied to your template editor's RSS block to display products directly in your newsletter. For this, you can follow our [RSS feed manual](http://help.smaily.com/en/support/solutions/articles/16000077027-rss-feed).