Announcement

Collapse
No announcement yet.

Cart page screws up everything :(

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

    Cart page screws up everything :(

    Hi

    Did a search and couldnt find anything on this..

    So..

    Everythings fine other than when you add to cart and get redirected to the .pl in the cgi-bin the page doesnt display any images and doesnt link the css hence the wording is all ie standard.

    Now my question is I want to edit the cart page so that everything is viewable. How do I do this?

    Its only happening on the cart, no where else.

    Dan

    #2
    Safest solution for the cart area which is very delicate is to reset these back to factory default (library > right click > revert to factory)


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Most likely the BASE HREF bit were removed from the page layout or just screwed up. The best bet if you follow jont's suggestion and try the customisation again but taking extra care on the tags needed for Actinic to operate.
      Zoltan
      Actinic Software
      www.actinic.co.uk

      Comment


        #4
        Hi did that but still doing the same, its not showing any images or css on viewing the source I can see there is no link to the css file in the code. Also the cart is extremely wide I want to limit it to 920 max..

        Comment


          #5
          On looking again I can see that the links are there but it is looking for them in the same folder e.g

          style="mystylesheet.css" and the same for the images now obviously these wont work because the images arent in the cgi-bin.

          So I am going to have to URL link the images now arent I.

          E.g style="http://www.djfkd.co.uk/mystylesheet.css"

          Comment


            #6
            Im thinking that doing it this way is going to mess everything up. Shouldnt it auto fix the links. e.g header on a standard page <img scr="header.jpg"> shouldnt it auto change that to <img scr="../acatalog/header.jpg"> on the cart
            ?????

            Comment


              #7
              You should only need the one link in the outer layout and all paths remain relative and correct.


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #8
                Right I found the files in question these are the order01.html 02 03 04 etc etc.. Now can I simply open these up in dreamweaver add the ../acatalog and upload or will actinic over right me when i do a future upload?

                Comment


                  #9
                  Couple of issues here....

                  1. order01, order02 etc are v7 templates and should not be in use if using v8
                  2. the path to actinic.css remains as actinic.css .. it does not require a path
                  3. order01 etc are nested inside the outer layout (act_Primary of old) so there is no <head> area to place the link to the CSS into

                  There is something else fundamentally wrong here and you need to find the root cause.


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment


                    #10
                    Hey again.. I seem to have sorted it.. Any whooo what is the <actinic:variable name="ACTSTDWIDTH" /> about? Its popping up alot in the cart area and I would like to know how I can limit the width for this to 699 pixels ive done this already on the first cart page in A V8 but in the 2nd 3rd 4th etc I cant... it has the above. Also the cart is still not displaying css or images.

                    Comment


                      #11
                      settings | site options, there are 3 widths you specify. 1 on general tab, 2 on layout tab.

                      Comment


                        #12
                        ACTSTDWIDTH is the inner width of the area for the products, section lists etc.. it is controlled under Site > Site Options > Site > Width for main area


                        Bikster
                        SellerDeck Designs and Responsive Themes

                        Comment


                          #13
                          Awesome thanks guys that sorted that bit. Now no point starting a new post so I will ask here as its relivant. How do I html link to the shopping cart?

                          It will be an external link part of the theme used in the menu section. At the minute the only way I can view the cart is adding another product.

                          Thanks, D

                          Comment


                            #14
                            You can insert an existing layout ... click on the insert layout button in Design tab mode and do a partial search on navigation with a fixed layout and you will see the various options beneath... always best to use the inbuilt stuff as if anything changes these are taken care of automatically.


                            Bikster
                            SellerDeck Designs and Responsive Themes

                            Comment


                              #15
                              Done and done sorted all the design of the page in the cart is sorted.

                              But the buttons dont work. retreive order save etc..

                              So need to sort that.

                              Comment

                              Working...
                              X