Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Glad to hear that. Maybe share with us what you did (someone else might find this useful)?
adminKeymasterThere is an eMember shortcode that lets you place a registration form any membership level. This documentation has more details:
September 18, 2011 at 11:53 pm in reply to: Erroneous shipping charges in PayPal using the cart widget #36680adminKeymasterThank you.. will you please do the change I mentioned in the following thread (check the 2nd post) and let me know how that goes?
September 18, 2011 at 11:39 pm in reply to: How to give recurring commission with estore, emember, and affiliate plugin? #36738adminKeymasterBy default, whenever you create a subscription product in eStore, the commission will be given to the appropriate affiliate everytime the recurring payment gets charged. You do not need to do anything special for this other than to have the eStore, affiliate and the eMember plugin installed.
The plugin cannot automatically give commissions to past sales. You can manually award those commissions by going to the “Sales Data” menu of the affiliate plugin.
Each commission will have the buyer’s email address attached to it that you can use to reference who purchased it.
adminKeymasterThank you.. fixed the typo and copy paste error.
adminKeymasterYes, the membership expiry is based on the join date when you set a fixed duration in the membership level. So changing the join date will do the trick.
You can also do this if it works for you:
https://support.tipsandtricks-hq.com/forums/topic/fixed-expiration-date
September 18, 2011 at 2:03 am in reply to: Weird error message when I activated the Affiliate plugin #36734adminKeymasterPlease empty all cache from the W3 Total Cache plugin then do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s).
adminKeymasterMy suggestion would be to not worry about the category thing first. Just create a function that can display one product using the design you prefer. If you can complete this then adding the category options become easier (you just use this same display in a loop).
With that said, you can either start with modifying an existing fancy display to your liking or you can create a total new function for this new display. I would recommend modifying one of the existing display to your liking (this will prove to be easier as most things are in place already… you just have to position the information the way you want it). If you tell me which fancy display you want to modify I will be able to tell you exactly which PHP function to look for.
After you are done you can show me a sample of this display and if it looks like something other users will want then I won’t mind taking this and creating a new fancy display with this (a new shortcode for you).
The following post is also helpful:
adminKeymasterFor WP eStore check the following function
function wp_eStore_load_libraries()
For WP eMember check the following function:
function load_library()
I can see what you are trying to so thought I would mention this. You get good performance too if you combine all the JavaScripts. This page has more details:
https://support.tipsandtricks-hq.com/forums/topic/speed-suggestion
September 18, 2011 at 12:38 am in reply to: Revenue Sharing on Subscription (for site access not on product access) #36722adminKeymasterWP eStore and affiliate plugins does not deal with any kind of virtual credit system. It only deals with real world currency. Also, they cannot deal with “share credit based on product views”… these plugins deals with directly selling a product while maintaining the security of the digital asset. So, eStore and affiliate platform plugins won’t be the best choice for you for this project. You will have much better luck if you use a product that was designed to work for the system that you are trying to create.
September 18, 2011 at 12:30 am in reply to: Can My Autoresponder/Email Marketing Manager be Integrated with Your Plugins? #19548adminKeymasterThe API is different for each autoresponder (remember you are not just submitting a form that you typically do when you embed an autoresponder subscription thing on your webpage).
So you will only be able to do any kind of integration if you know how the API of the autoresponder in question works. If all of the APIs of the different autoresponders worked the same way then this would have never been an issue in the first place.
If you know how the API of your particular autoresponder works then there is enough information in the first post to complete the integration.
adminKeymasterIf you are talking about a PDF file then the PDF stamper plugin is capable of encrypting the file to prevent users from being able to copy, modify or print the content of the file. Basically, WP PDF stamper takes a copy of your original PDF file then encrypts it with the permission settings that you specify (for example: no copy ability) and delivers that encrypted copy of the file to the customer. Anyway, WP PDF stamper might be an overkill for you since it can do many other things but I thought I would mention it:
adminKeymasterAn easier option would be to just empty your cache after you deactivate or reactivate a plugin (if an update of the plugin changed some output on your webpage then the cache version needs to be purged).
W3 Total Cache is smart enough to detect that a plugin activation or deactivation occurred and it will give you a warning to empty your cache.
September 18, 2011 at 12:03 am in reply to: estore/pdf stamper – variation control (language) – 2 files/download #36686adminKeymasterI see the issue now. The digital variation control can take only one file per variation. This is explained in the documentation here:
Also you can’t place product ID in the digital variation either.
If you need to offer multiple files per variation then the best way to do that is to zip them up but the PDF stamper cannot stamp zipped file. So in your case you will need to create another product and use a separate button and use the following structure on your sales page:
[payment button for product 1 - This only delivers the english version]
[payment button for product 2 - This delivers the two french PDF files]
[payment button for product 3 - Whatever you had for the "other" condition]This will allow the customer to purchase it using the appropriate button (no need to select any variation).
September 17, 2011 at 11:52 pm in reply to: Fatal error when activing (need to remove encryption on php) #36717adminKeymasterNo, we do not offer the unencrypted version of the PDF Stamper. This is exactly why we have a “Minimum Requirement” section on the PDF Stamper sales page which explains all this and gives you a plugin that can test if the PDF stamper will be able to run on you site:
http://www.tipsandtricks-hq.com/wp-pdf-stamper-plugin-2332
I don’t know who your hosting provider is but encrypted files actually runs faster giving it a performance boost (not the other way around).
-
AuthorPosts