I cant seem to find this text anywhere to change.
I seen all the other link names for the Information box in the english.php but not this one.
I just want to rename it.
Could someone guide me to the correct file?
Thank you!
I cant seem to find this text anywhere to change.
I seen all the other link names for the Information box in the english.php but not this one.
I just want to rename it.
Could someone guide me to the correct file?
Thank you!
You can change the "Gift Certificate" in english.php, but it will still tack on the FAQ behind whatever you change it to.
Change line 110 to text of your choice:
define('TEXT_GV_NAME','Gift Certificate');
You can change the "FAQ" also in english.php down further around line 658:
define('BOX_INFORMATION_GV', TEXT_GV_NAME . ' FAQ');
ohhh ok. No wonder I could not find it.
Thank you very much!