Skip to content

xylsss/yoss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoss

Description

Smart search plugin for Shop-Script 6

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.

Installing

Auto

...

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

About

Smart search plugin for Shop-Script 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.2%
  • JavaScript 32.3%
  • HTML 5.3%
  • ApacheConf 0.2%