Forum Replies Created
-
AuthorPosts
-
admin
KeymasterIt looks like there is a caching issue here. What caching are you using? Please ask your hosting provider what kind of caching they have.
admin
KeymasterWebhooks will definitely help. I just need to see the documentation of the webhook of Clickfunnel. That will help me understand the best way to handle this.
July 7, 2019 at 5:04 am in reply to: eStore – slider or lightbox that says "You just added a product to your cart" #79681admin
KeymasterHi George, Unfortunately, we don’t have an option like that.
admin
KeymasterWe don’t have a ready-made integration with them. If I can see a 3rd party integration documentation from them then I might be able to create something.
The “Thank You” page option you mentioned could work. You can give it a try and see if it will work for your setup.
July 5, 2019 at 2:32 am in reply to: eStore – Product csv file doesn't get imported via WordPress or PHPMyAdmin #79672admin
KeymasterIt looks like you are getting an “Invalid column count” error. So the number of fields you have put in the CSV file is not lining up with the number of columns in the products database table.
Try the following option as that one has step by step instructions for WP eStore and also has a products template file that should line up with eStore correctly:
https://www.tipsandtricks-hq.com/ecommerce/how-to-bulk-upload-estore-products-from-a-csv-file-775
July 3, 2019 at 7:20 am in reply to: eStore – IPN not running/no transactions recorded, no emails being sent #79669admin
KeymasterLooks like you were using an incorrect value for the “From Email Address” field. In that field you entered the following value which has an incorrect email format
Avatar Activation <yourdomain.com>
so the WordPress’s mailing system was failing when it tried to execute the email. The correct email format would be like this:
Avatar Activation <support@yourdomain.com>
July 2, 2019 at 6:01 am in reply to: eStore – IPN not running/no transactions recorded, no emails being sent #79667admin
KeymasterSomething very strange is going on this site. It is outputting the following line in the log file but then stopping execution. Somehow the IPN handling script gets killed at that stage.
About to send buyer notification email.
I will log into your site to check all the settings to see if I can find any clues. I have sent you an email for it.
admin
KeymasterI am not seeing any text input fields on that page. Can you please explain which “input” fields you are referring to?
July 1, 2019 at 5:06 am in reply to: eStore – IPN not running/no transactions recorded, no emails being sent #79662admin
KeymasterIn that case, you don’t need to do that plugin conflict test.
Just for a test, can you temporarily turn off the simple cart plugin and do a test transaction with estore? Just want to make sure the the simple cart is not hijackign the IPN notification.
Also, be sure to check the settings in estore that I requested you to check earlier.
June 30, 2019 at 3:41 am in reply to: eMember section for everyone but not a certain member level #79670admin
KeymasterThe “not logged in users” are completely anonymous so you can’t bunch them with any other group. Because of that, you won’t be able to do that with just one block.
You will need to have multiple blocks for this.
Also, note that when a member of level 3 is not logged into the site, he is just an anonymous user. So he will fall in the “not_logged_in_users_only” category.
admin
KeymasterPayPal considers the standard paypal subscriptions to be a digital item. So it may not collect address for it. Lets take a look at the data of the IPN notification.
Please enable the debug logging option and do a test transaction. The following post has explanation of how to enable the debug logging feature:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
admin
KeymasterI know that there are a few users who are using it with Hebrew so it is likely just a matter of applying an alignment using CSS or something like that.
Can you please show me the affiliate portal of your site so I can take a look at it and see how it looks currently?
June 29, 2019 at 6:03 am in reply to: eStore – IPN not running/no transactions recorded, no emails being sent #79659admin
KeymasterLooks like the server is receiving duplicate IPN notifications. This usually happens when the server doesn’t reply to PayPal with the valid 200 status code after it received the IPN notification. Please do the following then do a test so we can see if there a particular plugin causing issue with the PayPal IPN notification:
Next, go to the “Email Settings” menu of the eStore plugin and check to make sure the “Send Emails to Buyer After Purchase” feature is enabled there.
admin
KeymasterLooks like there are some javascript errors on this site which is causing this issue.
Go to the settings menu of the estore plugin then disable/uncheck the following option:
Enable Lightbox effect on Images
Does it work better after that?
admin
KeymasterJust to confirm, are you using the method 1 or method 2? How are you generating the PayPal buy now button?
-
AuthorPosts