Announcement

Collapse
No announcement yet.

Applying a span to 'Your Price' in the Perl Scripts

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

    Applying a span to 'Your Price' in the Perl Scripts

    Hi there,

    does anyone know which perl file contains the code to add a span class to the 'Your Price' feature which a person is logged in.

    Any suggestions would be appreicated. Thanks in advance to anyone you helps.
    Regards.

    Lee Jackson
    Creative Director

    Centurius Design & Marketing
    Centurius Website
    Portfolio of Work

    #2
    Lee,

    You will have to do this in ActinicPXML.pm

    Edit with Notepad, search for 293.

    You'll see the code which formats the price message. The last line of the block is...

    $$sInsideText .= $Response[2];

    Change this line to...

    $$sInsideText .= "<font color='red'>" . $Response[2] . "</font>";

    Save and exit the file. Update your site.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Bruce,

      What can I say apart from "top man". The code you supplied workied a treat. Thank you very much.

      Regards.
      Regards.

      Lee Jackson
      Creative Director

      Centurius Design & Marketing
      Centurius Website
      Portfolio of Work

      Comment

      Working...
      X