Jump to content

insert link in login module


gigapoint

Recommended Posts

Hello everyone,

I translated and arranged the native login form for prestashop and now I need to put a link to a site's cms inside the text under the text field 2 address. The code I found in the authentication.tpl module is the following :
 
{Elseif $ field_name eq "address1"}
<Div class = "required form-group">
<Label class = "control-label col-sm-4" for = "address1"> {l s = 'Address'} <sup> * </ sup>
<Div class = "col-sm-6">
[spam-filter]If isset ($ smarty.post.address1)} {$ smarty.post.address1} {/ if {input_type} } "/>
</ Div>
</ Div>
{Elseif $ field_name eq "address2"}
<Div class = "form-group is_customer_param">
</ Sup> <sup> <tt> <tt> <tt> <tt> <tt> <tt> <tt> <tt> <tt> <tt> <tt> {/ if} </ label>
<Div class = "col-sm-6">
[spam-filter]If isset ($ smarty.post.address2)} {$ smarty.post.address2} {/ if {input_type} } "/>
</ Div>
</ Div>
 
The site is www.iocontadino.bio and I wanted to figure out where I should put the link to the sms page I'm interested in.
 
Front-end text is "* see section SERVICE - HOW TO BUY"
 
Thank you

Link to comment
Share on other sites

  • 2 weeks later...

What is the problem? Are you not capable of something as simple as the making of a html link? You don't show us with a picture where on the page you want to have that link so you can hardly expect us to say you where in the code you should insert that link.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...