Hello
I tested Ballance but the update of the field "ballanced = 1" doesn't work. I checked the function order->store and this function doesn't work at all in ballance.php
$user->ballance += $order->ballance; (OK)
$user->store(); (OK)
$order->ballanced = 1; (NOK)
$order->store(); (NOK)
After check_out the order_status is correct. (change to paid)
Is there a problem with other addons I use?
+----+--------------------------------+----------------------------------------------------------------+
| id | alias | name |
+----+--------------------------------+----------------------------------------------------------------+
| 1 | addon_sna | JoomShopping sna |
| 2 | addon_min_max_quantity_product | Addon minimum maximum quantity product |
| 4 | addon_tcpdf | JoomShopping Addon TCPDF |
| 5 | addon_qr_bill | Addon QR Bill |
| 6 | payment_user_group | Payment for Usergroup |
| 7 | addon_send_copy_email | Addon send copy e-mail users |
| 8 | addon_list_product | Addon List Product |
| 9 | extrascoupon | Addon Coupon Extra Fields |
| 10 | addon_choice_amount_product | Addon choice amount product |
| 11 | check_db | Addon check the availability of the database tables and fields |
| 12 | fix_dublicate_order | Fix dublicate order |
| 13 | regular_products | Regular products |
| 14 | addon_ballance | Ballance |
+----+--------------------------------+----------------------------------------------------------------+
Joomla: 5.2.5
JoomShopping: 5.6.0
PHP: 8.3.16
MySQL: 11.6.2-MariaDB-ubu2404
Website Url: www.mshosting.ch
JoomShopping: 5.6.0
PHP: 8.3.16
MySQL: 11.6.2-MariaDB-ubu2404
Website Url: www.mshosting.ch



