A security issue affecting Blesta versions 4.0.0 through 5.11.3 has been identified! A Security Advisory has been published. Please Update your Blesta installation to Version 5.11.4 ! A full-Upgrade and Patches are available in the Downloads Section! For more details See this Article or the Info-Mail that has been sent out to all Blesta.Store Clients.
To display the prices backwards on the order forms, you need to edit the main model file.
Open this file:
/app/models/packages.php
Find:
order(array('period' => "ASC", 'term' => "ASC"))->fetchAll();
Replace with:
order(array('period' => "DESC", 'term' => "DESC"))->fetchAll();