Add new files for ShopCoupon, ShopOrder, and ShopProducer functionality

- Created new PHP classes for handling shop coupons and orders in the autoload front controls and factories.
- Added a new view class for ShopOrder.
- Introduced a new ShopProducerController and Producer class for managing producers.
- Included version 0.291 zip file with the necessary updates and new files.
This commit is contained in:
2026-02-17 23:01:02 +01:00
parent 3fd59ffa0d
commit c96b620950
5 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1,5 @@
F: ../autoload/front/controls/class.ShopCoupon.php
F: ../autoload/front/factory/class.ShopCoupon.php
F: ../autoload/front/controls/class.ShopOrder.php
F: ../autoload/front/factory/class.ShopOrder.php
F: ../autoload/front/view/class.ShopOrder.php

Binary file not shown.

View File

@@ -0,0 +1,2 @@
F: ../autoload/front/controls/class.ShopProducer.php
F: ../autoload/shop/class.Producer.php