lelesys/plugin-products

A product plugin for TYPO3 Neos

Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 19

Forks: 0

Open Issues: 0

Type:typo3-flow-plugin

1.0.1 2014-02-17 09:14 UTC

This package is auto-updated.

Last update: 2024-04-10 20:07:06 UTC


README

This is a products catalog plugin which displays products by categories.

Important note: Initial package development was done when TYPO3 Neos was at alpha3/4. We are working hard continuously to get this to work perfectly and to beautify source code using best practices/concepts of Flow/Neos. Stay tuned!

Quick start

  • include the plugin's TypoScript definitions to your own one's (located in, for example,Packages/Sites/Your.Site/Resources/Private/TypoScripts/Library/ContentElements.ts2) with:
include: resource://Lelesys.Plugin.Products/Private/TypoScripts/Library/NodeTypes.ts2
  • include the plugin's Stylesheet to your own one's where you add other stylesheets of the site.
<link href="{f:uri.resource(path: 'resource://Lelesys.Plugin.Products/Public/Styles/Products.css')}" rel="stylesheet" media="screen">
  • add the plugin content element "Catalog" to the position of your choice, the catalog plugin will enable to add new categories and products.