Forum Replies Created
-
AuthorPosts
-
adminKeymaster
The “verification failed” email you received should tell you the exact reason for the failure. I can see from the debug that the funds are in a pending state which is why it’s failing. This happens when you PayPal account is NOT configured correctly or missing verification steps that PayPal requires you to do. This post will help:
https://support.tipsandtricks-hq.com/forums/topic/reasons-for-a-pending-paypal-payment
adminKeymasterThis documentation will help with showing the purchase history to your members (they must be logged in when making a purchase for the item to go to their member profile):
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-display-a-members-purchase-history-158
WP eStore’s extra shortcode plugin has a shortcode that allows your customers to download the items they purchased whenever they want. Check the following shortcode from the extra shortcodes plugin.
[wp_eStore_download_link_sender]
September 21, 2011 at 12:21 am in reply to: Price change possible at client side, and thumbnail question #36782adminKeymasterNope, the post payment verification will fail if anyone tampers with the data and it won’t update the database. WP eStore will automatically detect this and send you (the admin) an email when this happens so you can investigate this further.
adminKeymasterUpdate: 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
If you have a license generation script then you can tell eStore to send the payment notification (IPN) to your license generation script which can then generate license key and send to the user.
September 20, 2011 at 11:49 pm in reply to: Major Registration Form Problem – Existing Users Can't Upgrade #34080adminKeymasterPlease do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s).
Then enable debug on eStore and do a test transaction so we can find out what is going on. This post will explain how to enable debug:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
adminKeymasterThere are two problems here… lets solve one at a time. First focus on the error coming from the W3 Total Cache plugin.
Make sure you have the latest version of the W3 Total Cache plugin. Empty all cache from the W3 Total Cache plugin then do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s).
Let me know if that solves the first issue. Then we will move to the 2nd issue. This 2nd issue is happening because your server either has old version of PHP or doesn’t have URL fopen enabled (you can ignore this message and it won’t harm you).
September 20, 2011 at 3:54 am in reply to: Status : Unresolved DL file path = http://dl.dropbox.com #36809adminKeymasterFile sharing sites like Dropbox doesn’t let you use their server as a storage area for you own file hostings. So they make it to where an external application cannot access the file programmatically (they use a system like eStore itself to protect people from exploiting). The only thing you can do is manually download a file from their server directly (no going around this).
If you are looking for a file storage area outside your own server then look into Amazon S3 (its the most trusted and widely used server for this purpose).
September 20, 2011 at 1:49 am in reply to: Product name in cyrillic (product name getting messed up in the email) #35513adminKeymasteradminKeymasteradminKeymasterThere is nothing special that they are doing in the above mentioned site. They are simply taking the money from the customer (PayPal doesn’t care if someone is paying for pre-order or not). In the event of a physical order the admin is responsible for shipping the item. You already told your customers that this is a pre-order and the items will be shipped at a certain date in the future so the customers are already prepared for that.
In eStore, digital items are delivered immediately after a payment. However, you can do the following to simulate a pre-order and delivery sequence:
Pre Order Phase 1 – Accept Money
Simply, make a product (not a digital product) and start accepting pre-orders from your customers. At this stage you are just collecting money from them. The customers already know that this is a pre-order so they are not expecting the item after the purchase anyway.
Pre Order Phase 2 – Deliver the digital item(s)
When you are ready to send the digital item(s) to your customers who pre-ordered do the following:
– Create a digital product in eStore (with the correct URL of the digital item that you want to send to your customers)
– Go to the admin functions menu of eStore and generate an encrypted link for that product
– Go to the manage customers menu and get a list of email address (the customers who bought your pre-order)
– Use your favorite email client to send the email to your customers with the download link.
September 19, 2011 at 11:33 pm in reply to: Price change possible at client side, and thumbnail question #36780adminKeymaster1. This is not an issue at all. This post will explain why:
2. Changing the thumbnail size can displace the integrity of a particular fancy display because they are all in a compact area. You are better off designing your own product display option however you want. This post will explain more:
adminKeymasterokay.. will work on moving that div down in the body content. Should be able to give you an update in a day or two.
September 19, 2011 at 1:53 am in reply to: Download Now in new tab (open download in new window) #36754adminKeymaster@mack417, Its designed to just open the download dialogue box and let the user download the file. Since the file is a PDF file and in your browser settings you specified it to open files that the browser can read, it is not showing the “save as” window and just opening the file. Simply put your downloadable PDFs inside a zip file and then deliver the zip file (browsers can read zip file so it will force it to show the “save as” window and the member will still stay on the same page). Here is a post that can be helpful for you too:
@hostinsa, I am not sure what issue you are facing. I am also not sure how your post is relevant to the original content of this forum tread. maybe open a new forum thread with detailed explanation of the issue you are facing?
adminKeymasterSeptember 19, 2011 at 12:29 am in reply to: Lack of Registration Error Message upon username or email address already taken #35989adminKeymasterWe changed that library out so it is no longer necessary. If you have any confusion simply get a fresh build of eMember from here and you can be sure that it has all the correct js file inclusion necessary.
-
AuthorPosts