Jump to content

Is it possible to change the prestashop link name to shopping?


Recommended Posts

Is it possible to change the prestashop link name to shopping?
My links all say Prestashop.Is there a way to change the links to say shopping instead of Prestashop? I want to links to say shopping. I don't want my competition to know what type of shopping cart I have.

Link to comment
Share on other sites

see this link says http://spa-n-things.com/prestashop/category.php?id_category=7

I need the words prestashop to say shopping. I tried to change the word on the file to say shop, but all I got was an error message.So I change the word back to prestashop. SO I still would like the word prestashop not to show up in any links out going in my shopping cart.

Link to comment
Share on other sites

I think this is because you have installed prestashop in a folder called prestashop on your webserver,

if you need to alter this,


go to your back office

and then goto preferences


then alter

PS directory:

so it reads /shop/


you will need to rename that folder that you installed prestashop in to shop, this is normally done by cpanel or your ftp client


pm me if you need help

Link to comment
Share on other sites

okay big duh.lol I forgot to change the url now to shop. I see my shop now. All I need now is to figure out how to make the shopping cart categorizes not have numbers but the actual name. it shows example: category 7 not health.
:-)

Link to comment
Share on other sites

:)

PrestaShop default theme and many other third-party themes do not include a copyright notice at the bottom of the page.

You can easily add a copyright notice — with a “self-updating” current year display as well.


Open this file:
\themes\YOUR_THEME\footer.tpl
Add this code right after {$HOOK_FOOTER}

{l s='Copyright'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.

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...