+ Added support for product tags in the article content. {product:123}
On-Demand Update Guarantee Program
Pokud doplněk není kompatibilní s nejnovější verzí LiteCart, máte nárok na aktualizaci do 14 dnů od zakoupení nebo vrácení peněz. Přečtěte si více
Private Development
[+] Verze 2024-02-07 | Nahráno 7 Feb 2024 podle tim
+ Added support for product tags in the article content. {product:123}
Kompatibilní verze:
LiteCart 2.5.0, LiteCart 2.5.1, LiteCart 2.5.2, LiteCart 2.5.3, LiteCart 2.5.4, LiteCart 2.5.5
The package may be compatible with more versions than listed. Contact the author for more information.
[+] Verze 2023-04-23 | Nahráno 23 Apr 2023 podle tim
Updated for LiteCart 2.5.x
Upgraders run the following MySQL query:
ALTER TABLE `lc_news_articles_info`
CHANGE COLUMN `ingress` `preamble` VARCHAR(512) NOT NULL DEFAULT '';
Kompatibilní verze:
LiteCart 2.5.0, LiteCart 2.5.1, LiteCart 2.5.2, LiteCart 2.5.3
The package may be compatible with more versions than listed. Contact the author for more information.
[+] Verze 2022-11-18 | Nahráno 18 Nov 2022 podle tim
Kompatibilní verze:
LiteCart 2.5.0
The package may be compatible with more versions than listed. Contact the author for more information.
[+] Verze 2021-07-21 | Nahráno 21 Jul 2021 podle tim
Upgraders run the following query:
ALTER TABLE `lc_news_articles_info`
ADD `keywords` VARCHAR(256) NOT NULL DEFAULT '' AFTER `content`;
UPDATE `lc_news_articles_info` nai
LEFT JOIN `lc_news_articles` na on (na.id = nai.article_id)
SET nai.keywords = na.keywords;
ALTER TABLE `lc_news_articles`
DROP COLUMN `keywords`;
Kompatibilní verze:
LiteCart 2.2.9, LiteCart 2.2.10, LiteCart 2.2.11, LiteCart 2.2.12
The package may be compatible with more versions than listed. Contact the author for more information.
[+] Verze 2020-02-05 | Nahráno 5 Feb 2020 podle tim
+ Add monthly and keywords filter
+ Add ingress
+ Add CSV import/export
Kompatibilní verze:
LiteCart 2.2.0, LiteCart 2.2.1
The package may be compatible with more versions than listed. Contact the author for more information.
Námět | Poslední příspěvek |
---|---|
Automatic table of contents podle adamchaczka |
7 led 2025 15:35 podle adamchaczka |
Links beneath the article podle megamiska |
6 bře 2024 08:39 podle megamiska |
Can anyone boast about their websit... podle adamchaczka |
9 úno 2024 14:50 podle tim |
Update for 2.2.9 podle mobgro |
21 čvc 2021 13:19 podle mobgro |
Demo available? podle |
7 dub 2020 08:13 podle lanpn |