Is it possible to create global variables in CS-Cart?
For example if I wanted to create $testvar when the customer goes into a certain category and then have that variable stay for their entire time on the site.
Or would this involve using cookies?
Could someone confirm that it’s not possible to do this?
[quote name=‘bbrands’]Could someone confirm that it’s not possible to do this?[/QUOTE]
Hello, bbrands
In this case you can use only the session of this user. You need to add the necessary variable to the session of this user.
Thank you.