How to display licenses in my account/orders endpoint
-
We had talked again in an older topic about this and you had provided me this code
Right now the code no longer works. To update in what is needed let me explain.
I want to be able to display the licenses when user goes to his orders page in woocommerce. For each order the corresponding license keys to display for each product that has a delivered license.
I use custom template so it is better if there was a way to use a shortcode or something to display the license keys inside my template.
Here is my custom wocommerce orders.php template. See it on github
Inside here i’m trying to display the license key <span class=”dlm-myaccount-license-keys”></span>
In orders.php template for each is used so this element prints for each product on each order seperately.I basically try to display a license key or keys under each product in /my-account/orders/
- You must be logged in to reply to this topic.