Order Status

03.12.2018 08:55
#1
manaree
Joomshopping forum user no avatar
Name: Muneer
05.10.2018
Posts: 8
Quote
Order Status

I created a new two order statuses, as attached:
First one named "Rented" with code "C"
Second one named "Returned Rented" with code "X".

What I am trying to accomplish is that I want to created orders from the back-end and to change the status to rented when I rent our a product which will deduct the quantity, then I changed the order status to Returned rented which will increase the quantity back.

Issue is that when I select rented the system deduct the quantity but it did not increase it back when I select Returned Rented which I gave code X like cancelled, I thought if I assign the same code like cancelled the system will handle it.

Kindly assist what should I do to overcome the issue.
Order Status


Joomla: 3.9.1
JoomShopping: 4.18.2
 
03.12.2018 11:51
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25850
Quote
Aw: Order Status

change file
lib/default_config.php

$config->payment_status_enable_download_sale_file = array(5, 6, 7);
$config->payment_status_return_product_in_stock = array(3, 4);

 
03.12.2018 16:23
#3
manaree
Joomshopping forum user no avatar
Name: Muneer
05.10.2018
Posts: 8
Quote
Aw: Order Status

Thank you for your prompt reply, I have to change this after each upgrade, correct?

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.