waldiPL Posted September 10, 2013 Share Posted September 10, 2013 How i can add SSL connection only for certain pages in my store? i want to add ssl connection to: register form, customer login (authentication page?) and for each "my account" pages. I want to add "SSL" badge to the footer of my website, how i can add it? Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2013 Share Posted September 10, 2013 to add floating badge: floating secured ssl logo for prestashop Link to comment Share on other sites More sharing options...
waldiPL Posted September 10, 2013 Author Share Posted September 10, 2013 thanks vekia im using chat in my right corner, how i can add badge to left corner ? your tutorial shows how to add it to the right.... Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2013 Share Posted September 10, 2013 in this case you need to change two things: 1) css styles for badge: position: fixed; bottom: 0px; right: 0px; use this: position: fixed; bottom: 0px; left: 0px; 2) you need to change badge, just revert it vertically Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now