| Install | |
|---|---|
composer require prestashop/ps_linklist |
|
| Latest Version: | v7.0.1 |
| PHP: | >=8.1.0 |
Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.
PrestaShop: 8.1.0 or later
This module is compatible with the multistore :heavy_check_mark:
It can be configured differently from one store to another.
It can be configured quickly in the same way on all stores thanks to the all shops context or the group of shops.
It can be activated on one store and deactivated on another
Edit the existing linklist block and add custom contents CRUD a new linklist block
If you need to change the javascript code you have to compile the assets, this operation is done via command line. You can get base information and requirements in the dev doc (be careful with the node version):
(https://devdocs.prestashop.com/1.7/development/compile-assets/)
Then the operations to compile assets are:
cd ps_linklist/views
npm install
npm run build
This will update the files in the ps_linklist/view/public folder.
During development you can build automatically the assets (in dev mode) when you modify them by using this command:
npm run watch
You can report issues with this module in the main PrestaShop repository. Click here to report an issue.
PrestaShop modules are open source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.
Contributors must follow the following rules:
Contributors wishing to edit a module's files should follow the following process:
/modules directory of your PrestaShop installation.That's it: you have contributed to this open source project! Congratulations!
This module is released under the Academic Free License 3.0