Announcement

Collapse
No announcement yet.

'Class of Service' drop down amendment

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

    'Class of Service' drop down amendment

    Hi there,

    Could someone please tell me where within the 'ShippingTemplate.pl' I can add a class to control the font size of the dropdown box please.

    I thank anyone in advance for their help.
    Regards.

    Lee Jackson
    Creative Director

    Centurius Design & Marketing
    Centurius Website
    Portfolio of Work

    #2
    Hi Lee,

    Open the 'ShippingTemplate.pl' and on line 432 you should have the following

    Code:
    $sSelectHTML = "<SELECT ID='lstClass' NAME='ShippingClass'>\n";
    Simply add the class to here, so an example would be
    Code:
    $sSelectHTML = "<SELECT ID='lstClass' NAME='ShippingClass' class='testclass'>\n";
    This can be found in the "RestoreFinalUI" subroutine.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X