emabevington Posted July 23, 2012 Share Posted July 23, 2012 (edited) Hello, I have another problem with the Matrice Theme that I can't figure out. When clicking log in at the top and going to the checkout & registration section of the site I have a few things I want to edit, only text not visual but I can't find a module to configure or anything which allows you to do this, is it a file I need to edit instead? If you go to the following link I can point out what I need to change: Warning: This link does contain some adult content http://bluemystique....=my-account.php The grey banner that says Secure payments etc I need to change the contact on this and the delivery. And then when trying to register it only allows for you to pick United States and then a state but this is going to be a UK only site so I need it to be only UK and then select a city instead of state. If someone can let me know how to do this that would be brilliant and greatly appreciated. And thank you for helping me with my other thread. Thanks - Emma Edited July 23, 2012 by Mike Kranzler Only one issue per thread please. (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 23, 2012 Share Posted July 23, 2012 Hi Emma, You should be able to edit this manually in your theme's authentication.php file. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
emabevington Posted July 23, 2012 Author Share Posted July 23, 2012 Hi Mike, Looks like that is the right file but how do I change it to just UK and add the UK cities? This is the code I found: <label for="id_country">{l s='Country'}</label> <select name="id_country" id="id_country"> <option value="">-</option> {foreach from=$countries item=v} <option value="{$v.id_country}" {if ($sl_country == $v.id_country)} selected="selected"{/if}>{$v.name|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> <sup>*</sup> </p> <p class="required id_state select"> <label for="id_state">{l s='State'}</label> <select name="id_state" id="id_state"> <option value="">-</option> </select> <sup>*</sup> Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 23, 2012 Share Posted July 23, 2012 Hi Emma, Changing the cities and countries is a separate issue, and per the rules of the PrestaShop forums, only one issue is permitted per thread. Please let me know if my suggestion for the contact phone number works for you, and create a new thread for the other issue. -Mike Link to comment Share on other sites More sharing options...
emabevington Posted July 25, 2012 Author Share Posted July 25, 2012 Hi Mike, Sorry for a late reply. I can't find anything in that file that relates to the grey banner it seems to just be the registration process. I will start a new thread for the cities etc. Thanks, Emma Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 25, 2012 Share Posted July 25, 2012 Hi Emma, Please check around line 164 of your theme's authentication.php file. It should be right around there. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
emabevington Posted July 26, 2012 Author Share Posted July 26, 2012 (edited) Hi Mike, I have figured it out! In the authentication file it said: <div id="order-detail-content" class="table_block"> {include file="$tpl_dir./order-steps.tpl"} So I knew it was in order-steps.tpl and it is so I can change the banners text there. Thanks, Emma Edited July 26, 2012 by Mike Kranzler Please post each issue as a separate thread. (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 26, 2012 Share Posted July 26, 2012 Hi Emma, As I said before, the rules of the PrestaShop forums dictate that you must post each individual issue as a separate thread. I will go ahead and mark this thread as solved for you, and if you would like help on the other issue please post a new thread for it. Happy selling! -Mike Link to comment Share on other sites More sharing options...
emabevington Posted July 26, 2012 Author Share Posted July 26, 2012 Hi Mike, Sorry about that, here's the new thread I made the other day: http://www.prestashop.com/forums/topic/179793-matrice-theme-editing-registration-process/page__p__887422?do=findComment&comment=887422 Thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 26, 2012 Share Posted July 26, 2012 Hi Mike, Sorry about that, here's the new thread I made the other day: http://www.prestasho...422#entry887422 Thanks Please see the rules of the PrestaShop forums below regarding this post. -Mike Link to comment Share on other sites More sharing options...
emabevington Posted July 26, 2012 Author Share Posted July 26, 2012 Sorry, I wasn't demanding for your help by the way. 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