Jump to content

Search the Community

Showing results for tags 'amount_due'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 1 result

  1. as the picture shows,i want to echo total amount_due in client_main.pdt file,but not modify system files.Because it is not conducive to update. I used a very primitive way: <?php if(isset($message)){ $pa = '%<p>(.*?)</p>%sim'; preg_match($pa, trim($message), $arr); preg_match('/.\d{1,}.\d{1,2}/', $arr[1], $arr); $total_due=$arr[0]; }else{ $total_due='0.00'; } ?>
×
×
  • Create New...