Announcement

Collapse
No announcement yet.

Help with reseller ratings

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

    #16
    Re: Help with reseller ratings

    Totally my bad - had my 4.xx brain on:

    <mvt:if expr="g.screen='INVC'">
    reseller code
    </mvt:if>

    Comment


      #17
      Re: Help with reseller ratings

      At least you have a 4.xx brain!
      With that last bit - error:
      Expression compilation failed: Found additional argument '=' while looking for operator.

      Comment


        #18
        Re: Help with reseller ratings

        I think I need some caffeine ....

        <mvt:if expr="g.screen EQ 'INVC'">
        reseller code
        </mvt:if>

        Comment


          #19
          Re: Help with reseller ratings

          Still no pop-up, but I do have text "reseller code" at the bottom of the page.
          I've attached a copy of the page if it helps.
          Have a cup of coffee on me...I need some aspirin.
          Attached Files

          Comment


            #20
            Re: Help with reseller ratings

            Well, at least we know the code is being written, so the code worked.

            You can remove the "reseller code" text from the code block.

            So we know the script is writing correctly, but I can't for the life of me figure out why it isn't firing.

            I remain confused ....

            Mine is in the <head> tag and works fine.

            Replace the script you used with this - replace the stuff between the Miva code:

            <link rel="stylesheet" href="https://www.resellerratings.com/images/js/dhtml_survey.css" type="text/css" />
            <script type="text/javascript">
            seller_id = 32239;
            datenow = 1;
            document.write('<'+ 'script type="text/javascript" src="https://www.resellerratings.com/images/js/popup_include.js"><\/script>'); </script>

            A couple of typos might be the difference ...
            Last edited by nottheusual1; 06-07-11, 10:03 AM.

            Comment


              #21
              Re: Help with reseller ratings

              <mvt:if expr="g.screen EQ 'INVC'">
              <link rel="stylesheet" href="https://www.resellerratings.com/images/js/dhtml_survey.css" type="text/css" />
              <script type="text/javascript">
              seller_id = 32239;
              datenow = 1;
              document.write('<'+ 'script type="text/javascript" src="https://www.resellerratings.com/images/js/popup_include.js"><\/script>'); </script>
              </mvt:if>

              Comment


                #22
                Re: Help with reseller ratings

                Hey...that works except the pop-up shows up on the home page. Shouildn't it show up on the invoice page after a purchade?
                If I put the code in the under <head> on the invoice page should I remove the "if" expression?

                Comment


                  #23
                  Re: Help with reseller ratings

                  Got it! Thanks for hanging with me!

                  Comment


                    #24
                    Re: Help with reseller ratings

                    No prob!

                    Glad we got there.

                    Comment

                    Working...
                    X