- This topic has 5 replies, 2 voices, and was last updated 10 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Serial Number/License Key Customization – Location of code
I have serial codes in the Serial Number/License Key Settings area of the recurring product that I have setup. I can’t seem to find where this is storing the Serial Number for the user that buys the subscription. Where is this serial number being stored for the user once it’s been assigned one?
Update: I found the location. It’s in the wp_eStore_customer_tbl table but here is my question now. It’s putting the name of the product before the serial number. So, how can I just have the serial number in that field and not the product name – serial number?
It’s showing:
Product Name – 2832HQCcNkvkL5Egv
I want it to just show:
2832HQCcNkvkL5Egv
Thanks in advance
That tells me how to change the name, I need to remove all text except for the serial code.
What do I remove from this line so that I just have the serial code in the field?
$product_code_data .= “n”.$cart_item_name.” – “.$my_key;
There is a message/line that starts with “Or”. Did you read that line?
I’m an idiot. My apologies for not reading it properly.