Child pages
  • Managing Modules

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Index all missing prices. Adds to the index only the prices that weren't were not indexed before. Much faster than the next button.
  • Re-build entire price index. Adds to the index all the prices, whether they were already indexed before or not. Much slower than the previous button when you have many products.
  • Build attribute index. Adds to the index all the product attributes.
  • Build url index. Adds to the index all the product URLs.

You should update your indexes every time your productproducts' s data changes. As this can prove pretty painstaking or even boring, PrestaShop enables you to trigger the indexing automatically, use using cron tasks. Add the provided URLs to your crontab, and you won't will not have to handle this yourself anymore. If you do not know about cron and crontab, ask your webhost about it.

...

The template builder enables you to specify what kind of filter filters your customer customers should have access to.

Creating a new filter requires only three easy steps:

...

  • Hide filter values with no product is matching. If disabled, you will still see some filters, even if they are useless because of the lack of matching product . This (which can make the layered navigation over-crowded with options).
  • Show the number of matching products. Displays the number after the name of the filter, between parenthesesbrackets. If there is no matching product, it will display "(0)".

...