Skip to content

oligoform/vt-nca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

[vt] - Newest Category Articles for OXID eShop

module version 1.1.0

display newest category articles for the current active or another particular category

examples of usage / Anwendungsbeispiele:

  • [{ vt_nca }]
    in list.tpl it will add small widget with newest category articles
    for start.tpl you have to set an active category in general settings

  • [{ vt_nca amount="2"}]
    use amount="" to adjust the amount of articles to show
    the default value is taken from oxid setting "amount of newest articles"

  • [{ vt_nca file="widget/product/list.tpl"}]
    use file="" to set custom template
    default template is widet/product/boxproducts.tpl
    also fully supported is widget/product/list.tpl

  • [{ vt_nca head=""}]
    use head="" to customize widget title
    default template widet/product/boxproducts.tpl requires a multilanguage ident
    widget/product/list.tpl accepts titles directly

  • [{ vt_nca assign=""}]
    use assign="" to assign the oxArticleList to a custom variable in template.
    you can use it with a foreach loop to iterate through all articles.

  • you can combine file + head + amount
    or amount + assign

Installation [DE]

  • Archiv herunterladen und entpacken
  • Inhalt von copy_this/ in den Hauptverzeichnis des Shop hochladen
  • Modul aktivieren

installation [EN]

  • download and unzip the archive
  • upload contents of copy_this/ into your shop root directory
  • activate module

Инсталляциа [RU]

  • Скачать и распаковать архив
  • загрузить содержимое copy_this/ на сервер
  • активировать модуль

more info here: http:/marat.ws/vt-nca/

LICENSE AGREEMENT

[vt] - Newest Category Articles for OXID eShop
Copyright (C) 2015 Marat Bedoev
info: m@marat.ws

GNU GENERAL PUBLIC LICENSE

This program is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/

About

Displaying newest articles of the active category

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.4%
  • Smarty 3.6%