I made a script to make quotations and I want to put it in the Navigation Menu, along with Dashboard, Catalog, etc...
I search the database and couldn't find no table to put it on.
What should I do to put the script in the menu?
Thanks in advance.
I search the database and couldn't find no table to put it on.
What should I do to put the script in the menu?
Thanks in advance.
To display on the front end I would suggest installing a menu extension. You can purchase one from the OC Marketplace or use this one from Ernie's Github page:AndreBarini wrote: ↑Fri Oct 13, 2023 12:52 amI made a script to make quotations and I want to put it in the Navigation Menu, along with Dashboard, Catalog, etc...
I search the database and couldn't find no table to put it on.
What should I do to put the script in the menu?
Thanks in advance.
https://github.com/IP-CAM/Super-Mega-Me ... -v.1.5.6.x
To display on the admin menu you could write a quick vqmod.
Opencart 1.5.6.5/OC Bootstrap Pro/VQMOD lover, user and geek.
Affordable Service £££ - Opencart Installs, Fixing, Development and Upgrades
Plus Ecommerce, Marketing, Mailing List Management and More
FREE Guidance and Advice at https://www.ecommerce-help.co.uk
I just add this lines in the admin/view/template/common/column_left.twig, in line 49:
<a href="{{ '../script-name.php' }}" target="_blank">
<i class="fa-solid fa-shopping-cart"></i> Cotação
</a>
And worked very well.
<a href="{{ '../script-name.php' }}" target="_blank">
<i class="fa-solid fa-shopping-cart"></i> Cotação
</a>
And worked very well.
It sounds like the OP wants to display on the backend.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Great but you should consider using OCMOD to apply this.AndreBarini wrote: ↑Thu Oct 19, 2023 10:34 pmI just add this lines in the admin/view/template/common/column_left.twig, in line 49:
<a href="{{ '../script-name.php' }}" target="_blank">
<i class="fa-solid fa-shopping-cart"></i> Cotação
</a>
And worked very well.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Adding a custom item to the navigation menu in OpenCart typically requires modifying the website code. There are many online resources and tutorials created by the OpenCart community that can guide you through the process of adding custom menu items. You can find these resources by searching online for "OpenCart add custom menu item".AndreBarini wrote: ↑Fri Oct 13, 2023 12:52 amI made a script to make quotations and I want to put it in the Navigation Menu, along with Dashboard, Catalog, etc...
I search the database and couldn't find no table to put it on. LaSRS Login
What should I do to put the script in the menu?
Thanks in advance.
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 81 guests