CMS Donate Engine v4.3.0 CMS DonateEngine v4.3.0

Options for displaying descriptions in product categories have been added to the set sales module. To increase the performance and correct operation of the engine, you must enable the Opcache PHP module.


To update, first run a MySQL query with the addition of two columns of description and keywords in the set sales module:
ALTER TABLE `ms_store_groups` ADD `description` VARCHAR(255) NOT NULL DEFAULT '' AFTER `home`, ADD `keyword` VARCHAR(255) NOT NULL DEFAULT '' AFTER `description`;

To update, replace the files with new ones.


The file with the changes:
  • shop/admin/*.*
  • shop/install/*.*
  • shop/app/constants.php
  • shop/app/language/en/groups.php
  • shop/app/language/en/store.php
  • shop/app/language/ru/groups.php
  • shop/app/language/ru/store.php
  • shop/app/msmod/groups.php
  • shop/app/msmod/store.php
  • shop/payments/unitpay.php

Without updating the template, with updating the MySQL structure.