Announcement

Collapse
No announcement yet.

Stylesheet for Class of service

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

    Stylesheet for Class of service

    Hi,

    Does anyone know how to add a stylesheet to the "Class of Service" textfield on the Act_Order01.html, I have tryed looking for it everywhere and im not having much luck, would really appreciate some help on this one.

    thank you in advance.

    angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    Hi Angi

    If I'm right in thinking you want to change the stylesheet for the text "Class of Service", you can add a span tag to the prompt in Design Text | Phase: -1, ID: 1 (Shipping DB).

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      Im really sorry, I meant the dropdown choice option for the Class of Service. you know the one that has the values "Second Class Post (£0.66)" and "First Class Post (£0.84)".

      Thanks
      christopherpiperwines.co.uk
      skatewarehouse.co.uk
      progrow.co.uk
      cheeksandcherries.co.uk

      Comment


        #4
        You've got to go into the Perl for this one.

        Open up 'ShippingTemplate.pl' within the 'ShipControl' directory. You need to open it using 'Notepad'.

        Do a search for '<select' and you will see the select HTML tag you need to add the class value into.

        Make sure you precede each quote mark with a '\' i.e.

        span class=\"actxxsmall\"

        Comment

        Working...
        X