Hi,
thanks for the response. Can we add category id to [wpdm_tag]? and if so, does it include child categories?
Please see this forum post from last year. https://www.wpdownloadmanager.com/support/topic/wpdm_category-use-and-operator-for-tags/#post-139894
The solution 12 months ago was:
[wpdm_category id="erp-scale-pse" tags="web+dropbox" cols="1" order_by="create_date" toolbar=1 desc=1 item_per_page=10 template="link-template-calltoaction3.php"]
Thanks
Ian
Hi Nayeem,
the ideal process would be as follows:
1. Customer selects a product and creates an order for 5 licences
2. Customer completes the checkout with payment via Stripe
3. WPDM receives success notification from Stripe
4. WPDM makes a web call to the API of our licence server and requests 5 licences
5. Our licence server returns 5 licence numbers to WPDM.
6. WPDM updates the customer order with the licence numbers and emails the customer the order confirmation with the licence numbers.
Regards
Ian
Thanks Nayeem,
we have our own licencing server that manages and issues our licence numbers to our customers. During the checkout process we need WPDM to query our licencing server and our server will return a list of licence numbers (not sequential). These licence numbers should then be added to the WPDM order and communicated to the customer.
How would we do this?
Thanks
Ian
Thanks,
I think we will need WPDM webhooks as well. Is there a webhook to request licence numbers?
Is there a package that includes Stripe payment gateway and webhooks?
Regards
Ian
Great! Thanks a lot for your help.