Announcement

Collapse
No announcement yet.

Customer accounts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Customer accounts

    I'm designing sites for 2 clients at the moment, both initially created in Business 7.0.0., later upgraded to 7.0.1

    In Act_Primary_html, they have the following code...

    In Site 1:
    <Actinic:NOWSERVING/>
    <Actinic:CURRACCOUNT/>
    <Actinic:LOGOUT_SIMPLE/>
    When you are logged in, this displays the account name, user name and "Logout".

    In Site 2:
    <actinic:nowserving></actinic:nowserving>
    <actinic:curraccount></actinic:curraccount>
    <actinic:logout_simple></actinic:logout_simple>
    When you are logged in, this displays a welcome message and the account name.

    I would like Site 2 to display the same as Site 1 but, if I copy the code across and upload, I get "Page Not Found" errors.

    Is it because I might have started with different themes? I thought I'd started both with Business CSS but I could be wrong about that.

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    #2
    Hi Malcolm,

    Can I have your website URL? (if you have uploaded it)

    In order to determine more into this issue, I need to look your overall layout template, so that we can see exactly what's going wrong.

    Alternatively, you can register an email query at http://www.actinic.co.uk/support/register.htm, where one of the Support team member may request your Site Snapshot.

    Hope this helps.
    Cheers,
    Suresh Babu G

    Comment


      #3
      The URL is http://www.all-unied.com/ - that's the one I described as Site 2.
      ¤ The world wide web needn't cost the earth
      ¤ ARTISAN INTERNET LTD
      ¤ www.artinet.co.uk

      Comment


        #4
        Hi Malcolm,

        If Iam right, your Site1 is 'http://www.artinet.co.uk/' and Site 2 is 'http://www.all-unied.com/'

        Could you also create a test customer account and give us the username & password to check both these sites?
        Cheers,
        Suresh Babu G

        Comment


          #5
          Sorry, the sites are as follows:

          Site 1: http://www.yourschooluniform.com/
          Site 2: http://www.all-unied.com/

          I have set up an account in both sites:
          Username: test
          Password: visitor

          I don't if this is connected, but there has been another problem with this site - see http://community.actinic.com/showthread.php?t=8298

          Thnx
          Malcolm
          ¤ The world wide web needn't cost the earth
          ¤ ARTISAN INTERNET LTD
          ¤ www.artinet.co.uk

          Comment


            #6
            Hi Malcolm,

            Please insert this code in your Site2's 'Act_BrochurePrimary.html' and 'Act_Primary.html'.

            Code:
            <Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/><br>
            This would display the User name, Customer account name and Logout on every page.

            I hope this helps you.
            Cheers,
            Suresh Babu G

            Comment


              #7
              Thanks, Suresh, that works just fine... which is odd, because I pasted those 3 commands in from Site 1, and I got all sorts of "Page not found" and server errors. Maybe my connection was having a bad time and it was just coincidence - ho hum

              Malcolm
              ¤ The world wide web needn't cost the earth
              ¤ ARTISAN INTERNET LTD
              ¤ www.artinet.co.uk

              Comment

              Working...
              X