Thread Starter
m4tvw
(@m4tvw)
Hi bcworkz
Many thanks for the reply, i am understanding it now.
I didn’t know that workdpress had custom fields built in but they were hidden! I have added a custom field for the username now. I expect the value will be my second PHP script?
<?php $xf_userId = $visitor['user_id'];
$xf_username = $visitor['username'];
echo "$xf_username" ?> welcome to this web page.
Then is it just a case of getting the field to display on the product page?
How/where do i call for the xf_connector.php file?
Thanks
Mat