1.0.8.6 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.0.8.6 Questions / Comments / Concerns

Post by ecartz »


Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
GdNico
Member
Posts: 18
Joined: Tue Jul 20, 2021 8:43 pm
Phoenix Version: v1.1.0.1
Has thanked: 2 times
Been thanked: 4 times

Re: 1.0.8.6 Questions / Comments / Concerns

Post by GdNico »

Hello,

If I have seen correctly, the modification of the structure of order.php in the admin dates from this version, so I ask my question here:

would it be possible to add a hook in /admin/includes/actions/orders/views/edit.php
at line 39 in the <ul> list :
<?= $admin_hooks->cat('orderTabTitle') ?>
because the hook to add the corresponding div exists in line 198 :
<?= $admin_hooks->cat('orderTab') ?>

so to not modify the Core when we want to add a tab, it would be nice to also have the hook for the title...

thanks a lot for your work


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply