Jump to content

Denisman

Retired Forum Member
  • Posts

    3
  • Joined

  • Last visited

About Denisman

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Denisman's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi, I have a question about domain price tabel, and about total amount in cart. I need to edit and redesigne the table with domain price, but I can not find where is located code. I use Impressive whmcs control template. I also need to edit the shopping cart. Under the total payment amount, I need to add a new line with txt. I can't find where to put my code. Here are attached pictures of the table I want to edit: https://ibb.co/QX8RfpJ Can you help me. Thank you!
  2. Hello, I am trying to remove "QUOTE" menu item, and I have a problem. Whmcs version is 8.0.1 In hook example.php I add this: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaSecondarySidebar', 1, function(MenuItem $secondarySidebar) { if (!is_null($secondarySidebar->getChild('Billing'))) { $secondarySidebar->getChild('Billing') ->removeChild('Quotes'); } }); When I go to client area "QUOTE" menu item is still there. Can somebody help me?
  3. Hello, I have a question about adding "Support" menu item from main menu to sidebar menu. That can only be visible to login custumer. I read documentation and when I login in my public_html I can not find this section: "\View\Menu\Item as MenuItem;" Where is located this "View" folder in root of whmcs. How to duplicate and add "Support" menu item from main nav to sidebar menu?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated