X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Special Note To AOL Users (https://forum.x-cart.com/showthread.php?t=45108)

photo 01-27-2009 09:06 AM

Special Note To AOL Users
 
Hello
Today we received a message from our server provider stating that AOL had contacted them regarding a spam email from our server. After investigation it turned out that it was one of our customers that were not aware this was happening and has since white listed us.
What I would like to do is add some text by the email field when customers are registering/checking out that tells AOL users to be sure to add our email address to their white list. It would be great to have a link right to the right of the email input field with "AOL USERS" that if you hovered over would give you a "toolbox tip" with said text. Could someone please point me in the direction of the simplest way to achieve this?

Thanks

ps: AOL should be outlawed!

Yurij 01-28-2009 12:36 AM

Re: Special Note To AOL Users
 
Quote:

Originally Posted by photo
Hello
Today we received a message from our server provider stating that AOL had contacted them regarding a spam email from our server. After investigation it turned out that it was one of our customers that were not aware this was happening and has since white listed us.
What I would like to do is add some text by the email field when customers are registering/checking out that tells AOL users to be sure to add our email address to their white list. It would be great to have a link right to the right of the email input field with "AOL USERS" that if you hovered over would give you a "toolbox tip" with said text. Could someone please point me in the direction of the simplest way to achieve this?

Thanks

ps: AOL should be outlawed!


Open file skin1\main\register_contact_info.tpl, find next line and add after needed text:

PHP Code:

<input type="text" id="email" name="email" size="32" maxlength="128" value="{$userinfo.email|escape}/>
{if 
$emailerror ne "" or ($reg_error ne "" and $userinfo.email eq "" and $default_fields.email.required eq 'Y')}<font class="Star">&lt;&lt;</font>{/if} 


example:

PHP Code:

<br />
<
small><b>AOL should be outlawed! (bla-bla-bla)</b></small


photo 01-28-2009 01:00 AM

Re: Special Note To AOL Users
 
Thank you Yurij, will give this a try when I get a chance.

exsecror 01-28-2009 04:20 AM

Re: Special Note To AOL Users
 
We have a permanent exemption with AOL already (have for several years) after we threatened lawsuits.


All times are GMT -8. The time now is 05:46 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.