- This topic has 3 replies, 2 voices, and was last updated 11 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › eStore – Customize buy now loading page
Tagged: buy now, buy now button processing
When clicked on buy now button, there will be a processing order page (eg.http://mudomain.com/?wp_eStore_buy_now=133) before paypal checkout page. Where do i find this to edit?
Look for the following function in the “shortcode_include2.php” file of the extra shortcodes addon plugin:
function eStore_extra_redirection_wait_screen
thanks, how can i change the url link /?wp_eStore_buy_now=133 to eg. /hop/133?
I tried htaccess but doesn’t seem to wrk.
RewriteRule ^hop/([^/]*)$ /?wp_eStore_buy_now=$1 [L]
TY
You will probably need to use a WP URL shortener plugin to do something like that. Here is an example of the type of plugin that can do that:
Alternatively, you can use an external URL shortener service to shorten that link too.