DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: web-vision News Products

Created:2010-02-18T17:33:18
Changed by:Boris Hinzer
Changed:2010-08-20T13:15:56
Classification:wv_newsproducts
Description:---- forEditors (use this for editors / german "Redakteure") ----
Keywords:tt_news, products
Author:web-vision
Email:support@web-vision.de
Info 4:
Language:en

img-1 img-2 EXT: web-vision News Products - wv_newsproducts

EXT: web-vision News Products

Extension Key: wv_newsproducts

Language: en

Keywords: tt_news, products

Copyright 2000-2010, web-vision, <support@web-vision.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Readable name of your extension 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

FAQ 4

`Administration 5 <#1.3.Administration|outline>`_

FAQ 5

`Configuration 6 <#1.4.Configuration|outline>`_

FAQ 6

Reference 6

`Tutorial 7 <#1.5.Tutorial|outline>`_

`Known problems 8 <#1.6.Known%20problems|outline>`_

`To-Do list 9 <#1.7.To-Do%20list|outline>`_

`ChangeLog 10 <#1.8.ChangeLog|outline>`_

Important guidelines 11

`Issues with Open Office documentation for TYPO3 12 <#2.1.Issues%20w ith%20Open%20Office%20documentation%20for%20TYPO3|outline>`_

Inserting images 12

Paragraph styles 12

Linking 13

Meta data and updates 13

HowTo: Update a manual to the new layout 13

HowTo: (alternative) Import the styles from another document 14

`HowTo: Fix the Table Of Contents when it is empty 14 <#2.1.8.HowTo:%2 0Fix%20the%20Table%20Of%20Contents%20when%20it%20is%20empty%20|outline >`_

HowTo: Fix the Table Of Contents when a chapter is missing 14

Help by documentation.openoffice.org 14

Introduction

What does it do?

  • Adds several markers to tt_news templates and flexform fields to tt_news records.
  • Makes it easy to display products with tt_news and make use of different views (like list, latest or single)
  • additional Fields like sku, eta, hardware requirements and a few more.

Screenshots

img-3

Users manual

Getting started is easy

  • Install the extension like every other extension
  • If you want, you can include the static template for some standard wraps.
  • Create a new news entry and enter your product data.
  • Insert the new marker in your tt_news Template

Marker

  • ###NEWS_SKU###
  • ###NEWS_EAN###
  • ###NEWS_ISBN###
  • ###NEWS_ETA_LABEL###
    • if expected is false: Available from:
    • if expected is true: Expected available from:
  • ###NEWS_ETA1###
    • if actuall time is greater than date in flexform: published
    • if expected is false: the date in flexform
    • if expected is true: (empty)
  • ###NEWS_ETA2###
    • if actuall time is greater than date in flexform: (empty)
    • if expected is false: (empty)
    • if expected is true: the date in flexform
  • ###STATUS###
  • ###NEWS_REQUIREMENTS###
  • ###NEWS_AFFILIATE1###
  • ###NEWS_AFFILIATE2###
  • ###NEWS_AFFILIATE3###
  • ###NEWS_AFFILIATE4###
  • ###NEWS_PACKAGE###
  • ###NEWS_DISCOUNT###
  • ###NEWS_RRP###

Configuration

Reference

wvnpsku_stdWrap

Property

wvnpsku_stdWrap

Data type

wrap

Description

Wraps the SKU

Default

<span class=”wvnpsku”>|</span>

wvnpean_stdWrap

Property

wvnpean_stdWrap

Data type

wrap

Description

Wraps the Ean

Default

<span class=”wvnpean”>|</span>

wvnpisbn_stdWrap

Property

wvnpisbn_stdWrap

Data type

wrap

Description

Wraps the ISBN

Default

<span class=”wvnpisbn”>|</span>

wvnpstatus_stdWrap

Property

wvnpstatus_stdWrap

Data type

wrap

Description

Wraps the Status

Default

<span class=”wvnpstatus”>|</span>

wvnprequirements_stdWrap

Property

wvnprequirements_stdWrap

Data type

wrap

Description

Wraps the Requirements

Default

<span class=”wvnprequirements”>|</span>

wvnppackage_stdWrap

Property

wvnppackage_stdWrap

Data type

wrap

Description

Wraps the Package

Default

<span class=”wvnppackage”>|</span>

wvnpdiscount_stdWrap

Property

wvnpdiscount_stdWrap

Data type

wrap

Description

Wraps the Discount

Default

<span class=”wvnpdiscount”>|</span>

wvnprrp_stdWrap

Property

wvnprrp_stdWrap

Data type

wrap

Description

Wraps the RRP

Default

<span class=”wvnprrp”>|</span>

affiliate1image

Property

affiliate1image

Data type

string

Description

Path to image file

Default

EXT:wv_newsproducts/images/amazon.gif

affiliate2image

Property

affiliate2image

Data type

string

Description

Path to image file

Default

EXT:wv_newsproducts/images/gamesload.jpg

affiliate3image

Property

affiliate3image

Data type

string

Description

Path to image file

Default

EXT:wv_newsproducts/images/trynbuy.gif

affiliate4image

Property

affiliate4image

Data type

string

Description

Path to image file

Default

EXT:wv_newsproducts/images/downloadshop.gif

[tsref:(plugin.tt_news).displaySingle|.displayList|.displayLatest]

((generated))
Example

Here you would show an example of the stuff from the reference or so:

plugin.tt_news.displayList.wvnpsku_stdWrap.wrap = <span class=”wvnpsku”>|</span>

Known problems

No problems known.

To-Do list

  • Wrap for links
  • translations for everything

img-2 7