Jump to content

Move Bookmark, Contact - Change welcomemail - Change price


Recommended Posts

Hi all,

I am new to Presta but I've made a little site www.staarup.dk/shop which sells exclusive beers. In the top of the site I have the bookmark, contact, site map and search? - can I move them to the bottom of the site?

How do I change the welcome mail you get when you create a new profile? I don't like the pink color!

Then - the total sum of money is splited with a "," insted of a ".". Ex. 1,000 dkk. I know that's the right way in english, but in danish thousand i written 1.000 kr. How to change that?

I'm sorry for the silly questions!
But thank you very much guys!

Danni

Link to comment
Share on other sites

1. You can't move the header links and search bar to the bottom by default. You must add the following code to modules/blockpermanentlinks/blockpermanentlinks.php and modules/blocksearch/blocksearch.php before the last }

function hookFooter($params)
{
  return $this->hookTop($params);
}



Then you can go to Modules > Positions, click the "Transplant a module" link, select "Permanent links block" as the module and "Footer" as the hook, then click Save, then click the X in the "Top of pages" hook next to the "Permanent links block" to delete it from the top. Do the same for the "Search block".

2. Edit all the HTML files in the mails directory and in the mails directories inside each module (for example, modules/mailalerts/mails) and change all the #DB3484 to the colour you want.

3. Go to Payment > Currencies and edit your currency to change its formatting.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...