Announcement

Collapse
No announcement yet.

actinic:variable issue

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

    actinic:variable issue

    This is doing my head in:

    Why does this in a layout code:
    <li><a href="<actinic:variable name="ActinicTermsAndConditionsLink" />">Terms</a></li>

    Produce this in the preview html?

    <li><a href="<div align="center"><h3><A HREF="http://www.actinic.co.uk/selling-online/make-money.htm"><font size=1>Make Money Selling Online With Actinic</font></a></h3></div>">Terms</a></li>

    I cannot yet find where or how to edit the "ActinicTermsAndConditionsLink" variable. I have searched the forum for a while but am not finding any matching strings to help.

    I am re-designing an existing site using pure Page Layout using css layers and all css is under my control - do variables somehow get their own css?
    http://www.bowstock.co.uk

    #2
    Have a look in DESIGN | DESIGN OPTIONS, see if in there.

    Comment


      #3
      Variables do not typically contain formatting - chances are as Lee suggests you have accidentally pasted the code - worth checking the library variables and see what you have in there as well as the layout options


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        DESIGN | DESIGN OPTIONS only offers radio buttons to select terms and conditions on separate catalog page etc. but no text or formatting options.

        I have been through every library variable and cannot find "ActinicTermsAndConditionsLink" at all. Is there a search method I can use from the layout code page?
        http://www.bowstock.co.uk

        Comment


          #5
          Hardcode it for now until you can track it down


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Business Settings | T & C's - is the top left tickbox ticked?

            Comment


              #7
              It was hard coded and working OK but I decided to do it properly! Now I'm like a dog with a bone - I won't let go.

              I notice that the Terms and Conditions Bulk Area layout has this in it:
              <actinic:variable name="MarketingMessage" /> and this layout gives:
              <p>
              <a name="infolines"></a>
              <actinic:variable name="SplashText" />
              </p>

              I haven't found "SplashText" yet........


              LEEHACK - No, 'Remove Terms and Conditions' not checked and 'Marketing Message' not checked. AHHHH - I see that checking it removes the css fault but now I don't have a hyperlink to the Terms page. What next?
              http://www.bowstock.co.uk

              Comment


                #8
                ActinicTermsAndConditionsLink is designed to produce the link through to Actinic's site. It should display as Actinic Ecommerce Solutions and take you to http://www.actinic.co.uk/index.shtml.

                It's not the link to your own Terms And Conditions. That is done through

                <a href="<actinic:variable name="InfoURL" />"><actinic:variable name="InfoText" /></a>
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  Thanks Norman - me a dipstick.
                  http://www.bowstock.co.uk

                  Comment


                    #10
                    Removing &quot;Make Money Selling Online With Actinic&quot;

                    Hi Guys,

                    Hope i'm not missing the point of this thread but i'm trying to remove the "Make Money Selling Online With Actinic" link at the bottom of the T&C page. I have removed it from the info.html but it always appears, from reading this thread i understand now that this page is generated. Was wondering how to fully remove it?

                    Thanks

                    Comment


                      #11
                      Select the terms and conditions within business settings, there's a checkbox IIRC. In DESIGN | DESIGN OPTIONS there is also a switch for the others.

                      Comment

                      Working...
                      X