Forum Replies Created
-
AuthorPosts
-
amin007
ParticipantThank you… your affiliate signup option is disabled. Can you please create a test affiliate account and share the details so I can log in and see the behavior?
amin007
ParticipantThe email you sent us had some wrong info so we couldn’t check this. We replied to your email.
amin007
ParticipantPlease do this test first:
What value do you have in your “Download Validation Script Location” field in eStore’s settings menu? Have you changed that value of this field from the default value?
amin007
Participantamin007
ParticipantHi, Please post a link to your affiliate singup page. What version of the affiliate plugin are you using?
amin007
ParticipantThe CSS and some HTML code of this theme is completely messed up. Nothing else on this page is going to render correctly. Please do this test:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
You might want to check this with the W3 validator and correct the errors (even the validator can’t read your site after certain lines)
June 18, 2011 at 11:49 pm in reply to: Need to change the string of text after they have completed their registration. #33476amin007
ParticipantLooks like you customized the following line via the language file:
Thank you for joining! Please check your email for link to complete your registration
WP eMember does not have this text in the language file. It is possible that you changed the language file to say that text but you did not realize that the same language texts can be used in multiple places. Please load a fresh version of the plugin from here and it will fix this:
amin007
ParticipantLooks like your server is using a very old version of PHP.
This post should explain:
amin007
ParticipantAnother solution would be to do it via a language file. So open up “eng.php” file from the “languages” folder and search for the following:
define("ESTORE_ENTER_COUPON_CODE", "Enter Coupon Code :");
Once you find it change it to something like the following:
define("ESTORE_ENTER_COUPON_CODE", "Enter Coupon Code (Coupons only Available for Charities & Non-Profits email Me For More Info) :");
This post will explain the details on how you can customize message using the language file:
amin007
ParticipantYou can use the following conditional coupon to add item specific quantity restriction
Individual Item Quantity -> Is greater than -> 2
But I think you are referring to a condition that may need a combination of two conditions together applied to one coupon. WP eStore doesn’t offer multiple conditions for one coupon (this is something I have investigating and want to introduce but it will take some time)
June 18, 2011 at 5:06 am in reply to: Using Estore and PDF stamper – terms and conditions checkbox does not show #33538amin007
ParticipantThe checkbox comes from WP eStore. So it will only be available to button created with WP eStore. If you are using both the WP eStore and PDF Stamper plugin then you should be following this instruction:
amin007
ParticipantLooks like the squeeze form is working fine as you want to work (when I fill in the form I can only fill in the email field and it lets me submit the form). No name field is required so what am I missing?
Make sure to get rid of the “Non-ajax” one as the method explained here only works for the “Ajax version” (the first squeeze form on the page you mentioned works fine for me).
amin007
ParticipantOkay… That code has not changed for sure. So my only guess would be that you did not follow the upgrade instructions explained here:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31
So essentially you may have two copies of the eStore plugin lying around in your “plugins” directory (this can be the source of many problems). Does this sound like a possibility? Please also post a link to the page in question (where you have the squeeze form).
June 18, 2011 at 1:13 am in reply to: How to Test WP eStore Plugin's Encrypted Download System on Your Site #31935amin007
ParticipantI just clicked on the encrypted links and was able to download the file and view the 3 images inside the zip file. I am guessing you have figured it out using one of the download methods.
amin007
Participantwhich squeeze form shortcode are you using? Please paste the shortcode that you are using so I can look it up in the code and see what is going on.
-
AuthorPosts