Forum Replies Created
-
AuthorPosts
-
HERGOMember
Do you have any helper methods or helper php codes for manipulating the tables easily in eStore plugin? I mean, I am wondering how to design the code to access the table. I’ll have to write at least a few scripts to do that even if you give me good references, but if eStore provides some methods that update it easier in the database, I could use them.
HERGOMemberThanks for your reply. The 3rd party license system is currently working on a subdomain, but fortunately it is composed of our own codes. That’s why we are flexible and I can move the all scripts to the same domain on the same server where eStore is running if necessary.
from:
[http://www.domain/]
[http://license.domain/]
to (if necessary):
[http://www.domain/]
[http://www.domain/license/]
May 18, 2015 at 6:42 am in reply to: When WP eStore plugin notifies PDT to another 3rd party URL? #70074HERGOMemberThis may be a very general question, but can I omit to check if the purchase is validated or not in a 3rd party system? Can I trust eStore as long as eStore has already finished validating purchases before invoking a 3rd party URL? if it is invalid, eStore does not post IPN?
HERGOMemberI am thinking of trying to store serials to eStore, or I’ll have to make another database in 3rd party system to store them. That’s why the serials are generated automatically by another system soon after purchase.
Planning flow:
1) A user purchases our product(s) using Paypal.
2) WordPress(with eStore) validates his PDT from Paypal, save his information in eStore.
3) eStore notifies the PDT to 3rd party licensing system.
4) The licensing system generates his licenses that are encoded with his email and name extracted from PDT.
5) The licensing system sends his licenses by email.
6) The licensing system updates his licenses to his serial field of customers in eStore.
-
AuthorPosts