- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Show image for Continue Shopping instead of link
Tagged: continue shopping link, shopping cart page
I’d like to show a custom image for the “Continue Shopping” link instead of the link, to match my “Check Out” button image in the shopping cart page. How can I accomplish this?
You should be able to customize this from the language file. This post should help:
Look for the following line in your corresponding language file:
define("ESTORE_CONTINUE_SHOPPING", "Continue Shopping");
Once you find it change it to the following:
define("ESTORE_CONTINUE_SHOPPING", '<img src="http://www.example.com/your-continue-shopping-image-url" alt="Continue Shopping" />');