- This topic has 1 reply, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Estore function
Hi,
I would like verify in external script (template) php if a product was paid by a particular client,
does exist this kind of function in your plugin,
for exemple :
get_checkbuying(parameters)
parameters = id user, id product,
This should return, true, false and date…
It could be very useful,
If this doesn’t exist, could you say me how have this result ?
thanks…
Bomtaw
***** DANGER WILL ROBINSON — Running with scissors ahead! *****
You can perhaps query the database table “wp_eStore_sales_tbl” for the e-mail address and product ID. This same information can also be found in “wp_eStore_customer_tbl” but that table is only updated for paid products (does not include free downloads).