Forum Replies Created
-
AuthorPosts
-
adminKeymaster
It will only get messed up if you mess up the table code. It is very easy to miss an ending
</td>
or</tr>
tag which will mess up the HTML on this page and affect other HTML elements on the page.adminKeymasterI think this issue is related to the other issue you posted here:
https://support.tipsandtricks-hq.com/forums/topic/not-loading-flashbox
adminKeymasteradminKeymasterFirst, lets work on getting the Manual stamping to work without any error. Please go through the following checklist to see if you made any mistakes explained there:
adminKeymasterAre you using a plugin similar to this one that maybe changing those details in your system?
http://www.tipsandtricks-hq.com/wordpress-plugin-change-wp-email-from-details-1883
adminKeymaster1. Are you using a recurring payment for your membership?
2. Is the subscription button created via eStore or just using a plain PayPal button?
adminKeymasterOpen the “wp_eStore_style.css” file and search for the following:
.t_and_c_error {
color:#E70218;
margin:0 0 15px;
}Once you find it change it to the following:
.t_and_c_error {
color:#E70218 !important;
font-size:18px !important;
margin:0 0 15px;
}you can customize the font-size to whatever you like.
adminKeymasterNo, eStore doesn’t have an option to send an attachment with the download email.
October 3, 2011 at 11:20 pm in reply to: Extending Membership for free (?) with a coupon Code or … ? #37266adminKeymasterThe following shortcode might come in handy for this:
[wp_eMember_renew_membership_for_free]
It displays a “Renew” button that lets the logged in user to renew his/her membership account for free. Can be helpful when you want to offer some of your special members to be able to renew without actually paying for the membership.
adminKeymasterThe clicks do not care if the “Affiliate ID” is correct or not. As soon as the plugin detects an incoming link with affiliate parameter it drops a cookie with the affiliate ID and records the click. The affiliate ID really comes into play when the commission is to be awarded. Before a commission can be awarded it needs to query that affiliate’s profile to find out how much commission is set for this affiliate. If the “Affiliate ID” was wrong then it will fail to find this profile in the system and no commission will be given.
adminKeymasterI just wen to the URL you provided above and I don’t see anything. Are you sure you are still getting this?
adminKeymasterThe default WordPress twenty ten or twenty elevens themes are properly coded too and they look pretty good, so just use them.
adminKeymasterSent you an email so you can reply with the link.
adminKeymasterPayPal doesn’t use “auto redirect” when someone makes a payment as a guest. Its PayPal’s policy unfortunately. If you make the return text something like the following it should do the job:
Click here to complete the purchase
October 3, 2011 at 10:41 pm in reply to: How to add additional fields to Registration Complete email #37260adminKeymasterAt the moment it only has the following tags available for registration complete email:
{first_name}, {last_name}, {user_name}, {password}, {login_link}
By membership plan, do you mean the “Membership Level” of the user?
-
AuthorPosts