Announcement

Collapse
No announcement yet.

sometimes missing, sometimes not

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

    sometimes missing, sometimes not

    hi

    im puzzled by why my product list down the left side of page sometimes are there and sometimes arent. under "store section"
    http://www.shogunpaintballshop.co.uk/

    also "cart details" on the right is empty, it should say item=0 etc no?
    also 1 more thing :P i have what looks like an empty box next to my Search box

    If anyone can help i'll be a happy fella

    Cheers
    Ste
    Shogun Paintball

    #2
    The apparently empty box that you see is maybe the go button for the simple search. I could not see it, or much else. I'm afraid the black background with barely orange boxes did not do much for me.
    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


      #3
      This URL

      http://www.shogunpaintballshop.co.uk/acatalog/Basic_Products.html

      shows the section tree but this URL

      http://www.shogunpaintballshop.co.uk/Basic_Products.html

      does not.

      Basically, the pages cannot find the file called 'Act_section_tree.js' which is in your 'acatalog' factory.

      To fix it, in your overall layout template (usually Act_Primary.html) replace
      Code:
      <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->
      with
      Code:
      <SCRIPT LANGUAGE="JavaScript" SRC="http://www.shogunpaintballshop.co.uk/acatalog/Act_section_tree.js" TYPE="text/javascript"><!-- 
      // -->
      </SCRIPT>

      Comment


        #4
        The box next to the search box is a broken image "shim.gif"

        You have 4 instances of "shim.gif" and 1 instance of "PoweredByActinic.gif" showing as broken on the homepage. Try copying those images into the root of the server folder


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          thanks guys, the shim.gif was spot on. cheers for that

          however im still having problems with the menus showing on the left. ive tried to replace the <!--@act NETQUOTEVAR:SECTIONTREE_RAW --> in the 'Act_section_tree.js' as cdicken suggests but that piece of code just isnt there to start with.

          should i just paste in:

          <SCRIPT LANGUAGE="JavaScript" SRC="http://www.shogunpaintballshop.co.uk/acatalog/Act_section_tree.js" TYPE="text/javascript"><!--
          // -->
          </SCRIPT>

          somewhere in the code? will that work?

          cheers
          ste

          Comment


            #6
            If I follow the link you provided - nothing works properly and I see about 30 javascript errors in Firefox - mostly functions not defined.

            If I stick acatalog/ on the end of the URI in post #0, then everything works perfectly. Looks like you just need to set a redirect to the acatalog folder.
            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

            Working...
            X