Announcement

Collapse
No announcement yet.

Linking to products (as opposed to pages)

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

    Linking to products (as opposed to pages)

    Hi folks, I'll be quick (school hols and all that!)
    Is there a way of getting a link to a specific product on a page rather than just linking to the whoe page?
    Some of my pages have quite a few items on them and I'm sure there must be a way of "jumping" to a specific product (from a link on another page, IYSWIM) rather than linking to the page and expecting the customer to scroll?
    ANyone know? I'm sure it's a pretty basic thing really
    TIA
    Tracey
    Tracey

    #2
    Solution

    Link to the page and add the following to your link:
    Code:
    #aPRODREF
    So if your reference number was 773 and the page was called test54.html your link would look like this
    Code:
    test54.html#a773
    It is important that the small 'a' comes before the reference and the reference is case sensitive as far as I remember
    Cheers,

    Ollie
    The Classic Network

    Comment


      #3
      One thing

      Remember that the following happens to the reference numbers when actinic sends them to the site so you need to be aware of this when making your links;
      Code:
      / becomes %2f
      . becomes %2e
      _ becomes %5f
      : becomes %3a
      - becomes %2d
      Cheers,

      Ollie
      The Classic Network

      Comment


        #4
        You can also link to a product and bypass any customer login requirements using

        http://www.domain.com/cgi-bin/ss0000...xxxx&NOLOGIN=1

        where xxxx is the product reference number (assuming that is the path to your cgi-bin)


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          The forum shortens these URL's so here it is in full.
          Code:
          http://www.domain.com/cgi-bin/ss000001.pl?PRODREF=xxxx&NOLOGIN=1
          Also that escape table is slightly wrong. As Actinic uses underscore as a pseudo escape in anchors.

          Special characters in Anchors (just a sample here).

          ( becomes _28
          ) becomes _29
          + becomes _2b
          , becomes _2c
          - becomes _2d
          . becomes _2e
          / becomes _2f
          ; becomes _3b
          < becomes _3c
          > becomes _3e
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Yes, forgot about that!
            Cheers,

            Ollie
            The Classic Network

            Comment


              #7
              Wow!
              Thanks for that. I'll print all that info out and refer to it as I need it. It'll definitely be helpful!
              Cheers, I love these forums!!
              Tracey
              Tracey

              Comment


                #8
                Originally posted by NormanRouxel
                Special characters in Anchors (just a sample here).

                ( becomes _28
                ) becomes _29
                + becomes _2b
                , becomes _2c
                - becomes _2d
                . becomes _2e
                / becomes _2f
                ; becomes _3b
                < becomes _3c
                > becomes _3e
                Sorry to drag this thread up agian (its in my favourites!)
                Can somebody tell me, please, what character I need to use to convert a SPACE?
                Thanks
                Tracey

                Comment


                  #9
                  Tracey, it should be _20 in Actinic and show as %20 in the address bar of your browser.
                  Bill
                  www.egyptianwonders.co.uk
                  Text directoryWorldwide Actinic(TM) shops
                  BC Ness Solutions Support services, custom software
                  Registered Microsoft™ Partner (ISV)
                  VoIP UK: 0131 208 0605
                  Located: Alexandria, EGYPT

                  Comment


                    #10
                    Originally posted by NormanRouxel
                    Special characters in Anchors (just a sample here).

                    ( becomes _28
                    ) becomes _29
                    + becomes _2b
                    , becomes _2c
                    - becomes _2d
                    . becomes _2e
                    / becomes _2f
                    ; becomes _3b
                    < becomes _3c
                    > becomes _3e
                    Just in case anybody finds this thread again, not in the list is:

                    ! becomes _21

                    which might have saved a lot of bother today!!!
                    Paul
                    Flower-Stands.co.uk - the UK's largest online supplier of Fresh Flower Merchandising Stands

                    Using V10.2 with Norman's brilliantly simple TABBER.

                    Comment

                    Working...
                    X