Announcement

Collapse
No announcement yet.

Spacing frustration when logged in

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

    Spacing frustration when logged in

    Hi there

    Can anyone tell me where to look for the code that might be generating 2 <br> tags in my design.

    They do NOT appear when a normal user browses the store however once logged in, they appear in between the areas that display the 'PRODUCTPRICE' and 'PRODUCTEXPLANATION'

    I've checked the Act_ProductPrice.html template and it's not that (neither is it the Act_ProductLine.html one)

    It must be something that is generated from the 'Design | Text' when a user logs in but I'm stumped if I can find out where.

    Anyone?

    Cheers

    Jos
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    #2
    Anybody??

    All I need to know is what template / location Actinic uses to change the price info or price explanation info when a customer is logged in.

    Cheers

    Jos
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    Comment


      #3
      It doesn't seem to be in 'Design | Text' or from the Perl. I'll check with the development team for you.

      Comment


        #4
        Thanks for this Chris,

        I've lowercased all my line breaks and the ones that are being inserted are capitalised (as per Actinic code).

        I actually removed all the <BR> references from Design | Text | HTML to see if that was the cause but this didn't work...

        I'll wait to hear from you!

        Cheers

        Jos
        Thanks

        Jos Medinger

        Tel : 01978 843 962
        www.internetology.co.uk
        Actinic / E-Commerce Hosting, Design & SEO
        ______________________________________

        Comment


          #5
          I have a solution.

          Open ActinicOrder.pm in Notepad and search for

          sub FormatSchedulePrices

          and then search for <BR>

          This will highlight

          $sLine .= "$Response[2]<BR>";

          Change this to

          $sLine .= "$Response[2]";

          Comment


            #6
            Chris

            Thanks very much for this...

            Isn't this however a very bizarre place for some HTML spacing?.

            Actinic is normally so good at keeping it (mostly!) in the HTML templates - is there a good reason why it was included there?

            Jos
            Thanks

            Jos Medinger

            Tel : 01978 843 962
            www.internetology.co.uk
            Actinic / E-Commerce Hosting, Design & SEO
            ______________________________________

            Comment


              #7
              It should be in 'Design | Text' - I guess it slipped through the net. I have reported it as a bug.

              Comment

              Working...
              X