Forum Replies Created
-
AuthorPosts
-
adminKeymaster
We added another option in eMember to enforce “comment posting ability for logged in members only”. So now you don’t have to use the WordPress’s option if you don’t want to.
adminKeymasterI intend to add this to the payment gateway bundle plugin (it will be a while before I get time to add this though):
http://www.tipsandtricks-hq.com/wp-payment-gateway-bundle-plugin
adminKeymasterNope, the variation must be selected before the payment because some people charge different money for different variation and that can only work if it is selected before making the payment.
September 7, 2011 at 7:40 am in reply to: HELP!! Using WordPress Permalinks As Digital Products NEW METHOD PPV #36331adminKeymasterSent you an email.
adminKeymaster1. Basically, the mail functionally of WordPress is not loading on your site at the time of this commission processing (this only affects the email notification of the affiliate so not a big deal for now). I will do some investigation to find an alternative for this.
2. Now, for subscriptions you actually need to use the 2nd integration option from here:
This is because the recurring commission can only be awarded if PayPal notifies the plugin and PayPal’s IPN is the only way to get notified for recurring payments. Let me know if this makes sense.
September 7, 2011 at 7:22 am in reply to: wp emember automatic email not generating when adding member #19439adminKeymasterI get what you mean but from an implementation point of view its not that simple since PDF stamper is a separate plugin. Some custom development work is needed to facilitate a process like that. If you are interested then contact us here and mention this forum post then we can discuss a possible custom solution work:
https://support.tipsandtricks-hq.com/contact
Regarding your other error that you get… I have a feeling you changed the value of the “Download Validation Script Location” field even though the help text tells you not to (obviously, your server cannot handle this). Reset the value of that field following this instruction:
adminKeymasteradminKeymasterSeptember 7, 2011 at 3:04 am in reply to: Author revenue sharing – sale details for which product sold? #36355adminKeymasterWP eStore is not the correct plugin for setting up a market place type site (where you give access to your users so they can upload their products and sell… similar to a ClickBank type site). WP eStore wasn’t designed to create a marketplace type site and cannot handle this type of setup.
What we can do is make the stats menu of eStore available to your authors so they can check the products that were sold
adminKeymasterThis means somehow one product with empty ID (no ID) got assigned to this category (ID: 153).
Simply go to your PHPMyAdmin and pull the records from the following database table:
wp_eStore_cat_prod_rel_tbl
Find out the row that has an empty or other illegal value in the product ID column and delete that row.
This post will help you if you never used PHPMyAdmin tool before:
adminKeymasterIn your PayPal profile you can choose what you want. You can either make it so only PayPal account holders can subscribe or you can allow clients to be able to subscribe using both options:
– Just using a Paypal account
or
– Just using a credit card.
September 7, 2011 at 1:52 am in reply to: Needing Help with S3 Settings, Downloads not working #31788adminKeymasterSimply place the .mp3 file inside a zip folder and use that as the downloadable file. Browsers cannot play or open a zip file and it will force download regardless of the browser preference settings.
It is always a good practice to serve a zip file as a downloadable file (your users will be able to unzip it and use the file after they download it).
adminKeymasterLooks like the browser is trying to play the file (if the browser is capable of playing a file then it tries to play it first… you can change this in your browser’s preference settings). Simply place the .mpg file inside a zip folder and use that as the downloadable file (it is always a good practice to serve a zip file as a downloadable file (your users will be able to unzip it and use the file after they download it).
adminKeymasterIf the content protection scheme is the same then you don’t need to create two membership levels. But I would recommend creating two different levels (both having the same protection levels) just to keep it very clean.
This way each payment button will be hooked to a particular membership level and there is no way to get mixed up.
adminKeymasterYes, there is a way to handle this too but it is a little complicated since a Plain Paypal button does not allow you to carry much info.
If you want to enable the following option then just use eStore with eMember:
Your member can upgrade or renew membership by paying from any PayPal account (whatever email address)
WP eStore’s payment button is capable of carrying more data which is used to upgrade the account of the member who is logged into the site at the time of payment (doesn’t matter what email address was used for the payment).
-
AuthorPosts