Announcement

Collapse
No announcement yet.

Checkout templates

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

    Checkout templates

    Can't find the relevant template (assuming its the template I have to change)

    On www.ParagonMartialArts.co.uk when you click to 'add-to-cart' and the 'order-detail' page is displayed. Then click 'checkout-now' the page that is displayed has 'Shopping Cart (prices in British Pounds)' in very large letters.
    How do I reduce the size of this?? Which template is it??

    Thanks
    Regards Steve

    www.UltimateFightwear.co.uk
    www.thedancersshop.co.uk
    www.ice-dancer.co.uk


    There must be a get rich quick scheme that works!

    #2
    Hi

    It seems that the font size has been modified in Act_ShoppingCartXML.html.

    In Actinic, click on Advanced | Template Manager. If you are not seeing buttons, click on Change View. Select the Ordering tab. Click on the button labelled 'Cart Table'. This will open Act_ShoppingCartXML.html.

    In this file, find : NETQUOTEVAR:CARTCAPTION. You can alter the font size in the <span> tags specified around this variable.

    Hope this helps.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      Sorry, but that didn't work. It uses a class called Actxsmall but the text is far from small and it seems okay on every page except that following the confirm button (after adding to cart).
      Is this on a style sheet somewhere perhaps??
      Regards Steve

      www.UltimateFightwear.co.uk
      www.thedancersshop.co.uk
      www.ice-dancer.co.uk


      There must be a get rich quick scheme that works!

      Comment


        #4
        Hi Steve

        I checked the generated code of the page in question, it had a font tag :
        <FONT SIZE="+2">, just before the <span> tag. Can you check the original template and see if this can be rectified?

        Cheers
        Krithika Chandrasekar
        SellerDeck

        sigpic

        E-commerce software by SellerDeck

        Comment


          #5
          Curious, because there is no such font tag in the Act_shoppingcartXML template.
          Any other ideas?? Is there another template it could be on??
          Regards Steve

          www.UltimateFightwear.co.uk
          www.thedancersshop.co.uk
          www.ice-dancer.co.uk


          There must be a get rich quick scheme that works!

          Comment


            #6
            Hi

            It is indeed odd. To work around this however, you can simply comment out NETQUOTEVAR:CARTCAPTION in Act_ShoppingCartXML.html and insert your own HTML code to specify the font and message above the cart table.

            Cheers
            Krithika Chandrasekar
            SellerDeck

            sigpic

            E-commerce software by SellerDeck

            Comment


              #7
              I've replaced the <SPAN> tags with <FONT size=..> and thats looking much better.

              Thanks for your help
              Regards Steve

              www.UltimateFightwear.co.uk
              www.thedancersshop.co.uk
              www.ice-dancer.co.uk


              There must be a get rich quick scheme that works!

              Comment

              Working...
              X