Quote Originally Posted by SKlos View Post
Hello,

In my e-mail welcome page, and in a coupon e-mail we sent out this evening, the URL in the "Visit us at..." portion is incorrect.

Instead of "Visit us at http://www.roastedhopecoffee.com" it reads "Visit us at http:www.roastedhopecoffee.coml" I have looked in several PHP files, searched on it in the Developers Toolkit, searched the database, but I can't figure out where this is coming from. When I search for "Visit us" in the DTK, the only result returns from:

/includes/languages/english/coupon_admin.php, where it refers to:

Line #48 : define('TEXT_VISIT', 'Visit us at %s');

I can't for the life of me figure out where it is getting the variable for %s".

Any insights would be greatly appreciated!
It appears that it is pulling the +URL in the bolded portion below, and that is where we have the wrong URL typed in. All our configure.php files appear to have the correct .com URL but somewhere, we typed it in as .coml and that's creating a couple of problems. It also pulls the .coml URL when we click on Online Catalog which then generates a Page Not Found error since our site should not end with an "l"...

ADMIN AREA:
Coupon
Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,
$EMAIL_MESSAGE_HTML (message composed in Admin)
$COUPON_TEXT_TO_REDEEM ("You've received a coupon")
$COUPON_TEXT_VOUCHER_IS (The voucher number is:")
$COUPON_CODE (Actual voucher number)
$COUPON_DESCRIPTION (Coupon description, if supplied in Admin area when coupon was created)
$COUPON_TEXT_REMEMBER ("Keep this number safe so you don't forget it")
$COUPON_REDEEM_STORENAME_URL ("To redeem, come visit us at our store: +URL")