default.php
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
default.php
where is the product default view php file so i can add some text?
-
- Phoca Hero
- Posts: 2911
- Joined: 28 Nov 2010, 17:20
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
Re: default.php
sorry for that one
but cant find out how i cant place "title and extended title" in item view
I've been looking in options and did not find it i supposed that i had to change default,php
but cant find out how i cant place "title and extended title" in item view
I've been looking in options and did not find it i supposed that i had to change default,php
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
Re: default.php
is not that obvious.
I Know where are "title and Extended title" in administration, but both does not appears in my frontend item view
I Know where are "title and Extended title" in administration, but both does not appears in my frontend item view
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
- Benno
- Phoca Hero
- Posts: 9783
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: default.php
Hi,
By default, the product header is displayed in Phoca Cart:

But unfortunately there are several ways to hide it.
#1 In the Phoca Cart Options with these parameters: (With the settings of this screenshot the product header will be displayed)
So please check your Phoca Cart Options.

#2 Via CSS e.g. with this code:
So please check your Cassiopeia user.css to see if you have inadvertently hidden the H1 product header there.
#3 You have created a template override and inadvertently hide the product header there.
So please check your template overrides.
Kind regards,
Benno
By default, the product header is displayed in Phoca Cart:

But unfortunately there are several ways to hide it.
#1 In the Phoca Cart Options with these parameters: (With the settings of this screenshot the product header will be displayed)
So please check your Phoca Cart Options.

#2 Via CSS e.g. with this code:
Code: Select all
h1 {
display: none;
}
#3 You have created a template override and inadvertently hide the product header there.
So please check your template overrides.
Kind regards,
Benno
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
Re: default.php
Ok
But a get header+Title
and where is Extended title?
But a get header+Title
and where is Extended title?
- Benno
- Phoca Hero
- Posts: 9783
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: default.php
Hi,
header = title
The extended title is displayed instead of the title. See my first screenshot. This is the extended title:


Kind regards,
Benno
header = title
The extended title is displayed instead of the title. See my first screenshot. This is the extended title:


Kind regards,
Benno
-
- Phoca Member
- Posts: 28
- Joined: 13 May 2024, 13:00
Re: default.php
ok but in my front end appears the name of my web and extended title
https://www.ma20.club/index.php/1-categ ... 3-big-jack
https://www.ma20.club/index.php/1-categ ... 3-big-jack