Forum Replies Created
-
AuthorPosts
-
December 23, 2011 at 5:55 am in reply to: Purchase History with Download: using APR & bypassing 'Generate Download Link' #39985
admin
KeymasterThis question has been answered here:
https://support.tipsandtricks-hq.com/forums/topic/provide-link-to-webpage-instead-of-download/page/2
admin
KeymasterYou can write a custom script that changes the item ID number to whatever you like then send the IPN to the 3rd party provider. Now all you need to do is tell eStore to send the IPN to this custom script. So instead of eStore sending the IPN directly to your 3rd party you are making it go through a filter where you get a chance to massage the data.
tell eStore to send IPN to your script -> your script does the massaging of data -> your script then sends the data to the 3rd party
admin
KeymasterWhen your customer purchases an eStore product while logged into the site as a member eStore will detect that and associate the member ID with that purchase. This helps eStore show the purchase history for a member if you are using that option. If your customer is not logged in as a member when making the purchase then that field will be empty.
December 22, 2011 at 10:30 am in reply to: Thank You & Happy Christmas to the Tips & Tricks Team #39956admin
Keymasteradmin
KeymasterYou will need to custom code this. There is no option to turn those off in the display. Please contact us for custom coding using the contact form on out site.
admin
KeymasterYou can hide the join us link in the login widget. See the following post:
https://support.tipsandtricks-hq.com/forums/topic/remove-join-us-link-from-emember-widget
December 22, 2011 at 10:18 am in reply to: Purchase History with Download: using APR & bypassing 'Generate Download Link' #39983admin
KeymasterFew reasons why a “Generate Link” is necessary:
1. The secure encrypted links need to be generated by the plugin (this is are not pre-existing hard links that exists all the time).
2. When you have multiple files per product you cannot have one button linking to multiple different file download URLs.
admin
KeymasterJust to confirm… you deactivated the plugin and then reactivated it after the upgrade right? The upgrade instruction for WP eMember can be found here:
https://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-installation-upgrade-instructions-3
admin
KeymasterOkay I was able to track down the issue… updated this post with the details (see the WP eStore section):
https://support.tipsandtricks-hq.com/forums/topic/wordpress-33-and-wp-emember-issue
December 22, 2011 at 10:10 am in reply to: Fatal error: Call to undefined method Emember_Auth::getInstance() #39912admin
Keymaster1. Can’t edit product after update would be related to the issue explained here (see the WP eStore section):
https://support.tipsandtricks-hq.com/forums/topic/wordpress-33-and-wp-emember-issue
2. 2Checkout only sends the payment notification (INS) to your registered site (the site you used to register your 2Checkout account). They don’t have the option like PayPal does (have one 2checkout account then use it on all your sites). So make sure this site where you are using the plugin is actually the registered site for your 2checkout account otherwise 2CO won’t send any notification here:
http://www.losttomeaningful.com/wp-content/plugins/wp-cart-for-digital-products/eStore_2co_ipn.php
3. The “Buy Now” type button is a PayPal only thing (2Checkout doesn’t have that option). Simply use “Add to Cart” buttons for your products if you are using 2CO.
admin
KeymasterYep, that would confirm that that the eStore database table somehow got locked on your site during the WordPress upgrade and new data is not getting inserted into the table. I will send you an email to get site access so I can check out the condition of it and see what I can do.
admin
KeymasterBlank screen issue is usually related to running out of memory (you shouldn’t need to downgrade the plugin versions):
https://support.tipsandtricks-hq.com/forums/topic/installation-breaks-wp-admin-304-compatible
admin
KeymasterIf you edit a product, does the newly edited content stay saved? or Can you add a new product to the eStore database? If you can’t then it would mean that somehow the database tables got locked during the WordPress upgrade and is causing this issue. You did deactivate and reactivate the plugins after upgrade right?
admin
Keymaster1. Please load a fresh build of the plugin first:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
2. Then check this checklist:
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
3. Finally, do this and share the debug file here:
admin
KeymasterIf you read the first post you will see that the following message is in bold:
If you are using eStore and eMember together then update the eStore plugin too.
Have you updated the eStore plugin as suggested?
-
AuthorPosts