I am working on an EE site that I “inherited”. It had an old order form that was only that - a form but not a shopping cart. I have installed a shopping cart and would like to have it show the logged in users name. It won’t use any of the EE tags (ie:
{embed="includes/.check_login"}). The check login page is simply:
{if logged_in}
{if:else}
{redirect='members/login'}
{/if}Can someone show me the script to do this with PHP? Or Javascript?
Thanks