Forum Replies Created
-
AuthorPosts
-
admin
KeymasterDo you have a caching plugin on the site?
November 26, 2013 at 11:07 pm in reply to: Exisiting Paypal button integration with affiliate platform #59215admin
KeymasterYour following assumption is wrong:
when anyone makes a purchase my affiliate will still get the commission
It will give commission to an affiliate, if that user (who is purchasing from your site) was referred by an affiliate. You are seeing the commissions because you clicked on an affiliate link before the purchase. If you go to another computer (where you didn’t click on an affiliate link) and make a purchase, there will be NO commission from that transaction.
admin
KeymasterWhen you edit a member’s profile (after their account has been upgraded), what levels do you see in that profile? Does he have the old level as the secondary level and the new one as the main level?
November 26, 2013 at 11:02 pm in reply to: eStore – Displaying a Product Review option on Product page #59235admin
KeymasterGlad to hear that you like it. We don’t have a product review option in the plugin. If more users ask for this, we will look into developing that feature.
Here is an alternative way of doing it (it may work for you):
You can have a separate post/page for each product. Basically create a WordPress page for each product and place the product details and a buy button on that page (your landing page for that product basically). Now, you can use a generic WordPress review plugin to add review to those WordPress pages (the ones that are for your products). Any reviews that users leave on those pages are essentially for the corresponding products.
November 26, 2013 at 10:53 pm in reply to: How to hide membership details in the login widget when member is logged in #59166admin
KeymasterHi Angie, Grab this CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS in there to hide the membership level, status and expiry:
.eMember_logged_in_level{
display: none;
}
.eMember_logged_in_account_status{
display: none;
}
.eMember_logged_user_expiry{
display: none;
}November 26, 2013 at 10:28 pm in reply to: eMember – Profile Extended Addon – Show only Active, Asc #59180admin
KeymasterYes, that shortcode you have there should only show the “active” users. Can you remove the levels parameter from the shortcode just to see what it does? You have verified the user status for sure correct?
admin
KeymasterYeah cancel/stop the recurring plan and that will automatically deactivate the account of the member. Then tell him/her to renew/pay using the new subscription button.
admin
KeymasterIf the debug log file says that the plugin sent the email then check the following post:
November 26, 2013 at 6:18 am in reply to: eStore and Affiliate – How-To Only Pay Affiliate Commission on Specific Items? #59226admin
KeymasterHi Ellie, The way you have it setup will work fine for what you are trying to do. Affiliate will only get commission for those 10 items where you have specified a commission value. The eStore and affiliate plugins together are smart enough to figure which items should generate commission even when someone purchases multiple items at the same time.
admin
KeymasterNope, no password change is necessary.
admin
KeymasterThank you. I am working on adding a feature for this. I should be able to give you an update in a few days.
November 26, 2013 at 3:19 am in reply to: {total_tax} rounded to three decimal places instead of two #59228admin
KeymasterThis should be fixed. Did you get the email with the update?
November 26, 2013 at 12:27 am in reply to: eStore – duplicate customer entries, paypal consistent 2 retries #59173admin
KeymasterHi Shane, The following post should help you sort out the email issue on this server:
If there is a HTTP error then paypal usually sends the IPN again (thinking that the first one failed). Now the HTTP error can happen for many many reason on the server. This is something only your hosting provider will be able to address. If you look at the post I shared earlier has some discussions around this issue but it is a rare issue. This doesn’t happen very often.
November 25, 2013 at 10:53 pm in reply to: How to change/select other template for the photo gallery? #57664admin
KeymasterHi John, Use the following plugin (it will be a really good practice to add your custom CSS changes using the following plugin):
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
November 25, 2013 at 10:44 pm in reply to: Exisiting Paypal button integration with affiliate platform #59211admin
KeymasterHi, You can integrate the affiliate plugin with your existing PayPal buttons.
Is your existing PayPal button returning the customer to your “Thank You” page after payment? If it isn’t then edit this PayPal button and specify the return URL as your thank you page (you can edit all your existing button from your PayPal account).
Basically, if you complete step 2 and 3 from the following documentation, you should be good to go:
-
AuthorPosts