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: mm_xtcfavourite

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Marco Michely
Changed:2007-06-27T15:47:44
Author:Marco Michely
Email:marco.michely@lx-medien.de
Info 3:
Info 4:

EXT: mm_xtcfavourite

Extension Key: mm_xtcfavourite

Copyright 2000-2002, Marco Michely, <marco.michely@lx-medien.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.com

Table of Contents

EXT: mm_xtcfavourite 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

FAQ 1

Adminstration 1

FAQ 1

Configuration 2

FAQ 2

Reference 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

This extension allow you to show the favourite products from your xt :Commerce-Webcart and link to them by using the same functions like the xt:Commerce do. The rating average of the Products is calculatet and displayed by the rating-stars from the shop-template.

There comes no css-styles and no images with this extension. So please take the ids and classes from the template-file to write your own css and tweak the template-file to insert your own header-image.

Screenshots

img-1

Users manual

The use is very easy. Just install the extension from the repository and use the new content plugin. Attention: You will see only the content, if you have inserted the code in your TypoScript template.

FAQ

- None yet

Adminstration

No Administration needed.

FAQ

- None yet

Configuration

Insert and edit the configuration-code in you TypoScript-Template (Setup-Section).

FAQ

- None yet

Reference

xtcDB

Property

xtcDB

Data type

string

Description

The name of the xt:C-Database

Default

xtcDBuser

Property

xtcDBuser

Data type

string

Description

The username for the xt:C-Database

Default

xtcDBpass

Property

xtcDBpass

Data type

string

Description

Passwort for the xt:C-Database

Default

xtcDBhost

Property

xtcDBhost

Data type

string

Description

Hostname of the xt:C-Database-Server

Default

xtcFavLimit

Property

xtcFavLimit

Data type

string

Description

Maximum count of favourites to list

Default

xtcTextLength

Property

xtcTextLength

Data type

string

Description

Length of the description-text

Default

xtcTextEtc

Property

xtcTextEtc

Data type

string

Description

e.g. "..." or "etc." and so on; will be added after the description- text

Default

xtcFavCur

Property

xtcFavCur

Data type

string

Description

Currency of the shown prices

Default

xtcDirectory

Property

xtcDirectory

Data type

string

Description

Relative path to your xt:C-Installation

Default

xtcTemplate

Property

xtcTemplate

Data type

string

Description

Name of the xt:C template directory

Default

xtcTaxZone

Property

xtcTaxZone

Data type

string

Description

Tax-Zone ID from the xt:Commerce

Default

((generated))
Example

Here is an complete Example:

plugin.tx_mmxtcfavourite_pi1.xtcDB = myDatabaseName
plugin.tx_mmxtcfavourite_pi1.xtcDBuser = myDatabaseUser
plugin.tx_mmxtcfavourite_pi1.xtcDBpass = topsecret
plugin.tx_mmxtcfavourite_pi1.xtcDBhost = localhost
plugin.tx_mmxtcfavourite_pi1.xtcFavLimit = 5
plugin.tx_mmxtcfavourite_pi1.xtcTextLength = 32
plugin.tx_mmxtcfavourite_pi1.xtcTextEtc = ...
plugin.tx_mmxtcfavourite_pi1.xtcFavCur = Euro
plugin.tx_mmxtcfavourite_pi1.xtcDirectory = shop/
plugin.tx_mmxtcfavourite_pi1.xtcTemplate = xtc4
plugin.tx_mmxtcfavourite_pi1.xtcTaxZone = 5

Known problems

  • The marker ###TRENN### is hardcoded and can make some trouble, if you change the template-table. Please edit the file in /typo3conf/ext/mm_xtcfavourite/pi1/class.tx_mmxtcfavourite_pi1.php to change this or delete the marker from the template-file, if you don't need him.
  • No Multilanguage-Support

To-Do list

  • Please send me your whishes
  • Make the ###TRENN### - marker more handy

Add the Multilanguage-Support

Changelog

- Version 0.1: Initial Release

img-2 EXT: mm_xtcfavourite - 3