Announcement

Collapse
No announcement yet.

CSS in basket/checkout

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

    CSS in basket/checkout

    For some reason I can't work out, the stylesheet for the basket and checkout is not being located. Can anybody help please?
    http://www.sasproducts.com
    --------------------------------------------------------------------------------

    Crofter Internet Ltd - www.Crofter.com

    --------------------------------------------------------------------------------

    #2
    Check to see what template you are using for checkout pages.

    Comment


      #3
      Thanks for your prompt reply Jo. The template works perfectly in Dreamweaver but it would appear when the page is called through the cgi-bin it does not call the stylesheet.
      --------------------------------------------------------------------------------

      Crofter Internet Ltd - www.Crofter.com

      --------------------------------------------------------------------------------

      Comment


        #4
        DW is somewhat irrelevant as it will be picking up from your PC.

        The problem is on the live site, Actinic uploads from within itself so will be using the template you have assigned - thus taking DW out of the equation

        Comment


          #5
          The template used is SAS_Act_PrimaryCheckout.html which has been slightly modified from the original to include the navigation/layout in exactly the same way as BrochurePrimary and Primary templates. It has exactly the same links to the actinic.css and actinic_print.css stylesheets.
          --------------------------------------------------------------------------------

          Crofter Internet Ltd - www.Crofter.com

          --------------------------------------------------------------------------------

          Comment


            #6
            The baseref is wrong in the template. If you look on the page code for the basket you will see: <BASE HREF=""> for the basref.

            Make sure this is in your SAS_Act_PrimaryCheckout template:
            <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>

            Comment


              #7
              Thats done the trick - thank you Jo and Duncan
              --------------------------------------------------------------------------------

              Crofter Internet Ltd - www.Crofter.com

              --------------------------------------------------------------------------------

              Comment

              Working...
              X