Jump to content

arturgornik

Member
  • Posts

    6
  • Joined

  • Last visited

About arturgornik

arturgornik's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi, I've tried something like that: <?php add_hook('ClientAreaPageCart', 1, function($vars) { // Perform hook code here... echo "Hello WORLD!"; foreach ($customfields as $key => $value) { echo "{$key} => {$value} "; }; }); to see what's inside $customfields but nothing is shown. Could you be more detailed how to do that please? Thanks Artur
  2. Hi, I'm lookin for solution how to prefill product custom field. Best option will be the hook but I can't find proper one. Hook because I need to calculate prefilled value (ex. small PHP code), it is not the same value every time. Could you help, please? Artur
  3. Hi, I want to add several lines of tent on order form with description regarding all of products inside the group. Could you help how to do that? Thanks Artur
  4. Hi, Could you help to find the hook to be executed for hosting product: 1. after hosting account is created 2. after app is installed using Plesk Extended (from ModulesGarden) as the last step for product initialising. Thanks Artur
  5. brian! Thank you so much. I think I understand how to hide "whmcs native" dashboard and knowledge base searching bar. But on my installation I have some more as on screen below: Bellow of 2 of whmcs native there is one more. How to proceed with that? Do you think third party module could inject some code to clientareahome.tpl? Should I look for next section? Kindest regards Artur
  6. Hi, I looking how to: 1. How to hide client area dashboard (bar with number of services, invoices, tickets etc) 2. the same about knowledge base seraching bar 3. other modules bars placed on client area main page (client logged in) for ex. newTLD bar As a bar I mean all of horizontal elements over the panels and having width of all panels (i'm not sure how is named in whmcs). Any hook? How to check their names? Please help! Kindest regards Artur
×
×
  • 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