Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThere is no option to do exactly what you are after using Fancy3. This post will explain:
February 8, 2012 at 4:18 am in reply to: Customer Orders 'Download' Video But Link Is 'Pay Per View' Version #41701admin
Keymaster1. Which shortcode are you using to create the button that isn’t working?
2. What version of eStore are you using?
3. Please post a link to the page where you have this button.
February 8, 2012 at 4:08 am in reply to: Duplicate emails being sent when squeeze form is submitted #41606admin
Keymaster1. Please load a fresh build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
2. Use the Normal squeeze form shortcode only (not the ajax one).
Now, test it out and let us know how it goes.
February 8, 2012 at 12:33 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18134admin
KeymasterWhen you want to sell access to content for different duration to different users it indicates that you need to go down the path of using a membership/user management plugin. eStore will only be able to do so much without the help of a user management plugin for the functionality you are after.
admin
KeymasterThe user changed to the well known NextGen gallery plugin for maintaining image gallery side of things and that fixed the issue he was having.
February 7, 2012 at 11:58 pm in reply to: anayltics ecommerce n paypal pro w/ gate way bundle #41731admin
KeymasterLets focus on one step at a time. Forget about the Analytics tracking (this can come in later).
My question to you is the following:
Can you successfully checkout and process the payment using PayPal payments pro with Payment gateway bundle? Does the checkout go through fine?
admin
KeymasterIf you know that the following script exists in this location but it is not loading then this is something your hosting provider has to fix first:
If you just tell them to access the above URL and ask them why it won’t load they will see the issue.
These are some similar posts that might help you:
https://support.tipsandtricks-hq.com/forums/topic/404-on-estore_payment_submissionphp
admin
KeymasterIt is suppose to post on the same page but when it does (with the member details filled) it will complete the registration and show the user appropriate message. If this is not happening do the following:
1. Load a fresh build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
2. Temporarily enable “Free Membership” on this site from eMember’s settings.
3. Post a link to your registration form page so I can check it.
admin
KeymasterYou are most likely missing one or two email parser setup related steps. Please read the 2nd post from here and it should help (most people forget to match the from email address field value with the AWeber parser):
Also, go through these forum posts which might help:
AWeber – https://support.tipsandtricks-hq.com/forums/topic/aweber-integration
AWeber – https://support.tipsandtricks-hq.com/forums/topic/cant-get-aweber-working
admin
KeymasterWhat you described will work fine but you can do the following so you don’t have to keep creating new levels:
1. Create Membership called “Current Year Level”
2. Create Former Member level
3. At end of year, move all Current members to former member level
4. New members can keep signing up for the “Current Year Level” as they used to
You will only need to do step 3 at the end of the year.
admin
KeymasterIf you have specified a value in the “Thumbnail Target URL” field then it can’t link to the thumbnail image any more. If you want to use the image to lightbox then leave the “Thumbnail Target URL” field empty and use the “Product Page URL” field which will make the product name/title link to the product page.
admin
KeymasterThe member ID is a unique number that will keep increasing every time you add a new member (it is for internal usage and it will not reset or adjust when you delete a member). This number is used internally by eMember so you have no reason to pay attention to what value it has.
admin
KeymasterYou can offer as many membership levels as you want but you need to first grasp the idea of how eMember uses one registration form to handle sign up for all of your levels:
admin
KeymasterWP eStore doesn’t have an option to change that unfortunately.
We mostly use the international date format in the plugin:
February 7, 2012 at 11:01 pm in reply to: Download notification to admin for free download via squeeze form #38814admin
KeymasterOpen the “ajax_process_download.php” file and find the following line of code:
$eStore_debug_manager->squeeze_form("Email with the download link sent to: ".$email, ESTORE_LEVEL_SUCCESS);
Once you find it, add the following just above that line:
wp_mail("your_email@address.com", "Notification Subject", "Some text that will go in the body of the email");
-
AuthorPosts