Forum Replies Created
-
AuthorPosts
-
adminKeymaster
We will update the public profile listing feature so it uses the values from the language file and then the customization you made in there will work fine. Should have something ready for you tomorrow.
adminKeymasterBy default, eMember’s username field only allows letter, number and underscore. So your user’s can’t enter special characters anyway.
adminKeymasterYou can customize the email sent for the “free download” using this method:
How to customize various text/messages displayed by the plugin
You can customize the width of the free download input boxes by customizing the following CSS element in the “wp_eStore_style.css” file:
.eStore_text_input
September 24, 2011 at 11:43 pm in reply to: Add to cart as text link adds product but nothing in url #36940adminKeymasterIf you know for sure that the URL of the file is correct then simply ignore this message (most likely your hosting provider does not have URL fopen enabled so the plugin is having a tough time when it tries to ping and validate the file URL). This message is only given to the admin as a means to help you (so you don’t make mistake in the URL).
adminKeymasterI sent you an email so you can reply to me with the link.
adminKeymasterPlease do the following and let me know if you still get it after the update:
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).
September 24, 2011 at 11:30 pm in reply to: Delay Affiliate Payment for 30 Days for PayPal Mass Payment #36964adminKeymasterThe plugin does not make any automatic affiliate commission at purchase time. One of the reasons it doesn’t automatically make the affiliate commission (when a customer purchase something) is to allow you to introduce your preferred cooling period. You (the admin) pay the affiliate commission at the end of the month or any other agreed time period). This is why you will never see any of the well known companies instantly paying the affiliate commission to the affiliate (The accumulated sum is always paid at a later date).
The plugin simply keeps track of all the affiliate commission and tallies it up for you in real time.
adminKeymasterIf you tell me the exact shortcode that you are using to display the product(s) then I will be able to give you ideas.
September 24, 2011 at 7:40 am in reply to: My encrypted product download links aren't working. #36974adminKeymasterPlease post the content of the digital variation field for this product so I can see there is any mistake there. What version of eStore are you using?
adminKeymasterThank you
adminKeymasterOkies.. I will look into it
adminKeymasterSimply call this function to generate your license key then add this data to the email body. Search for the following line of code in “paypal.php” file and you can manipulate the content of the email body field value:
$body = stripslashes(str_replace($tags,$vals,$email_body));
adminKeymasterPlease read this post and provide more details so I can check it out:
adminKeymasterWhat you did is correct. We also updated the plugins to handle this (slightly differently though). Adding those to the footer is the right call to make but unfortunately there are too many theme developers out there without proper WordPress stucture knowledge and they don’t add the footer call in the theme. This is makes it to where the “wp_footer” action hook never gets fired and nothing works. More details here:
September 24, 2011 at 3:11 am in reply to: Add to cart as text link adds product but nothing in url #36938adminKeymasterJust the plain URL of the product page is good enough (the URL that you can use to access that page in the browser).
Whats your extra shortcodes plugin version and what exact shortcode are you using to display the shopping cart on this page in question?
-
AuthorPosts