Marketing_COS Posted July 11, 2018 Share Posted July 11, 2018 (edited) Hello there, First of all, I must congratulate this community because I have learned a lot here with all of you. I'm having a problem with my website (Prestashop 1.6.1.17) with Template Theme1421 (TemplateMonster) after changing a tpl or css file, the deconfigured my 5 steps bars in the cart. You can check my situation in the link: 'http://teste.centroortopedicodosul.com/index.php?controller=order' I'v enoticed that my correct code should be: <!-- Steps --> <ul class="step clearfix" id="order_step"> <li class="step_current first"> <span><em>01.</em> Resumo</span> </li> <li class="step_todo second"> <span><em>02.</em> Entrar</span> </li> <li class="step_todo third"> <span><em>03.</em> Morada</span> </li> <li class="step_todo four"> <span><em>04.</em> Expedição</span> </li> <li id="step_end" class="step_todo last"> <span><em>05.</em> Pagamento</span> </li> </ul> <!-- /Steps --> and actually it is <!--Steps--> <div class="row"> ::before <div class="mystep mystepflat"> <a class="active " href="http://teste.centroortopedicodosul.com/index.php?controller=order"> Summary </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=1&multi-shipping="> Sign in </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=1&multi-shipping="> Address </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=2&multi-shipping="> Shipping </a> <span class="last_step">Payment</span> </div> ::after </div> <!--/steps--> It seems to me that I made some chenge somewhere that changed my code here, but I con't find the path of the file that I need to change to correct the thing. Or is it from some setup in the bakoffice? I confess this is a mess for me now... Thanks in advance for reading me. Kind regards, Luís Edited July 11, 2018 by Marketing_COS correct ortography (see edit history) Link to comment Share on other sites More sharing options...
Marketing_COS Posted July 18, 2018 Author Share Posted July 18, 2018 Hi mates! Problem solved! Many thanks! 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