[Typo3-shop] Unable to view individual items in front end

Jesper Weissglas jesper at seventhwave.se
Thu Nov 17 17:17:11 CET 2005


I suspect you are using the same page for item list and single item 
view? I had the same problem.

You need two different pages, one with Products: List and one with 
Products: Item View. And your template needs to specify the ID of the 
item view page:

plugin.tt_products.PIDitemDisplay = ...

/j


Jody Cleveland wrote:
>> <a href="products.html" target="page">Products</a> use 
>> another target. e.g. "_self" or "_blank"> 
> 
> I'm sorry, I should clarify. I've got the shop at this address:
> http://www.thetoytraindepot.com/products.html
> 
> When I click on an item, it doesn't show the details of that individual
> item. It looks like it just refreshes the page with a different url. If
> I click on the picture of the item, that works fine. Just not when I
> click on the item name.
> 
> - jody



More information about the TYPO3-project-tt-products mailing list