[Typo3-shop] Nothing goes in the basket if no user logged in

Franz Holzinger franz at fholzinger.com
Fri Feb 4 13:54:31 CET 2005


Martin Rud wrote:
> Hi
> 
> I have an odd problem. Visitors can put things in the basket, but ONLY 
> if they are logged in as FE og BE-users.
> 
> If not logged in, noting goes in the basket when hitting the "Put in 
> basket"-button.
> 
> /Martin

Which version of tt_products do you use?
Are cookies enabled in the browser window?

What is your input form tag?
e.g. for multiple column display:
<input type="Submit" name="order2" value="actualisize basket" 
onclick="if 
(!document.forms['###FORM_NAME###']['###FIELD_NAME###'].value!=''){document.forms['###FORM_NAME###']['###FIELD_NAME###'].value=1;};">

Do you have a homepage with URL aliases? In this case you need to check 
the one under which Typo3 has been installed.

Franz



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