Jump to content

domain renewal is not honoring the recurring price setting - part 2


Recommended Posts

15 minutes ago, plusplushosting said:

Unfortunately something is not working as it not passing the registrar variable in the array. I did add {debug} in the template and there isn't any variable in the array for the registrar name (registrarmodule).

aah it's falling down the black hole that is your Renewals Page... there's something very weird about that page on your site as it previously refused to obey my hooks! vf.gif

I doubt  any hook will work on that page on your site, but this is what I see on my dev...

vCjm6Po.png

i've probably asked this before, but which version of WHMCS are you using ?

just for my peace of mind, can you try the hook below...

<?php

function brian_test_hook($vars)
{	
	return array ("brian" => "hello world!");
}
add_hook("ClientAreaPage", 1, "brian_test_hook");

all it does is create a $brian variable available on every page (but check it on the renewals page), which you should be able to see when you add a {debug}...

DtRrHxv.png

if you can see the output in the debug window, then I at least know that the hook is running.... if you can't, then something weird is going on.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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