Announcement

Collapse
No announcement yet.

Linking from other URLs

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

    Linking from other URLs

    I have a navigation problem.

    The catalog is for members and non-members. Non-members can browse the catalog before they register an account, and account members, when logged in, can buy from the catalog with a certain price level. The navigation works fine within the catalog. However, I have a simple Flash navigator on the left column where when someone clicks on them, it immediately directs them to a page within the catalog such as:

    https://www.ink4trade.co.uk/acatalog...artridges.html

    This works fine until a customer logs in. Then the navigation works with Perl scripts to let the browser know a customer is logged in etc.
    Referring to Page 49 of the Actinic Advanced User Guide - it gives the following link which must be edited to work with Perl.

    http://your.URL/cgi-bin/ss000001.pl?...r.URL/acatalog

    After calling technical support they told me to modify the Perl script to the one I was using and was also told to modify the PRODREF to sectionid as it was going to a section not a product. If I have not already lost me, the link I finally created from the above was:

    http://www.ink4trade.co.uk/cgi-bin/b...co.uk/acatalog

    I modified the Flash navigation with the link I created above. Now, this link works only when the customer is logged in. However, if the customer is not logged in and clicks on the flash navigation - it comes up with a Cookie error as there is no Cookie on thier machine.

    So I understand there are two ways of getting the link to work for Member and Non-Member browsers - but need some advice on getting there. Do I either:

    Modify the link created as it is not correct

    or

    Create two flash navigators, one for Non-members and one for members. The non-members will have simple navigation and the members flash navigator will have the Perl navigation. If this is the better idea - I will also need to know how to display the correct Flash navigator according to if someone has logged in or not.

    Thanks in advance for your time into this matter

    Paul Carruthers
    paul.carruthers@inkjetdirect.net

    Inkjet Direct (Europe) Limited
    Paul Carruthers
    Inkjet Direct (Europe) Limited
    www.ink4trade.co.uk
    paul.carruthers@inkjetdirect.net
    Actinic V6 Developer

    #2
    Hi Paul,

    Instead of the URL that you were using which contains several errors,

    http://www.ink4trade.co.uk/cgi-bin/b...co.uk/acatalog

    try the following URL

    http://www.ink4trade.co.uk/cgi-bin/s...log/index.html

    Please note that the sectionid should be all uppercase, and the referrer should point to a file usually the catalog Home page which would by default be 'index.html' in the acatalog folder.

    I hope this helps.
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X