I want to be able to identify who the buyer is when they are logged in so I can offer bespoke pages to them.
I can see that the buyer table has a couple of fields - sUsername and nID - and I'm assuming that they are used in the Perl scripts... but I can't figure out how to access that information dynamically when the customer is logged into their account. I presume that it will be some JavaScript but I've no idea where it would pull that information from.
Has anyone done anything similar before?
I can see that the buyer table has a couple of fields - sUsername and nID - and I'm assuming that they are used in the Perl scripts... but I can't figure out how to access that information dynamically when the customer is logged into their account. I presume that it will be some JavaScript but I've no idea where it would pull that information from.
Has anyone done anything similar before?
Comment