Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Serial Number Generation after Sale
Tagged: serial number
- This topic has 9 replies, 3 voices, and was last updated 12 years, 10 months ago by Peter.
-
AuthorPosts
-
January 5, 2012 at 8:27 pm #5195myallenmediaMember
I’m wondering if you have a function that will create a serial number/registration number after a sale. I’ve looked in the software and didn’t see anything like this so I wanted to ask.
January 5, 2012 at 9:22 pm #40411wzpModeratorUpdate: A serial/license key selling feature has been added to the plugin. Details of this feature here:
http://www.tipsandtricks-hq.com/ecommerce/how-to-use-the-seriallicense-key-code-selling-feature-1618
https://support.tipsandtricks-hq.com/forums/topic/selling-a-digital-download-with-a-license-key
January 9, 2012 at 7:07 pm #40412myallenmediaMemberWhere is this below option in the WP eStore Settings area?
1) WP eStore has an option where it passes the IPN received from PayPal to another script after the post payment processing. So you can use this option to send the IPN to your license generator script which will extract the customers email address and the transaction ID and use it. After you generate a license key simply send it via email separately. This option will not require any code modification on the eStore’s side.
January 9, 2012 at 10:07 pm #40413PeterMemberHi,
I think Admin was referring to the “POST IPN to a 3rd Party Application” section which has a field called “Instant Payment Notification (IPN) Post URL”
January 10, 2012 at 1:23 am #40414myallenmediaMemberI assume it’s still ok to use this without having to setup the Paypal IPN settings? Right now I don’t have any settings in Paypal IPN (Default).
January 10, 2012 at 1:34 am #40415PeterMemberHi,
When you opened your PayPal account, the IPN should’ve been enabled by default.
If you can currently see the IPN being sent from paypal when you are making normal purchases using eStore then you don’t have make any changes to your paypal settings.
Otherwise if you explicitly turned IPN off then you will need to enable it so that PayPal sends this back to eStore which will in turn forward it to your third party script.
January 10, 2012 at 6:41 pm #40416myallenmediaMemberI just setup a new Paypal account and it’s disabled. I assume there is only one place and that is in the IPN notification area where you checkbox it to enable to send ipn messages. This is off by default or I’m in the wrong area.
January 11, 2012 at 2:15 am #40417PeterMemberHi,
I’m not sure if PayPal have changed their menus around but the point is that you most probably do not have to change anything in your PayPal account.
One sure way to confirm that you are receiving IPN messages back from PayPal is to enable debug in eStore and then check the ipn_handle_debug.log file.
If you see something like the following line then IPN messages are definitely being sent:
[01/11/2012 1:43 AM] – SUCCESS :IPN successfully verified.
January 11, 2012 at 8:22 pm #40418myallenmediaMemberAll I know is that this plugin is working wonderfully and I haven’t had to change anything on the Paypal side. Customers purchase and download their products and it’s a good thing.
One question though, I have another site and I want to charge membership fees to join. Will I need to change anything on Paypal in order to do recurring billing? If so, will that affect my other site where I sell digital downloads? I only have one Paypal account.
January 11, 2012 at 10:14 pm #40419PeterMemberHi,
No you will not have to do any changes to your PayPal profiel for recurring billing.
To achieve recurring billing you will simply have to create a subscription product in eStore.
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400
-
AuthorPosts
- You must be logged in to reply to this topic.