Forum Replies Created
-
AuthorPosts
-
February 15, 2010 at 2:25 am in reply to: WP eStore – Payment Verification Failed!, Aweber was working too… #17970amin007Participant
When you use Infusionsoft let me know if you are having issues then I will troubleshoot it.
I personally recommend using MailChimp just because they truly want 3rd party soft wares to integrate with their services and provides options for easy integration.
Infusionsoft and AWeber kind of makes the 3rd party integration a bit hard which results in a lot of mucking around.
February 15, 2010 at 2:20 am in reply to: IE 7 & IE 8 bug, transaction link and paypal completed #17920amin007ParticipantLooks like I will have to take a look at your site for this one. I will send you an email.
amin007ParticipantNope, you are not being hacked. The WP eStore plugin uses PayPal’s IPN (Instant Payment Notification) feature.
Basically, PayPal is trying to send the payment notification to the plugin after a payment but your server is rejecting it. Why? I don’t know why your server is blocking PayPal IPN (it’s a standard PayPal feature that most ecommerce system uses). Please contact your web host to see what they say.
amin007ParticipantThere is a menu item called “Payouts History” which displays all the payouts you have made to your affiliates.
The outstanding payments that you need to make to your affiliates can be viewed from the “Manage Payouts” menu. Generating the mass payout file is step 2. Step 1 (Just generating the payouts report is a preview).
amin007ParticipantSearch for the following line in the “eMember_misc_functions.php” file:
function show_login_form()
amin007ParticipantThere is nothing wrong with directly importing product info into your MySQL database table. I do intend to add in a CSV import functionality later. You can also use the copy a product function in the “Add/Edit Products” menu.
amin007ParticipantHi Frank, as far as I know each post is unique so you can’t have it protected and not protected at the same time.
amin007ParticipantWhen you are using the WP eMember plugin, any post that is protected in eMember will also be protected in the RSS feed.
February 14, 2010 at 3:03 am in reply to: Add my own text/image under the PayPal checkout button? #17988amin007ParticipantYou can add any additional instruction/message for your customers just below or above the shopping cart shortcode. Simply edit the area where you entered the shopping cart shortcode and add message below or above the shortcode. If you make the message bold and use a little color on it then it will stand out to your customers.
Here is an example where you can see how we have added some instructions on our checkout page (where the shopping cart is displayed):
http://www.tipsandtricks-hq.com/checkout
The following post will show you how to cteate a specific checkout page:
https://support.tipsandtricks-hq.com/forums/topic/how-to-create-a-specific-checkout-page-for-estore
With that said, look in the “eStore_cart.php” file search for the following:
$output .= ‘<input type=”image” src=”‘.$checkout_button.'” name=”submit” class=”eStore_paypal_checkout_button” alt=”Checkout” />’;
that line adds the checkout button image… you can add in your line after that.
amin007ParticipantYes you can add in another column in that table then insert a password in the post payment processing script (paypal.php).
I am guessing you have a membership program that takes care of the user login, page protection and all that kind of stuff. If my guess is correct then all you really need to do is send them a randomly generated password? You could write a little function in the “paypal.php” file that generates this password and add it in the email body that goes out to the buyer maybe?
February 14, 2010 at 2:53 am in reply to: Digital Download Transaction Doesn't Send Email Notification #17973amin007ParticipantIf the debug log says the email was sent successfully then I suspect the email could be going to the junk folder or the server is blocking the email from going out.
Please use the “Use WordPess mailing system” option and give it a go. The following post has some explanation around the different mail options:
February 14, 2010 at 2:47 am in reply to: WP eStore – Payment Verification Failed!, Aweber was working too… #17968amin007ParticipantI added some checks around the payment status verification but it screwed up the refund process a bit. I fixed it up and sent you an updated version of the plugin.
To change the content of the email that a customer gets if the payment do not clear can be customized from the language file. Open the corresponding language file from the “languages” directory and search for the following:
“Thank You for your purchase. Product(s) will be delivered when the funds have cleared.”
Don’t forget to save and upload the modified file to your server.
amin007ParticipantCan’t tell you what happened from the top of my head without taking a look at your system for this one.. I will send you an email.
February 14, 2010 at 12:40 am in reply to: e-member working but shortcodes show when logged in #17791amin007ParticipantYou should be able to protect a section of the post or page for a specific membership level using the instructions on this page:
How to Protect a Section of a Post or Page (Partial Protection)
What version of eMember are you using?
amin007ParticipantYou can customize your subscription button images the same way (there should be some subscription button images in the “images” directory of the plugin that you can also use).
-
AuthorPosts