Forum Replies Created
-
AuthorPosts
-
IvyMember
Turned out the user wasn’t using a valid PDF file which is why the stamper was failing. Going through the minimum requirement helped:
IvyMemberThe stats in the affiliate admin dashboard gives a overview. You can go to the individual menu areas like Sales, Click Throughs menu to get more details as to which affiliate is doing what.
The following might come in handy too as you can export all the data and mash it however you see fit:
How to Easily Import or Export any of Your WordPress Database Table Content
This will allow you to export information from the databases.
IvyMemberPlease see the following forum post on how to shorten the eStore download links.
WP eStore – Automatically Shorten the Encrypted Download Link
With plain text emails you can not hyperlink text. The only option at this time is to shorten the link.
https://support.tipsandtricks-hq.com/forums/topic/why-use-plain-text-email-instead-of-html-email
July 20, 2012 at 12:22 am in reply to: eStore/eMember – only allowing a member to download file once #47465IvyMemberThere are options for downloading the item again. However to have it so the information is re-stamped when a download is requested you would need to use the eMember and eStore with the PDF Stamper. There is the following shortcode for you can use.
[wp_eStore_download_now_button_with_stamping id=1]
When a logged in member of WP eMember plugin
uses this button to download the the file it will stamp it
using the details from eMember’s member info and
serve the download.
You can also manually stamp the file with the information and email the link to the customer.
IvyMemberYou cannot sell an eStore product from one domain and allow eMember access on a different domain. Information can not be shared cross domain like that. What you need to do is install eStore on all the domains where you have eMember and then sell your membership from there.
Alternatively, you can have all your video courses on one site and separate theme with membership level (you do not need to have a separate domain for each of your courses). Each membership level can offer different content. Read the following documentation to understand what membership level is:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-add-a-membership-level-in-wp-emember-13
IvyMemberYou will need your hosting to check the following.
1) Check if your server’s PHP config is set to allow sessions.
2) Check to make sure the session save path has been configured correctly. This is just a matter of adding a line similar to the following in the php.ini file:
session.save_path = /tmp
July 20, 2012 at 12:06 am in reply to: Problem – Denied access for downloading e-Store addon (shortcodes plugin) #45958IvyMemberI fixed up your purchases so they use the same email address. I used your forum email address so you should be able to get the add-ons now. Please try this and let me know if you have any issues.
July 19, 2012 at 11:59 pm in reply to: eMember – the avatar image in edit profile not editable #47501IvyMemberWe need the username and password for a member account so we can access the issue. All you need to do is create a test member in the admin dashboard of the eMember. Then send use the user name and password. You also didn’t tell us what version of eMember you are using.
July 19, 2012 at 12:50 am in reply to: Lightbox Ultimate – Two Lightbox images loading instead of one #47541IvyMemberIt looks like you maybe using the lightbox plugin and the eStores build in lightbox at the same time.
In the eStore setting try un-checking the following option.
Enable Lightbox effect on Images
This should make it so you are only using the lightbox from the lightbox plugin.
IvyMemberThe best way to do this is with categories. The following will explain more about this.
Using the option above you can make a category called July. Please all your products for July in this category. Then use one of the show category shortcodes on the page where and when you want these items available.
Then do the same for Aug.
IvyMemberA good tool for finding CSS issues is FireBug. You can learn more about this here:
July 18, 2012 at 12:49 am in reply to: Inventory and stats not updating, No emails sent after purchase #47429IvyMemberPlease run a test transaction with the debug turned on as this will tell you exactly what is going wrong after a payment.
The following forum post will explain when and how to use the debug:
If you need help reading the debug log feel free to share the content of the following two debug files
– ipn_handle_debug.log
– eStore_post_payment_debug.log
– subscription_handle_debug.log
IvyMemberThere is the following option in the eStore “Product Specific Instructions”.
This option is useful when you need to give your customer some specific instruction that applies only to this product (e.g. a secret password for the PDF file). This instruction will be added to the buyer’s email body when this product is purchased.
IvyMemberYou do not have to specify a digital download for a product. You can have a pre-sale product and it will not send a link (if you do not specify one).
Then when you want to release the link you just generate a email list for that product and send out the file (generate an encrypted download link and email it out).
Note: The same link can be sent to everyone on the list as long as you do not use a click limit.
More details on this topic here:
https://support.tipsandtricks-hq.com/forums/topic/digital-product-pre-order
IvyMemberThe different download methods are for different server configurations. When you changed hosting the sever configuration of the new server was most likely different.
I am glad that method 6 worked for you and this is working again.
-
AuthorPosts