Thursday 29 May 2003 2:55:05 am
In my page layout i have a side panel that allows the user to view the current basket and checkout when ready. Also there is a count of the number of items in the basket. If i am currently viewing the basket there is a template variable $basket defined that i can use to query about the item count. When i am not viewing the basket, eg im continuing to shop, the $basket variable is no longer defined. Is it possible to query the basket contents when the basket is not part of module.result? Can session vars be accessed somehow? thanks paul
|