CMS Donate Engine v4.0.1 CMS DonateEngine v4.0.1

Updated library to work with inventory. In the resource market and in the shopping cart module, items are moved to inventory without reloading the page. Added full support for saving of properties of objects in the sale and purchase market resources.


To update, run a MySQL database query and replace the files with new ones.


ALTER TABLE `ms_goods` ADD `enchants` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `sc_item`;
ALTER TABLE `ms_user_shop` ADD `enchants` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' AFTER `rcon`;
The file with the changes:
  • shop/install/*.*
  • shop/admin/*.*
  • shop/app/constants.php
  • shop/app/gmp.php
  • shop/app/language/en/store.php
  • shop/app/language/ru/sales.php
  • shop/app/language/ru/store.php
  • shop/app/msmod/inv.php
  • shop/app/msmod/lottery.php
  • shop/app/msmod/myitems.php
  • shop/app/msmod/profile.php
  • shop/app/msmod/sales.php
  • shop/app/msmod/shop.php
  • shop/app/msmod/shopitems.php
  • shop/app/msmod/store.php
  • shop/app/msmod/votes.php
  • shop/style/gente/index.tpl
  • shop/style/gente/js/shop.js
  • shop/style/images/minecraft/items.json
  • shop/index.php

Update template, updating the structure of MySQL.