how change top header information in prestashop - header

I want to change the phone number on the header of my website (look the picture: http://www.screencast.com/t/hKIY3ri6u)
Can anyone help me?

Find your contact block module and change the phone number.
This block displays in the header your phone number (‘Call us now’),
and a link to the ‘Contact us’ page.
To edit the email addresses for the ‘Contact us’ page: you should go
to the ‘Contacts’ page under the ‘Customer’ menu. To edit the contact
details in the footer: you should go to the ‘Contact Information
Block’ module.

Related

Big Cartel Contact Page - Captcha LIQUID Error

I changed a few minor things on my Contact page: I removed my address and phone number fields. Now, the Captcha is showing "liquid error" instead of loading.
I also copied the whole contact page and pasted into the Cart form. I'm trying to customize the site so there is no real checkout, but rather you can only contact me to place an order.
They both show the same liquid error instead of loading a captcha, and click through to an error page if trying to send an email.
Does anyone know how to fix this? Is it possible to work around, and keep the Cart as a clone of the Contact page? I wouldn't mind if I had to erase the contact form and just added a link on a simple page to email me.
Thanks very much.
The liquid error is a result of pasting the contact form fields into the Cart page - that will only work properly when it's used on the built-in Contact page, and not anywhere else in a Big Cartel shop.

new category appears near home page tite, why?

I installed PrestaShop 1.7.1.2 and I added many categories, one of them appears on the top menu of the front page, only a specific one of them. I don't know why, I didn't add any products to it.
you can see it by browsing to prestashop.tux-in.com and near the CLASSIC title which is a link to the homepage, DIFFERENT HOLDERS is also shown there which is an empty category. what am I missing? why is this category alone is shown there?
how can I remove it ?
It seems it coming from top horizontal menu module, please check it in admin under module section and remove it.

GLOBAL_PageId not work

i'm trying display diffirent banner on diffirent home page by css
i use %%GLOBAL_PageId%% to display page id but it is not work no thing to display,
%%GLOBAL_PageId%% just work on contact page only
please help,
I check for:
%%GLOBAL_PageNumber%% to check if it is a blog post
%%GLOBAL_PageTitle%% to check if this is a static page (like you mentioned contact page)
%%GLOBAL_CatId%% to check if it is a category page
If none of the above are set, I assume it is a product page. But there are also login, wishlist and other predefined bigcommerce pages that I don't know how can be tracked.

How to edit prestashop back office product listing page

I want to change the layout of prestashop back office product page.
So can anyone tell me which file to change so that I can modify this existing layout?
I don't know which page you want to edit exactly, but when you go to that page in your backoffice, like:
http://www.example.com/admin123/index.php?tab=AdminAttributesGroups
The admin123 is variable to your installation, but the ?tab=AdminAttributesGroups referes to the backoffice page you are on. These pages are located in /var/www/admin123/tabs in this case it's /var/www/admin123/tabs/AdminAttributesGroups.php
I found the solution.... Here is what I did
Added content.tpl in under adminxxyy/theme/theme_name/template/controller/products
Which showed me content of my content.tpl
Create a new module, register the hook and send that info via hook to content.tpl.
Use hook name in content.tpl like {hook h='displayProductMyWay' mod='blockcustom'}.

Change Module Header name in phpfox

I am developing one web site using phpfox tool. In dashboard i want to change Activity Feed heading into something different. How i can able change that heading? I tried using Block Manager title change option it is not reflected in page. Please help me to change header name... I am new to phpfox if you have any online reference link for learn phpfox pls send link also. Thanks in Advance...
Go to your site's admin area
admincp->Extensions->Language->Phrase Manager
Search for'Activity Feed'
From here you can change the title of Activity Feed