Hide Cancel Order Button with Status ,,shipped"

03.10.2022 22:18
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Hide Cancel Order Button with Status ,,shipped"

Customer should be able to cancel order by himself in account. But only until the status of the order is shipped. Can you please provide an addon for this?


Last change: 03.10.2022 22:19
 
04.10.2022 08:06
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: Hide Cancel Order Button with Status ,,shipped"

Configuration / Checkout
Customer may cancel an order


components\com_jshopping\config\default_config.php
$config->payment_status_disable_cancel_client = array(7);

 
04.10.2022 09:16
#3
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Hide Cancel Order Button with Status ,,shipped"

Thank you very much!

 
04.10.2022 09:29
#4
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Hide Cancel Order Button with Status ,,shipped"

I see, if customer cancel order by himself, there is no status-Email "canceled" to Admin only to customer.

How can I add a E-Mail to admin too?

 
04.10.2022 10:31
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: Hide Cancel Order Button with Status ,,shipped"

For me works.

client & admin gets email


-------------------------------------
config:
default_config.php
$config->send_admin_mail_order_status = 1;


Last change: 04.10.2022 10:33
 
04.10.2022 11:21
#6
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Hide Cancel Order Button with Status ,,shipped"

Dont found this comand in default_config.php

only this:

$config->send_admin_mail_order_status_appadmin = 0;

After add your row, e-mail to admin works. Thank you!


Last change: 04.10.2022 11:31
 


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.