Announcement

Collapse
No announcement yet.

link to specific fragment?

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

    link to specific fragment?

    Sure this has been answered before but searching the forum has not brought it up. Whats the method of creating a link say, on the homepage, to take you to a specific fragment on another page (not just the page the its in, the actual fragment halfway down it).
    Football Heaven

    For all kinds of football souvenirs and memorabilia.

    #2
    If you look at the published web page source code just before your fragment text you will see something like <a name="a124"></a> the a124 is the page anchor.

    To link directly to that fragment that is on page widgets.html use the following url in your code http://www.site.com/acatalog/widgets.html#a124


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Can the same method be used to link to a direct product, not just the page that product is on? Again, I've seen this on a thread recently but can't find it now.
      Trying to squeeze my moneys worth out of V7 - but not for much longer!

      Comment


        #4
        You should really use

        Code:
        http://your.URL/cgi-bin/ss00000x.pl?PRODREF=12345&NOLOGIN=1

        where 12345 is the product reference


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Thanks John - again!!
          Trying to squeeze my moneys worth out of V7 - but not for much longer!

          Comment


            #6
            If you're not using customer accounts then the search engine friendly way to link directly to products is the same as Jont gives for fragments. i.e.:

            http://www.site.com/acatalog/widgets.html#a124

            Where 124 is your product reference number.

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

            First Tackle - Fly Fishing and Game Angling

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

            Comment


              #7
              I'll give it a whirl........
              (sorry to hijack your thread George)
              Trying to squeeze my moneys worth out of V7 - but not for much longer!

              Comment


                #8
                Aye, just be careful Nick. lol


                Thanks for the replies folks.

                Mucho appreciatedo.
                Football Heaven

                For all kinds of football souvenirs and memorabilia.

                Comment


                  #9
                  Originally posted by olderscot
                  If you're not using customer accounts then the search engine friendly way to link directly to products is the same as Jont gives for fragments. i.e.:

                  http://www.site.com/acatalog/widgets.html#a124

                  Where 124 is your product reference number.

                  Mike
                  Almost worked a treat - the link seems to take you to the row of products underneath the one I want - if you've got a min, go to http://www.theperfectpad.co.uk/ and select the far right image (a cushion) underneath the floorplan image. The link takes you just a little bit too low on the page. Its as near as dammit though, so i'm not going to split hairs!
                  Nick
                  Trying to squeeze my moneys worth out of V7 - but not for much longer!

                  Comment


                    #10
                    Originally posted by jont
                    If you look at the published web page source code just before your fragment text you will see something like <a name="a124"></a> the a124 is the page anchor.

                    To link directly to that fragment that is on page widgets.html use the following url in your code http://www.site.com/acatalog/widgets.html#a124

                    Cannot see this reference on the `view source` page. Any ideas?

                    For an example I'd like a clickable text link on one of the sideboxes to the `delivery` fragment on this page...

                    http://www.footballheaven.net/acatal...Questions.html

                    This seems to have been requested a few times within the forum so it would be good to get an answer (I had no joy looking).
                    Football Heaven

                    For all kinds of football souvenirs and memorabilia.

                    Comment


                      #11
                      George,

                      To do this on the brochure page you would have to create a seperate brochurepage for Delivery Charges and put the fragment in there and then link to this page in the right hand box. The ref that Jonty was pointing you to would be for a fragment that is on a Catalog page where it has a reference number.

                      Kind regards,
                      Bruce King
                      SellerDeck

                      Comment


                        #12
                        Would this approach also work for linking into a specific part of the Terms and Conditions? I want to link from the homepage to the "Credit Card Security" part of the T&C's as generated by Actinic... or will I need to create a new brochure page?

                        Comment


                          #13
                          Replied at http://community.actinic.com/showthread.php?t=18708
                          Bruce King
                          SellerDeck

                          Comment


                            #14
                            With (all) brochure pages appearing on nav bars you maybe don't want too many of them. Maybe a method of directly linking to a (brochure) fragment is something for the wishlist.

                            Is there something you could include in the fragment (htmlwise) that would make it locatable?
                            Football Heaven

                            For all kinds of football souvenirs and memorabilia.

                            Comment

                            Working...
                            X