[TYPO3-shop] PID_BASKET, LINK_BASKET and FORM_URL
Lars Hayer
larshayer at gmail.com
Sat Jul 7 12:34:41 CEST 2007
Hello everyone,
New to the list, I would first of all like to thank for all the great
work that has been done around here.
I found my way through configuration of tt_products for an
evaluation/test setup (thanks again to this list), nevertheless I still
have a question:
tt_products 2.5.2 on TYPO3 4.1.1. for a multilingual website using realURL.
As I need the link to the basket page with L= parameter, I first tried
using something like
<!--###LINK_BASKET###-->view your basket<!--###LINK_BASKET###-->
instead of
<a href="index.php?id=###PID_BASKET###">view your basket</a>
in the (list display and) mini-basket template, which essentially works
fine. (the only difference beeing a "?backPID=174" appended to the link
in the mini-basket view. But I think I don't need backPIDs anyway)
But as I'd also like to have some title attribute in the <a> tag, I
figured a way to write the link as follows:
<a href="###FORM_URL###" title="view your basket">view your basket</a>
This works fine as well, but I dont exactly know about any possible
consequences (my PHP knowledge is somewhat limited). So, are there any?
Or will my server end up burning...? :)
Greeting,
Lars
More information about the TYPO3-project-tt-products
mailing list