Forum Replies Created
-
AuthorPosts
-
amin007Participant
Basically, your server has to respond with a status code (this is a standard handshake thing) when PayPal sends the notification. If your machine is not doing it then PayPal thinks the message didn’t get through so it tries again. You will need to find out why your server is not doing this. Remember, this is something you will only see when using PayPal’s IPN feature so you wouldn’t have seen this before unless you use a plugin that deals with PayPal IPN.
August 9, 2011 at 8:02 am in reply to: Need to Display Product without Buy Button. Is it possible? #35331amin007ParticipantSo you will go here and give me a Google plus?
amin007Participantamin007ParticipantYou haven’t shared the content of the following debug file as requested in my earlier post (this file will contain the details of what the plugin did in terms of the membership account upgrade):
– subscription_handle_debug.log
I am not sure why you are trying to view it from PHPMyAdmin?
amin007ParticipantThe encloser protection only works if the individual post is protected at the moment. We will extend it for category protection later.
August 9, 2011 at 3:17 am in reply to: Carrying Over the Affiliate ID to Other Pages (Different WordPress Install) #34332amin007ParticipantThe satellite plugin will be able to track the affiliate click even after the optin as long as it is done correctly. Which of the following sites have the main affiliate plugin and which one has the satellite one?
[http://empowertochange.com/news/empower-you/]
[http://empowertochange.com/join]
Which one is the entry page (landing page)?
August 9, 2011 at 3:13 am in reply to: Nextgen Gallery & WP eStore: Will not display in gird view #35274amin007ParticipantOkay that shouldn’t be an issue. Some CSS code in this site is reserving a large area for the image thumbnails so it is not being able to stack in a grid. We need to find out where this rogue CSS is coming from. Please do this test and let me know what you find:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
amin007ParticipantNope, the way exclude products works is that the shopping cart keeps a marker for the products that need to be excluded from commission awarding. When a sale happens the shopping cart can check this marker for the product that got sold and conditionally notify the affiliate plugin. eShop plugin does not have this ability.
August 9, 2011 at 3:08 am in reply to: Clicks are showing, but not sales (PayPal/WP-Affiliate) #35324amin007ParticipantThe satellite affiliate addon is not a duplicate copy of the actual affiliate plugin so it doesn’t work like the way you may think it does. It has very limited relay functionality.
Which page is the customer getting redirected to after the purchase? Is this page part of the WordPress install that has the main affiliate plugin installed?
August 9, 2011 at 2:57 am in reply to: Need to Display Product without Buy Button. Is it possible? #35329amin007ParticipantUse the eStore extra shortcodes plugin with the following shortcode. As you can see it has a “restriction” parameter which lets you specify which users (form a particular membership level) can interact with the button:
[wp_eStore_fancy_display id=1 type=1 style=1 show_price=1 restriction=1]
Look in the extra shortcodes list file for more details on this:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
amin007ParticipantMost likely you did not deactivate and reactivate the plugins during the update and they may be out of sync.
The only way to know what is happening is to run a test transaction with debug option enabled.
Are you using eStore for your membership payment or just plain PayPal button? The following two post should help (use the one that you are using):
– WP eStore – https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
– Plain PayPal button (no eStore) – https://support.tipsandtricks-hq.com/forums/topic/wp-emember-and-plain-paypal-button-integration-troubleshooting
share the content of the “subscription_handle_debug.log” file after the test.
amin007ParticipantUser corrected the mistake.
amin007ParticipantThe following file name is wrong so you incorrectly renamed the file.
gallery-wp-auto-addtocart.php
The correct filename is “gallery-wp-eStore-auto-addtocart.php”
Go to the “view” directory of eStore and grab the “gallery-wp-eStore-auto-addtocart.php” file then copy and past it into the view directory of the nextgen gallery plugin (do not rename anything).
August 9, 2011 at 2:14 am in reply to: Back button from Paypal page brings me to an error page. #35000amin007ParticipantJust another alternative… you can check the “Enable Fancy Redirection On Checkout” checkbox which will redirect the customer slightly differently and when your customers use the back button they will come back to your site.
amin007ParticipantAny Forum Software that can be integrated with WordPress users database (works based on the Role setting of the WordPress users) will work with eMember. This post will explain more:
A lot of people have been using SimplePress forum plugin for WordPress which works fine with eMember. BBPress also have an option to be integrated with WordPress users database.
-
AuthorPosts