Announcement

Collapse
No announcement yet.

some more imput on this thread please

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

    some more imput on this thread please

    Hi guys.... I need a few questions & suggestions answers.
    I've just about finished my site www.framefx.com I'm quite happy with how its going but I need help with a few things.

    1. seem to have a NETQUOTEVAR:SUBMITFUNCTION line on my home page & can't find out how to get rid of it.

    2. after I add a product to cart....the forward back to cataloge always take me to the cloud fx set of products......I want it to forward back to the same product page when I added to cart.

    3. I want to remove the toplevel section history. (the line at the top of my product sections)

    4. if you look at the way I have set up my DVD volumes...the top image/product (the whole set) is a fragment linked to another product....What I want to do is when the customer clicks the image it adds to cart, without going to another product page.

    5. how do I change to style sheet for the links?

    Apart from the above any comments on the navigation (improments) and general feel of the site.

    Kind regards

    Jonas

    #2
    I presume this is a Brochure generated home page. I see the following code there
    Code:
    <META NAME="Description" CONTENT="The Ultimate Stock Footage & Animation Video Clips, royalty free video library"><META NAME="ActinicKey" CONTENT="045525a1ffd54b46dac08a1bed2b8d0d0"><META NAME="Generator" CONTENT="accxecom7"> NETQUOTEVAR:SUBMITFUNCTION 
    <LINK REL=STYLESHEET HREF="file:///E|/NEW%20FRAME%20FX%20WEB%20SITE/ACTINIC%20FILES/actinic.css">
    <SCRIPT LANGUAGE="JavaScript" SRC="file:///E|/NEW%20FRAME%20FX%20WEB%20SITE/ACTINIC%20FILES/actiniccore.js" TYPE="text/javascript"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="file:///E|/NEW%20FRAME%20FX%20WEB%20SITE/ACTINIC%20FILES/actinicextras.js" TYPE="text/javascript"></SCRIPT>
    <Actinic:COOKIECHECK/>
    </HEAD>
    <BODY BACKGROUND="acatalog/background1.gif"............
    These are several errors there. The SUBMITFUNCTION and several references to support files on the E: drive of your own PC. Have a look at Act_BrochurePrimary.html and compare it with the original.

    This is also causing numerous JavaScript errors. Try looking at you site with Firefox ( www.mozilla.org ) with Tools / JavaScript Console set on.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      any thoughts on point 4

      Thanks Norman......thats got my js working again

      Any thoughts on how I can achieve point 4:

      4. if you look at the way I have set up my DVD volumes...the top image/product (the whole set) is a fragment linked to another product....What I want to do is when the customer clicks the image it adds to cart, without going to another product page.


      Thanks

      Jonas

      Comment


        #4
        Point 4.

        Either:

        Why not just have a Product (or a duplicate) perhaps with more info in a poup. This can still link to the main entry if required.

        Or:

        There are posts here and in the Knowledge Base re adding to cart separately from the Actinic generated way.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          thanks Norman

          Thanks Norman....I looked in the knowledge base as you suggested and adding the following link to the image worked

          http://your.url/cgi-bin/ca000001.pl?...=PRODUCT&Q_7=5

          I really appreciate your help on this one

          Jonas

          Comment

          Working...
          X