Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi,
Yes that’s right you’ll need to have eMember and eStore to use the above shortcode.
If you don’t want to install eMember another option is to email an encrypted download link using eStore to your customers provided that they explicitly ask for it by contacting you.
You can send the link by using the “Admin Functions” section of eStore.
PeterMemberHi,
PayPal will automatically take care of the tax amount based on the region the buyer is from according to how you have configured your PayPal profile. So there is nothing you really have to worry about as far as eStore is concerned.
For PayPal profile based shipping see this:
PeterMemberHi,
Check that you have the “Protect Comments separately” disabled in eMember settings.
PeterMemberHi,
Looks like there’s something wrong with your theme or some other third party SW not related to eStore.
I can see the following javascript error on the page #1:
Unsafe JavaScript attempt to access frame with URL http://havefunteaching.com/shop/cd/science-songs/ from frame with URL https://plusone.google.com/_/+1/fastbutton?url=http%3A%2F%2Fhavefunteaching.com%2Fshop%2Fcd%2Fscience-songs%2F&size=medium&count=false&annotation=&hl=en-US&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fwidget%2F__features__%2Frt%3Dj%2Fver%3DGpdiazEsnw8.en_GB.%2Fsv%3D1%2Fam%3D!CONMiKjES8GIhnU5QQ%2Fd%3D1%2F#id=I1_1326147446003&parent=http%3A%2F%2Fhavefunteaching.com&rpctoken=992466124&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe. Domains, protocols and ports must match.
218event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
PeterMemberHi,
I think Admin was referring to the “POST IPN to a 3rd Party Application” section which has a field called “Instant Payment Notification (IPN) Post URL”
PeterMemberHi Pablo,
If it helps, these are some of my eStore settings:
Post Payment Processing Settings -> Use Automatic Post Payment Processing (enabled)
Email Settings -> Use WordPress Mailing System (enabled)
-> Send emails to Buyer After Purchase (disabled)
Mailchimp Settings -> Use MailChimp AutoResponder (disabled)
PeterMemberHi,
The following post may help:
https://support.tipsandtricks-hq.com/forums/topic/hide-protected-content
As an example here’s a modification I did as a test for the “Twenty Eleven” theme.
This an example for when a post is displayed on a single page – ie, I edited the content-single.php file:
The original line of code was as follows:
<h1 class="entry-title"><?php the_title(); ?>
To suppress the heading, I modified it as follows:
<h1 class="entry-title"><?php if(wp_emember_is_member_logged_in()) the_title(); ?>
The above is a simple example which will suppress the post heading if someone is not logged in. You may also want to add a message in an “else” branch if you desire.
Note: You will need to do something similar for other instances where the post heading is displayed too such as in pages, or post excerpts etc.
Another option is to use site-wide protection
Hope this helps.
PeterMemberHi kimmy, This article may help you. It shows how to create a post-payment thankyou page:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
Pay particular attention to the enabling of PDT in your Paypal profile and also specifying the “PDT Identity Token” in the eStore configuration.
Also the following article should be a good read for you:
January 9, 2012 at 12:56 am in reply to: Squeeze form , do I have to use with autoresponder ? #40513PeterMemberHi Pablo,
No you don’t have to use the autoresponder to use the squeeze form. I’ve just done a quick test on my test site and I got an email from the plugin with an encrypted link.
Do you have the “Use WordPress Mailing System” checkbox enabled in your eStore settings page?
Regarding custom solutions you will need to use the contact form on the main tips and tricks site.
PeterMemberHi,
This thread is for eMember issues but you seem to be referring to Affiliate plugin. Do you mean eMember or Affiliate?
Also which version of the plugin are you using?
Which version of WP are you using?
Can you please do the following tests to see if another plugin or your theme may be causing the issue:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
January 8, 2012 at 10:47 pm in reply to: Additional Characters for username? Or, Forgot Username function? #40516PeterMemberHi,
I don’t really see the problem.
There is a “Forgot Password?” link on the membership login page.
When one of your subscribers clicks this they will only need to enter their email address and they will receive an email containing BOTH their username and the new password.
PeterMemberHi,
You can set download limit and link duration here:
WP eStore->Settings->General Settings->Digital Product Delivery Settings
Also you can specify the age of the cookie of your subscriber in your shortcode as follows:
[wp_eStore_APR expiry=N status=unexpired]
//Place the content that you want to protect here.
//The content inside this shortcode tags are only visible to customers who make a payment and click on the encrypted link given to them.
[/wp_eStore_APR]
where N = number of minutes
PeterMemberHi,
Are you wanting to display something like $US100?
If so that’s easy.
Just go to your eStore settings page and in the section called “General eStore Settings” put “$US” or whatever you want in the field called “Currency Symbol”.
The “Currency Code” is used to submit the payment information to the payment gateway. The “Currency Symbol” is used for display purpose.
PeterMemberHi,
To display a shopping cart in the sidebar, go to your widgets menu in wordpress and then drag the widget called “WP Cart for Digital Products” to the sidebar.
PeterMemberHi,
Have you tried the “new” more secure method pointed out in the link by admin above?
-
AuthorPosts