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.

Rating for tt_products

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Gernot Ploiner
Changed:2014-03-28T07:09:38.180000000
Classification:wp_tt_products_rate
Keywords:tt_products, rating, bewertungen, productrating, productratings, forDevelopers, forAdmins, forIntermediates, forAdvanced
Author:Gernot Ploiner
Email:office-webprofil-at
Info 4:
Language:en

img-1 img-2 Rating for tt_products - wp_tt_products_rate

Rating for tt_products

Extension Key: wp_tt_products_rate

Language: en

Keywords: tt_products, rating, bewertungen, productrating, productratings, forDevelopers, forAdmins, forIntermediates, forAdvanced

Copyright 2000-2014, Gernot Ploiner, <office-webprofil-at>

Thanks to Cyberryderz – Network ( www.cyberryderz.net ) for Support!

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

`HowTo update a manual to the new layout 12 <#2.1.HowTo%20update%20a %20manual%20to%20the%20new%20layout|outline>`_

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

Inserting images 13

Paragraph styles 13

Linking 14

Meta data and updates 14

Help by documentation.openoffice.org 14

Introduction

What does it do?

Extends tt_products Onlineshop with rating functionality to rate and comment products after buy them.

Screenshots

img-3 Screenshot 1: Ratings Form:

img-4 Screenshot 2: Finished Ratings and Comments on the Frontent Products Details Page.

Installation

  • Install the Extension with the Extension Manager
  • Add this Markers to your tt_products HTML-Template:

in Section ###ITEM_SINGLE_DISPLAY### add Marker: ###RATINGS### for displaying Ratings on Product Page

in Section ###EMAIL_PLAINTEXT_TEMPLATE### in Subsection ###ITEM_SINGLE### add Marker: ###RATE###

  • create a page “Rating” in pagetree and create Content with the Rating- Plugin
  • configure Extension via typoscript

Configuration

Reference

list_max

Property

list_max

Data type

integer

Description

Count of Ratings shown in the Frontend Products Page.

Default

pidRatings

Property

pidRatings

Data type

integer

Description

Page-ID where to show Ratings-Plugin.

Default

preURL

Property

preURL

Data type

string

Description

URL to add to the Link in E-Mails.In the Shop-Confirmation Mail is a Link to the Rating-Page. TYPO3 generate Links like: index.php?id=1 oder with Realurl: /ratings.htmlTo make correct Links in E-mails you need the Website URL before the Link. You can enter a Text like http://www.site.com/ If you use Realurl with baseURL enter this Line:

preURL < config.baseURL

Default

templateFile

Property

templateFile

Data type

string

Description

Path to the HTML-Template File. You find an Example in the Extension Folder /res/

Default

[plugin.tx_wpttproductsrate_pi1]

((generated))
Example

This is an Example for default usage. Don't forget to adjust your IDs:

plugin.tx_wpttproductsrate_pi1 {
 list_max = 10
 pidRatings = 49
 preURL < config.baseURL
 templateFile = EXT:wp_tt_products_rate/res/temp_ratings.html
}

Known problems

None at the moment

To-Do list

  • Rating average Marker
  • Possibility for rating Output as Image (Stars)

ChangeLog

  • 24.12.2008 First Release
  • 28.03.2014 Works with TYPO3 6.x and tt_products 2.7

8