Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Lets do the following:
1. Deactivate and delete the currently installed version of the affiliate plugin.
2. Download a fresh build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version and then let me know what you see.
This should delete any unwanted scripts that a hacker might have put in the plugin. The next thing you need to do is make sure the file permissions on your server is correct. Having loose file permission is one way to let hackers get into your site. All folders should have 755 permission and all files should have 644 permissions. You can read up more on file permission here:
adminKeymasterHi Rick, Yeah I thought about adding the whole encrypted download thing in eMember but the fact is that the encrypted stuff that eStore does is quite robust (with various server compatibility mode and amazon s3 integration and many other options under the hood). Adding the same functionality in eMember will add a lot of work. I can obviously add that which will in turn result in an increased price for eMember. But you can already buy eMember and eStore together at a much cheaper rate than any other good plugins out there.
To get the kind of file protection that eStore offers you will have to configure each download item separately in eMember too (same as configuring a product now). Configuring lots of product is not an issue anymore with mass import options from CSV file:
– http://www.tipsandtricks-hq.com/ecommerce/how-to-bulk-upload-estore-products-from-a-csv-file-775
August 29, 2011 at 2:27 am in reply to: I like style 2 but would like to display old price & coupon for subs? #35939adminKeymasterFancy2 doesn’t have a lot of space to show the old price which is why I didn’t add it there. I added the old price display option to fancy2. Please get a new build of the plugin from here to get this:
https://support.tipsandtricks-hq.com/update-request
This post will explain subscription and coupons:
https://support.tipsandtricks-hq.com/forums/topic/using-coupons-with-recurring-payments
adminKeymasterUpdated the reCAPTCHA lib in the affiliate plugin too. Please get a new build from here:
adminKeymasterWhen revenue sharing is used in conjunction with normal affiliate then the calculation works like the following:
$100 Product
- 30% affiate commission (so affiliate gets $30)
- 40% author commission (so the author of the product gets $40)
- The leftover is for the house ($30 in this case).It doesn’t care about dividing between the house and the author equally. It’s main focus is to give the author of the product and the affiliates their cut and then whatever is left stays for the house (this is what the customers wanted when we first introduced this feature).
Anyway, that doesn’t explain why the partner did not get any commission at all. What version of eStore are you using?
Regarding the stats… the date range you are selecting needs to encapsulate all the sale dates to see the stats for all 36 sales.
adminKeymasteradminKeymasterAre you trying to deliver lots of file (one each day) by using one subscription product?
adminKeymasterWhich caching plugin are you using? There are methods to make the plugin work with one of the two well known caching plugins:
WP Super Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-together-with-wp-super-cache-plugin
W3 Total Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin
adminKeymasterUpdate: There is now a bulk delete feature in the “affiliates” menu to accommodate bulk deletion.
There is no bulk delete option in the affiliate plugin but this should help you achieve the same:
Basically, you go to the “affiliates_tbl” table and bulk delete the accounts you don’t want.
adminKeymasterPlease delete the plugin since a file is corrupted and download another fresh copy from our server then install it. The PDF stamper files are encoded so they can get corrupted sometime when you upload them to your server unless you upload in Binary mode.
adminKeymasterThank you. I tried to signup a few times without entering the proper Captcha code and I couldn’t which indicates that the captch is working fine. Can you also try yourself to singup without entering the correct captcha code to verify this?
adminKeymasterAdded this option in the plugin. You can now specify multiple files per product using a comma (,) to separate the files. For example:
'1' => 'http://www.example.com/myfiles/item1.pdf,http://www.example.com/myfiles/item2.pdf'
Please get a new build of the plugin from here to get this option:
adminKeymasterYou have a server setup issue which is causing PayPal to send you the payment notification again and again (6 times in your case).
This usually happens when PayPal does not receive the proper response from your server when it sends the payment notification and it thinks the message got lost so PayPal keeps sending the notification.
Your issues is similar to this user’s issue:
https://support.tipsandtricks-hq.com/forums/topic/multiple-sales-record-and-mails-for-one-sales
Please keep debug enabled and post a link to your site so I can confirm this. You can reply on the above mentioned thread so all the information related to this stays on that thread.
adminKeymasterAre you using a caching plugin?
adminKeymasterOkay… there is already an API for that.
Usually, a Pay Per Lead program means when a visitor submits a contact form you want to award the affiliate who sent the visitor. So all you need to do is use the API mentioned above to award the commission after the “Submit” button is hit on the contact form and the affiliate plugin will track the commission.
There is also an API for just capturing lead (you don’t immediately award any commission… just capture the lead in the leads database table).
The above mentioned API is designed so it can be used by a WordPress plugin or a stand alone script.
There is also a hook available that WordPress plugins can take advantage of to track a commission:
http://www.tipsandtricks-hq.com/wordpress-affiliate/api-awarding-commission-via-wordpress-hook-501
-
AuthorPosts