[TYPO3-shop] Hooks
Franz Holzinger
franz at fholzinger.com
Fri Apr 27 08:15:58 CEST 2007
Hello Daniel,
> all right I want to add three types of markers:
>
> == in listView ==
> ###EXT_PRODUCTS_SIZE###
> what shows the size-field
>
> == in basketView ==
> ###EXT_PRODUCTS_AVAILABLE###
> what shows the "to basket" link, when
> inStock is > 0, otherwise it has to show
> the sold-image
>
> ###EXT_PRODUCTS_INSERTPAGE###
> what inserts the content of a TYPO3-page,
> that show the table of cloth-sizes for the ladies who buy in the shop
>
>
> I want to add hooks, so it's easy to do a shop-upgrade.
>
You can use the hook at function getItemMarkerArray in
model/class.tx_ttproducts_article_base.php
to add markers on a product/article base.
The name of the hook is also getItemMarkerArray.
- Franz
More information about the TYPO3-project-tt-products
mailing list