Announcement

Collapse
No announcement yet.

Shopping Basket error message!!

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

    Shopping Basket error message!!

    Good morning, preparing to go live today but the shopping basket is throughing up NETQUOTEVAR:RATEDISCLAIMER
    NETQUOTEVAR:BASE_PLUS_PER_RATE_DISCLAIMER

    See attached file.

    I guess something is missing, where can I find it to sort this problem. Thanks
    Attached Files
    Mash

    #2
    What is the cause?
    Mash

    Comment


      #3
      Hi Mash,

      have you altered the template at all? May be worth re-instating from the original folder and checking if that works OK and then changing any alterations again.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Hi Jonty,

        I have not played around with that template. This is a dumb question, how do I go about re installing?

        Thanks.
        Last edited by mash; 22-Mar-2005, 09:52 AM. Reason: Could not spell
        Mash

        Comment


          #5
          Hi Mash,

          Don't worry, here is what you need to do, Simply go to "C:\Program Files\Actinic v7\Formats\Themes\Layout1" and find a file called "Act_ShoppingCart.html". Simply copy this and paste this in your site1 folder. (Which should be "C:\Program Files\Actinic v7\Sites\Site1"), overwriting the old template.

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            Thanks I just do that and still have the same stuff coming up I will do it again just to check it.

            At the mo it has not worked.
            Mash

            Comment


              #7
              I went back to C:\Program Files\Actinic v7\Formats\Themes\Layout1 to copy and paste again but the file is not there!

              I am pretty sure that I did not cut and paste but I guess I could have.

              That still means that the file in C:\Program Files\Actinic v7\Sites\Site1 has been overwritten with Act_ShoppingCart.html from Layout1 and has not sorted the problem.

              What can you suggust?
              Mash

              Comment


                #8
                If there isn't one in 'Layout1' - look in 'BusinessCSS'. If it isn't in 'BusinessCSS' then you will find it in 'Business'.

                Comment


                  #9
                  Right, found another, copied it to my site1, lost the nice buttons along the bottom and still have the same problem. Copied one from a backup, still the same problem but nice button back!

                  Not sure what else to do? Do I need to re install Actinic?
                  Mash

                  Comment


                    #10
                    Do I need to re install Actinic?
                    Absolutely not.

                    The offending template is actually Act_ShoppingCartXML.html (it is easy to get them confused!). I suggest going into this template and locating the following code near the bottom:
                    Code:
                    <Actinic:EXTRACARTTEXT><span class="actxsmall"><TABLE><TR><TD><IMG SRC="NETQUOTEVAR:POWEREDBYLOGO" WIDTH="45" HEIGHT="50" BORDER="0" ALT=""></TD><TD><FONT SIZE=1><B>NETQUOTEVAR:RATEDISCLAIMER</B></FONT></TD></TR></TABLE></span></Actinic:EXTRACARTTEXT>
                    <Actinic:EXTRACARTBASEPLUSPERTEXT><span class="actxsmall"><FONT SIZE=1><B>NETQUOTEVAR:BASE_PLUS_PER_RATE_DISCLAIMER</B></FONT></span></Actinic:EXTRACARTBASEPLUSPERTEXT>
                    Change this to read:
                    Code:
                    <Actinic:EXTRACARTTEXT><!-- <span class="actxsmall"><TABLE><TR><TD><IMG SRC="NETQUOTEVAR:POWEREDBYLOGO" WIDTH="45" HEIGHT="50" BORDER="0" ALT=""></TD><TD><FONT SIZE=1><B>NETQUOTEVAR:RATEDISCLAIMER</B></FONT></TD></TR></TABLE></span>--> </Actinic:EXTRACARTTEXT>
                    <Actinic:EXTRACARTBASEPLUSPERTEXT><!-- <span class="actxsmall"><FONT SIZE=1><B>NETQUOTEVAR:BASE_PLUS_PER_RATE_DISCLAIMER</B></FONT></span>--> </Actinic:EXTRACARTBASEPLUSPERTEXT>

                    Comment


                      #11
                      That has done the trick thank you.
                      Mash

                      Comment

                      Working...
                      X