External URL that doesn't require http://

Discussion in 'Customizations' started by mattbyrnes, Feb 3, 2010.

  1. mattbyrnes Customer

    I allow certain users to add an external URLs to their listing. I would prefer that they are just able to enter www.website.com or website.com instead of http://website.com. My target demographic is not very web savvy. This is confusing them.
  2. damiun Customer

    Hi,

    To do you probably want to remove the http:// as the vakue of the url in one of the checkout template files.
    And in the viewlisting make something like <a href="http://{$url}">{$url}</a>

    Greetz,
    Dominick

Share This Page