Jump to content

saji87

Retired Forum Member
  • Posts

    1
  • Joined

  • Last visited

About saji87

saji87's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I agree with your code and test it on clothes xxxtentacion store and it was really work fine and up to my expectations. <?php /** * Hide the billing cycle on the cart's product configuration page. * Place within whmcs-install/includes/hooks * * @author steven99 */ add_hook('ClientAreaFooterOutput', 1, function ($vars) { if (isset($vars['templatefile']) and $vars['templatefile']==='configureproduct') { $HTML = "<script> $( document ).ready(function() { $('#inputBillingcycle').parent().hide(); }); </script>"; return $HTML; } });
×
×
  • 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