Announcement

Collapse
No announcement yet.

Actinic URL - Terms & Conds

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

    Actinic URL - Terms & Conds

    Hi there,
    On the terms and conditions page (info.html) as standard a link to www.actinic.com appears at the bottom with the text, "Selling online with actinic ecommerce solutions".

    We all applaud the efforts of actinic and appreaciate the excellent product delivered. However the client would prefer for this link to not be present on his deployed site.

    How can this text and link be removed or altered?

    Best Regards,

    Shane

    #2
    Originally posted by mollusc_limited
    Hi there,
    On the terms and conditions page (info.html) as standard a link to www.actinic.com appears at the bottom with the text, "Selling online with actinic ecommerce solutions".

    We all applaud the efforts of actinic and appreaciate the excellent product delivered. However the client would prefer for this link to not be present on his deployed site.

    How can this text and link be removed or altered?

    Best Regards,

    Shane
    ACTINIC | SETTINGS | EARN POINTS ETC and DISABLE.

    Regards
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    Comment


      #3
      Actinic Link <--> referrer scheme

      Hi Los_Design,
      Thanks for the reply.
      I think the option you refer to actually controls the "actinic referrer scheme"
      Design->Design Options...->"earn points and prizes from the actinic referral scheme->enable(tick box).

      This does not have any effect on the "Selling Online With Actinic Ecommerce Solutions" link on the terms & conds page.

      I can't even see this listed in desing->library or design->text.

      TTFN,

      Shane

      Comment


        #4
        Can you not go to the design window and remove the statement in the layout or hide it if you do not want to delete it <!-- -->

        Darren

        Comment


          #5
          Hi Darren,
          Great idea but as far as I can see the page is a "dynamically generatedl" one. I think the page is made from all the information in settings->business settings...->Terms and Conditions

          With the link in question being added to the bottom of this page. /acatalog/info.html

          Looking at the settings there is a check box "remove Terms and Conditions Link" on the Terms and Conditions tab of Business Settings. So this would remove the terms and conditions link at the top of the pages. I guess then I would have to create a new static page with all that same information on added under "more pages" or similar.

          The functionality of creating the terms and conditions page dynamically from these settings is actually quite a good feature point and makes life easier.


          * Surely * theres got to be an _easier_ way...

          TTFN,
          Shane

          Comment


            #6
            I remove it by doing this

            Design View Select Page Type
            Terms and Conditions

            comment out or delete

            Code:
            <actinic:variable name="ActinicTermsAndConditionsLink" />
            Looking at the settings there is a check box "remove Terms and Conditions Link" on the Terms and Conditions tab of Business Settings. So this would remove the terms and conditions link at the top of the pages.
            no I don't think so, this deletes the link at the base of the terms page. I've just tested this on a vanilla store (exec theme) said link has gone from T&C and my link to T&C remains top right on overall layout

            T&C link is generated by the following code

            Code:
            <p class="text_terms_conditions"><a href="<actinic:variable name="InfoURL" />" class="link_terms_conditions"><actinic:variable name="InfoText" /></a></p>

            Comment


              #7
              Originally posted by mollusc_limited
              Looking at the settings there is a check box "remove Terms and Conditions Link" on the Terms and Conditions tab of Business Settings. So this would remove the terms and conditions link at the top of the pages. I guess then I would have to create a new static page with all that same information on added under "more pages" or similar.
              TTFN,
              Shane
              That will just remove the link to your T&C's during checkout and if you have enabled the function for clients to agree T&C before continuing you will open up pandora's box of V8 errors..

              Jo is spot on, comment/delete will resolve this for you.
              Affordable solutions for busy professionals.
              Website Maintenance | UK Web Hosting

              Comment


                #8
                Originally posted by mollusc_limited
                Hi Darren,
                Great idea but as far as I can see the page is a "dynamically generatedl" one. I think the page is made from all the information in settings->business settings...->Terms and Conditions
                Sorry i did not make myself clear, When i said hide it i ment the same as comment it out,

                As Jo said, if you look at the design view, select the t&c page and comment out by wrapping the refer e.g

                <!-- <actinic:variable name="ReferrerLink" /> -->

                Cheers
                Darren

                Comment


                  #9
                  &lt;solved&gt;

                  Hi there,
                  Thank you to everyone who replied. The advice was spot on and the problem is now solved and I move forward with a little more knowledge!

                  Many thanks again,
                  Regards,
                  Shane

                  Comment


                    #10
                    selling online with actinic referrer link

                    I know this is an old thread but... Am I the only person to find this?
                    In V11, you can switch off the "powered by actinic" in Design | Design Options
                    But on the Search page there is still a live link "selling online with Actinic" and also on Terms&Conditions there is "Shopping Cart by Actinic"

                    Is there any way to switch it off without editing the code/variables?

                    Harvey at http://www.officepointfivestar.com

                    Comment


                      #11
                      The other two references can only be removed by editing the code. It's not difficult to do however. Backup and then see the attached images, delete the highlighted code, then Apply and Upload.
                      Attached Files

                      Comment

                      Working...
                      X