[TYPO3-shop] Put in basket, go back to listview

Franz Holzinger franz at fholzinger.com
Sat Mar 10 16:15:11 CET 2007


Hello Henrik,

> What I want is, to make the form url for the productform to go to the
> list view again, so when you buy an item, you go straight back to the
> listview for the category you were browsing. The shop is only for
> certain customers, who needs to buy many small things. This function
> will be a great help to speed up their buying.
> 
> Technically I want the url of the form to have its page id set to the
> backPID and the beginAt variable in the url too.
> 
> I have looked around the code, but can't find where I can edit it.
> 
There will be a solution for this with the next tt_products 2.5.3, when
also a category is used to filter the products. Then it will also return
to the category view having the same categories opened in the category
list view.

Or have a look into the back button in the example_template_bill_de.tmpl.
There is only a

<!--###LINK_ITEM###-->
<b><- zurück zur Liste</b>
<!--###LINK_ITEM###-->

which uses the backPID, but I think there is no single marker for this yet.

- Franz



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