Forum Replies Created
-
AuthorPosts
-
amin007Participant
LOL… here is the issue
[12/11/2009 10:02 AM] - FAILURE :The Fund have not been cleared yet. Product will be delivered when the fund clears!
I explained to you before that this plugin won’t proceed and give out the download link unless PayPal clears the fund. This is how most people try to scam the system by sending uncleared funds and then when you find out that the fund hasn’t been cleared it is too late because they already got the digital product. WP eStore has a guard against this type of fraud.
Basically, You have done something in your PayPal profile (I don’t exactly know what) but you have upset it in some way so PayPal is not clearing the payments. All you need to do is ask PayPal why they are not clearing your funds. Request them to resolve this… it should be easy.
amin007ParticipantI will need to take a look at your system… I have sent you an email to see if we can organize a site access.
amin007ParticipantIt’s saying I must login to view the site… I can’t view that page without login in?
amin007ParticipantCan you please post a link to the page where you are using these shortcodes? Just to make sure… you have the plugin activated and you have configured a product whose product ID is 1?
amin007ParticipantThe easiest way to solve this problem is to run a transaction with the “Enable Debug” checkbox checked from the settings menu. The following URL should explain more on this:
How to Test the WordPress eStore to Make Sure Everything is Working Properly
We need to see what the plugin is doing after the payment. So do the above mentioned step and provide me the content of the “ipn_handle_debeg.log” file and you will see how quickly this gets resolved.
amin007ParticipantYou can increase the expiry time by increasing the value in the “” field of the settings menu but you can’t have download links that doesn’t expire.
Whats the point of having an encrypted link that doesn’t expire? it’s same as a normal link so why not just use the direct link?
If you want to give free downloads to your users using this system so the users don’t know where the download is coming from then you can use one of the two options
1) Use a squeeze page type form (http://www.tipsandtricks-hq.com/ecommerce/how-to-make-a-squeeze-page-using-the-wordpress-estore-plugin-126)
2) Use the following shortcode that will put a “Download” button for a particular product which the visitors can use to download the item.
[wp_eStore_download_now_button id=1]
1 is the product id of the product.
amin007ParticipantIn a plain HTML page or a WordPress page?
amin007ParticipantYou have an error in the shortcode.. it should be “wp_cart” not “wp-cart”.
amin007Participant@Beechnut, Quantity based discounts can be applied to the cart thru the usage of coupon code. When did you purchase the plugin?
amin007ParticipantHi Nikolai, this happens when your server is on a PHP4 version (PHP4 is old so it doesn’t have a lot of the fancy options). Anyway, I have since updated the plugin so it shouldn’t have any issues on PHP4 server anymore. I have sent you and updated version to your email… give this one a go and let me know how you go. I have deleted your other post as that sounds like a duplicate of this post.
December 11, 2009 at 10:30 am in reply to: Bug: Warning: Invalid argument supplied for foreach() #15880amin007ParticipantI am adding the options where you can get a comma (,) separated list of all the member emails. I will send you the update after this is done (should be done within a day or two)
amin007ParticipantThe root cause is one of the following:
1) PayPal is taking long to send the IPN (Instant Payment Notification) to your server (this is most likely the case).
2) Your server is taking long to send the emails.
This usually doesn’t happen all the time but sometimes PayPal can take long to send the IPN. The WP eStore plugin won’t send out the download links unless it receives the payment confirmation from PayPal. Settings up the links on the “Thank You” page is a good alternative for this.
I have sent you the fix for the apostrophe problem.
amin007ParticipantPayPal sandbox takes you thru the whole process so you can check everything out (I use it regularly for testing) but for some reason PayPal is marking the payments as pending in your case. Please note that the WP eStore will not give out download links unless it receives a cleared payment (indicating the fund has been deposited in your account).
All you need to do is find out why PayPal is not clearing the funds straight away (Not sure if you can change this in your profile or not). Just send a query to PayPal asking why your payments are getting marked as “Pending” and I am sure they will be able to resolve this for you. Let me know how you go.
December 11, 2009 at 2:38 am in reply to: Where is the "Payment Gateway Settings" area Located? #16648amin007ParticipantYou just need an updated version of the plugin. I have sent it to your email.
amin007ParticipantThe simple shopping cart doesn’t have conditional shipping coupons option like the WP eStore but you said it isn’t hard to add this option in. Basically all you have to do is add a conditional “if” statement to check the total item quantity in the cart and remove the shipping if it is more than 1. I can tell you what to do if you can do the coding.
-
AuthorPosts