- This topic has 11 replies, 3 voices, and was last updated 12 years, 5 months ago by .
Viewing 12 posts - 1 through 12 (of 12 total)
Viewing 12 posts - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Change anchor text of display transaction result on thank you page?
I don’t like the way the shortcode displays the entire download link: http://i.imgur.com/ZEJ35.jpg
It just looks kind of tacky and I don’t like it showing all the details of my wordpress install. I’d much rather have a link that simply says download now or even have an image. Is there any way to customize this? Thanks!
You can use the link shortener feature to shorten the encrypted links:
Thanks for the link. I followed the instructions and made a test purchase. No link appears- not the long one or an encypted one. Ideas?
What version of eStore are you using?
Thanks for the reply. My version is: Version v6.5.3.
This is most likely applicable in that case:
https://support.tipsandtricks-hq.com/forums/topic/wp-estores-url-shortener-feature-update
Darn, that didn’t work. Still showing the whole link.
Just tried the URL Shortener plug-in based on an admin’s suggestion in the thread you linked but no dice. Please let me know if there’s any other info I can give you to help me figure this out- I’d really like it to work. Thanks!
Here is another option that might help:
1. Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_USE_ANCHOR_FOR_THANKU_DL_LINKS', '0');
2. Once you find it change it to the following:
define('WP_ESTORE_USE_ANCHOR_FOR_THANKU_DL_LINKS', '1');
This will replace the URL anchor with a “Click here to download” text.
That option sounds good to me, however, the line of code you mention is not in my “eStore_advanced_configs.php” file!
I am pretty sure when you did your previous update it didn’t work well. You did delete the existing version of eStore from your install then download anew one and installed the new one right?
Try downloading a new build of the plugin and then make the changes as instructed above:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Oops- you’re right- I didn’t update it correctly. It’s working now- thanks!