- This topic has 2 replies, 2 voices, and was last updated 11 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Compact cart 2 change "view cart" text
Tagged: change text, edit language, view cart
Hello, I am trying to change the “View Cart” text and I can’t seem to find it anywhere. I have edited the languages file but it’s not there.
I am using this php code in my template: <?php echo eStore_display_compact_cart2(); ?>
Thank you for your help,
Zeta
Hi Zeta, What version of the extra shortcodes addon plugin are you using?
Just to confirm… the file you should check is the following:
wp-cart-for-digital-productslanguageseng.php
The line you should change is the following:
define("ESTORE_VIEW_CART", " View Cart");
Here is the reference for customizing text:
Obviously, I was looking in the wrong folder! Thank you for your help, my problem is solved.