Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Are you using a fixed subscription duration via the membership level or are you using a subscription/recurring payment model using the “No Expiry or Until Cancelled” option in the membership level?
This post might help you understand my question better:
adminKeymasterQuick cache doesn’t have a feature that allows you to manipulate the caching based on cookie value (the other caching plugins offer this option). So in your case the following might be the best option:
1. Create a separate checkout page (you can call it “Checkout”)
2. Place the shopping cart shortcode on this page (take note of the URL of this page). For this example lets assume the URL of this page is
http://6sided.net/checkout/
3. Now go to the quick cache settings menu and append the following line to the “No-Cache URI Patterns” field.
checkout
4. You don’t need the shopping cart on the sidebar anymore so remove that and maybe just place a link to the checkout page saying something like “View the shopping cart”.
This one is optional but you can also go to the eStore settings menu and check the “Automatic redirection to checkout page” settings option (this will send the user to the checkout page when they add an item to the cart).
adminKeymasteradminKeymasteradminKeymasterThe automated one is instant but if you did a manual request then someone will have to manually process it (usually it gets processed within a few hours).
adminKeymasterThere is a new build of eMember available that has a calendar that can go back beyond 2006. You can get a new build from here:
adminKeymasterGo through the settings menus and make sure you have updated the URL value that you specified their before. The plugin takes the values from the settings menu so if they are still pointing tot he old URL then it will try to go to the old site.
November 3, 2011 at 11:34 pm in reply to: Membership levels merged with subscription length.. possible? #38128adminKeymasterWe don’t have an option to use eStore’s variation to control the eMember’s membership length. However the following might be better for your situation:
Use an ongoing subscription plan instead of using a fixed term membership length. So for example you have one subscription for your Gold membership which is something like the following:
$29.95 per month
This way your member will have access to this level as long as they don’t cancel their subscription. More details here:
November 3, 2011 at 11:08 pm in reply to: Members and Membership Levels disappeared on site move #38122adminKeymasterThe plugin will always look for the following table name for example:
{your database prefix}wp_eStore_…
It is important that you don’t alter these table name when you move site or it won’t be able to connect to the database and read the values.
adminKeymasterCreate a separate post or page for each of your products (in this page you can place the full details of the product). Take not of the URL of this post or page. Now, edit the description field and only keep a small description then add the following line of HTML code (description field can take HTML):
<a href="http://example.com/link-to-your-full-details-product-page">More Info</a>
Now your visitors can scan through your products and read more on the ones that they are interested in. More details on this here:
November 3, 2011 at 10:39 pm in reply to: A few questions on revising coding on Php pages and Linking #38114adminKeymasterHow to customize various text/messages displayed by the plugin
Without a registration page your visitors won’t be able to register for a membership account. If they cannot become a member then whats the point of having a member login?
Make sure you have seen the 5h video from this page:
The following post is also a good read when you are having content protection issues:
adminKeymastereStore tracks each coupon code that your customer uses in the checkout process. You can see which coupon was used for which transactions from the “Manage Customers” menu (there is a column for the coupon code). So I don’t see why you need your customers to input the coupon code in the “Collect Customer Input”.
When I got to the page you mentioned above I can see the collect customer input field fine.
adminKeymasterThe admin notification is sent when the member completes the registration. So for paid member you need to wait for the customer to click on the unique registration link sent to him and once he completes the registration the admin will get a notification.
If the membership upgrade is done using a separate payment button then the buyer and admin notification emails will be sent out unless you have the “Send Emails to Buyer After Purchase” option unchecked in eStore settings.
November 3, 2011 at 4:17 am in reply to: User levels and redirects after login suddenly not working #37328adminKeymasterYour other post on the same topic has been answered here (please do not post duplicate entries):
https://support.tipsandtricks-hq.com/forums/topic/login-redirect-does-not-work
-
AuthorPosts