VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: chancehoggan on October 12, 2011, 04:40:00 AM

Title: What session variable does VM2 store shoppers notes in
Post by: chancehoggan on October 12, 2011, 04:40:00 AM
quick question:

What session variable does VM2 store shoppers notes in
Title: Re: What session variable does VM2 store shoppers notes in
Post by: relco on August 05, 2012, 23:22:21 PM
I would like to know this aswell.

When a shopper makes a second purchase, the text in the shopper's note, gets appended to the text of the previous order.

Is there a way to clear this variable, when making a new purchase?

Title: Re: What session variable does VM2 store shoppers notes in
Post by: ivus on August 06, 2012, 07:10:23 AM
Hi guys,

If you turn on Joomla! debug in the global configuration you'll notice a whole lot of extra information being written to the bottom of each page... Under one of the tab is SESSION... and inside that is _VM... all session data for your VM store is in there.

I hope this helps.