/yoss

Smart search plugin for Shop-Script

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

yoss - Smart search

yoss-frontend

yoss-settings

Description

Smart search plugin for Shop-Script

Features

Product search with ajax-loading of the results.

Dynamically displays a list of products, their categories and brands.

You can enable lazy-loading scrolling of products in the search results. Or you can customize the number of displayed products in the settings.

It is possible to make the plugin worked not only in the shop app but also in blog, site and other apps.
To use the plugin in other apps it is necessary switch off «Status of frontend_head hook» plugin setting and insert in the template of your application to the end of the tag <head> the next code:
{if $wa->shop}{shopYossPlugin::display()}{/if}

Installing

Auto

Install plugin from webasyst store: SmartSearch-en or SmartSearch-ru.
Or you can install plugin from Installer app in backend.

Manual

  1. Get the code into your web server's folder /PATH_TO_WEBASYST/wa-apps/shop/plugins

  2. Add the following line into the /PATH_TO_WEBASYST/wa-config/apps/shop/plugins.php file (this file lists all installed shop plugins):

     'yoss' => true,
    
  3. Done. Configure the plugin in the plugins settings tab of shop backend.

Specificity

For the correct operation of the plugin in the current design theme needs to be connected frontend_head hook