Jump to content

WaSMS.Net

New Member
  • Posts

    2
  • Joined

  • Last visited

About WaSMS.Net

Recent Profile Visitors

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

WaSMS.Net's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hey brian!, i want product id on hook AfterShoppingCartCheckout this is how i'm doing this function hook_handleconnectorders_AfterShoppingCartCheckout($vars) { $productId = $vars['pid'] ?? null; echo $productId; die; } // Register hooks with WHMCS add_hook('AfterShoppingCartCheckout', 1, 'hook_handleconnectorders_AfterShoppingCartCheckout'); is this the right way? i have created the provisioning module and when user order any product save the product in database something like this
  2. Hey Guys, I've built a provisioning module and i want to know that is there a way to get the duration of any customer when he is ordering any product because in my provisioning module when user order any product i have create a subscription and in my subscription api i need user order duration before shopping cart checkout is there any way? Thank You
×
×
  • 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