Jump to content

Hook : ShoppingCartValidateProductUpdate not working ?


Fr3DBr

Recommended Posts

I made a hooks.php file in my provisioning module directory :

 

function hook_xxx_ShoppingCartValidateProductUpdate($vars) {

ob_start();

print_r($vars);

ob_end_clean();

}

 

add_hook("ShoppingCartValidateProductUpdate",1,"hook_xxx_ShoppingCartValidateProductUpdate");

 

But when I add a product to the cart, I don't see anything, what can be wrong ?

Link to comment
Share on other sites

how did you know that?

 

Just make your own test.

 

Install WHMCS 5.3.3

 

Make a php file in includes/hooks

 

And test each of the hooks in the Order section.

 

You will see none works, then if you try for example 'TicketOpen' hook, it works fine.

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