Jump to content

Four questions


Recommended Posts

Hey All.

I have 4 questions which I hope someone can answer.


1. I want to edit the page with the information that shows when the page has been taken offline.
What file do I need to edit?

2. Is there any way fairly easy to get a website with no right collom blocks, to show blocks on the right side also?
Or would this take alot of work to acomplish? (how to do it) or maybe point me in a right direction :)

2. When I put the site to offline in the back office to edit it, I am not able to see any changes unless I activate it again.
But I might not want to show a half finished site to my customers.
Is there a way doe only me to see the site, or?
My site is stored at www.aero-files.com/shop

I tried to use my unique ip, but that brings up a blank page


4. How can I make this link to a specific site, instead of a php file:

{if $page_name=='index'}
<!-- MODULE Block banners -->








<!-- /MODULE Block banners -->
{/if}

Link to comment
Share on other sites

1. If you just want to edit the message, go to Tools > Translations > Front Office translations > USA flag > maintenance section to change the maintenance page text. If you want to change to create a more complicated maintenance page, you will need to edit maintenance.tpl in your theme's directory.

2. If you are using a third-party theme without a right column, you will need to edit footer.tpl and uncomment the right column code, or copy it from the default PrestaShop theme if it was deleted. You may also need to adjust the column widths in the /* global layout */ section of css/global.css in your theme's directory.

3. Go to the Preferences tab and enter your IP address in the "Maintenance IP" field. Then when your website is disabled, you can view your website, but your customers can't.

4. Just change the a href tag to the absolute URL of the external site.

Link to comment
Share on other sites

×
×
  • Create New...