[Typo3-shop] Include products in the menu structure
Franz Holzinger
franz at fholzinger.com
Fri Mar 4 23:34:13 CET 2005
Hello Jogvan,
this has something to do with
http://typo3.org/documentation/document-library/doc_tut_frontend/Example_resource/?encryptionKey=&cHash=fee68050d6
The $menuArr array has to be filled with links to the product details.
However the problem is that the class.tx_ttproducts.php contains the
main script for tt_products, but this cannot be used for the
includeLibs.fakemenuitems in TypoScript.
I guess this example_itemArrayProcFunc.php has to be created dynamically
from tt_products to use the product links of the current page. But maybe
I am wrong.
Franz
Jogvan Olsen wrote:
>
> I have a page with LIST view in the normal column and in the right column I
> have a HMENU (TMENU).
>
> When I select a product form the list, I open Single view in the normal
> column (on the same page) and I want all the products that are on this page
> to be included in the menu structure in the right column.
>
> The menu I want:
>
> Product a < - this is a page
> Product b < - this is a page
> Product c < - this is a page
> Product c.1 <- this is the title of a product from the page 'Product c'
> Product c.2 <- this is the title of a product from the page 'Product c'
> Product c.3 <- this is the title of a product from the page 'Product c'
> Product c.4
> Product c.5
> Product d
>
More information about the TYPO3-project-tt-products
mailing list