MTPockets Posted November 2, 2014 Share Posted November 2, 2014 I hope some can point me to where I can edit the info on my front page. On the main page of my site on the right is a "contact us" block with our store hours and telephone number. The shop hours have changed as well as the phone number. I can't for the life of me find the code anywhere. the site address is www.starsnstripesvapor.com the area I need to edit is on the right. Thanks for any help you can send my way. Link to comment Share on other sites More sharing options...
Paulito Posted November 2, 2014 Share Posted November 2, 2014 Hello You should find this in: Back office > Modules > Modules > Front office features > Block contact > Edit Paul Link to comment Share on other sites More sharing options...
MTPockets Posted November 2, 2014 Author Share Posted November 2, 2014 Thanks for the reply Paul, but I have already found that one. The one that I can't find is on the right side of the page NOT at the bottom of the page. Link to comment Share on other sites More sharing options...
Paulito Posted November 2, 2014 Share Posted November 2, 2014 Hello That's odd, I thought that one was the right hand side. I will need need to download 1.5.6 again to see where I have gone wrong. Paul Link to comment Share on other sites More sharing options...
MTPockets Posted November 2, 2014 Author Share Posted November 2, 2014 I know it is in the code, I just can't remember where Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 /theme/modules/Blockcontact/blockcontact.tpl This is where you will find the info you want to change. Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 phone number changes in back office / modules / contact block in category front end features Link to comment Share on other sites More sharing options...
MTPockets Posted November 9, 2014 Author Share Posted November 9, 2014 I do appreciate the reply however, the contact block in the back office only edits the info in the footer not the contact info on the right side of the page. if you take a look at the page you can see the contact info on the right side of the page differs from that in the footer. I can't find where I need to go to edit the right side of the page. www.starsnstripesvapor.com Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 you need to edit the code located in /theme/***Your theme****/modules/Blockcontact/blockcontact.tpl will be around line 29 Link to comment Share on other sites More sharing options...
MTPockets Posted November 9, 2014 Author Share Posted November 9, 2014 Wild_Turkey, this is what appears at the location you directed me to: <div id="contact_block" class="block"> <p class="title_block">{l s='Contact us' mod='blockcontact'}</p> <div class="block_content clearfix"> <p>{l s='Our hotline is available 9am/8pm M-F Sat. 9am/1pm eastern time' mod='blockcontact'}</p> {if $telnumber != ''}<p class="tel"><span class="label">{l s='Phone:' mod='blockcontact'}</span>{$telnumber|escape:'htmlall':'UTF-8'}</p>{/if} {if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our hotline' mod='blockcontact'}</a>{/if} </div> I still can't edit the phone # Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 Wild_Turkey, this is what appears at the location you directed me to: <div id="contact_block" class="block"> <p class="title_block">{l s='Contact us' mod='blockcontact'}</p> <div class="block_content clearfix"> <p>{l s='Our hotline is available 9am/8pm M-F Sat. 9am/1pm eastern time' mod='blockcontact'}</p> {if $telnumber != ''}<p class="tel"><span class="label">{l s='Phone:' mod='blockcontact'}</span>{$telnumber|escape:'htmlall':'UTF-8'}</p>{/if} {if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our hotline' mod='blockcontact'}</a>{/if} </div> I still can't edit the phone # Put what ever you want to appear in the block where it says 'Our hotline..............' Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 Phone Number you will have to go into back office to the Modules menu select modules select front office features select Configure under contact block Link to comment Share on other sites More sharing options...
MTPockets Posted November 9, 2014 Author Share Posted November 9, 2014 I really appreciate your help. The text "'Our hotline is available 9am/8pm M-F Sat. 9am/1pm eastern time " is what appears on the front page of my site, and I assumed changing it will change the text on the site but do you know why the phone number is not displayed here as well? or the link to the image on the site Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 more to the point why you can't edit the text in the back office as well as the phone number Link to comment Share on other sites More sharing options...
Wild_Turkey Posted November 9, 2014 Share Posted November 9, 2014 Just a Beginner here my self, So glad I could help. I have used a few different scripts and the all have their Pros and cons, but I like PrestaShop. Link to comment Share on other sites More sharing options...
MTPockets Posted November 9, 2014 Author Share Posted November 9, 2014 I don't know but thanks! I found where to edit the phone # in the back office. I do recall placing all the info into the code along with the image but can't for the life of me find where I did it. This may be a work around but it worked!! The only thing I can edit in the back office is the phone # and email address in that block and the contact info for the footer in the back office. Thanks again! 1 Link to comment Share on other sites More sharing options...
Recommended Posts