Is there a guide on how to add custom links to the navbar in the admin area?
In this portion here, I tried to modify the header_navigation.php file but my change doesn't seem to come through?
Is there a guide on how to add custom links to the navbar in the admin area?
In this portion here, I tried to modify the header_navigation.php file but my change doesn't seem to come through?
Use
$zco_notifier->notify('NOTIFY_ADMIN_HEADER_UPPERMENU', $upperMenuArray, $upperMenuOverrideArray);
If you are not familiar with notifer-observers, get familiar. You won't look back.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Here is an example of use:
https://gist.github.com/torvista/1e6...d438a5ae3d0e49
which I use to make the "Storefront" link go to the product or category that is currently being viewed in the admin.
Caveat Emptor
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Bear in mind that this is a new unreleased notifier, so you'll have to pull in admin/includes/header.php from Github.
A nice improvement coming to a Zen Cart release soon!
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
>this is a new unreleased notifier
Oops sorry, I forget I'm on the bleeding edge.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Thank you for helping us test the bleeding edge! This makes it more likely that when we do release, it will be of better quality.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.