Announcement

Collapse
No announcement yet.

Linking Directly To Products

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

    Linking Directly To Products

    Hello,

    I am attempting to link from an external site to products within an Actinic site using the following syntax:

    Code:
    http://www.domain.com/cgi-bin/ss000001.pl?PRODREF=1796E&ACTINIC_REFFERER=http://www.domain.com/acatalog/&NOLOGIN=1
    Loading that URL displays the following error message:

    Missing text search join mode. Please specify AND or OR.
    I can supress this error message by adding
    Code:
    &TB=O
    to the URL.

    However this loads a SERP rather than the page containing relavent to the product that I am trying to link to.

    Anyone have any ideas where I am going wrong?

    I don't know if it makes any difference, but the site I am linking to uses frames.

    Thanks,
    Martin Smith
    <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

    #2
    you can link direct to a product using the following format

    http://www.domain.co.uk/acatalog/pag...#product_refno

    Comment


      #3
      Thanks, but this method doesn't offer any insurance against the name of one of the HTML pages changing, so I would like to use the cgi script if possible.
      Martin Smith
      <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

      Comment


        #4
        if you are using V6 then you set the page name yourself so It won't change.

        Comment


          #5
          The acatalog is under client's control so I am unable to make this assumption.
          Martin Smith
          <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

          Comment


            #6
            bump
            Martin Smith
            <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

            Comment


              #7
              I'm just comparing this to the links we use for knowledge base articles:

              http://knowledge.actinic.com/users/kadmin/cgi-bin/ss000007.pl?PRODREF=520&NOLOGIN=1&ACTINIC_REFERRER=http://knowledge.actinic.com/users/kadmin/acatalog/

              The only differences I can immediately see are that you have spelt 'REFERRER' wrong and we also have the ACTINIC_REFERRER parameter last.

              The reason this works is because of the PRODREF= parameter. If the search script gets this (rather than SS=) then it shouldn't be asking for join modes etc.

              Comment


                #8
                Thanks for the reply Chris, still no joy with the referrer spelt correctly

                Can I pvt you the URL so that you can see the problem please?

                Thanks.
                Martin Smith
                <a href="http://www.cnx-solutions.com">Web Design Cornwall</a>

                Comment


                  #9
                  Yes - email communityadmin@actinic.co.uk

                  Comment


                    #10
                    Hmmm... I see what you mean. Very odd.

                    I think it may be something in your search settings (in 'View | Search Settings') but I'm not 100% sure.

                    What I would suggest is temporarily create a brochure fragment on the home page of your store (a brochure page) that links to a product. Then see what Actinic produces as the URL for the link in the uploaded store.

                    If the link that Actinic produces does not work, then you have got a bug in your scripts somewhere. If it does work then you should be able to use the format of that link as a guideline.

                    Comment


                      #11
                      Hi Jo,

                      I have used your suggested linking in the past...

                      http://www.domain.com/acatalog/pagen...#product_refno

                      yet now when I try to use it, I can't seem to get it to work.

                      This works:

                      http://www.dirtbikestore.co.uk/acata....html#aRomvelo

                      yet this doesn't:

                      http://www.dirtbikestore.co.uk/acata...2.html#500-100


                      Is it anything to do with the product reference being a number, or hypened or???!!

                      I'm very confused!!

                      Thanks in advance!
                      Mox
                      http://www.dirtbikestore.com

                      Comment


                        #12
                        First of all the second reference should be #a100-500 (note the missing 'a' from your link) but I think you'll find that the product reference you should be looking for anyway is listed as 'a100_2d500' in the source code.

                        I don't know why it's like this, but if the original product code is right and the effect is consistent then maybe you could just replace '-' with '_2d' in the links.

                        Mike
                        -----------------------------------------

                        First Tackle - Fly Fishing and Game Angling

                        -----------------------------------------

                        Comment


                          #13
                          Genius!!

                          That worked a treat!! Many, many thanks Mike

                          Mox
                          http://www.dirtbikestore.com

                          Comment

                          Working...
                          X