default.php

Phoca Cart - complex e-commerce extension
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

default.php

Post by Madelman »

where is the product default view php file so i can add some text?
christine
Phoca Hero
Phoca Hero
Posts: 2911
Joined: 28 Nov 2010, 17:20

Re: default.php

Post by christine »

Hi,

see here please: viewtopic.php?t=65999

Kind regards
Christine
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

Re: default.php

Post by Madelman »

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
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 453
Joined: 07 Nov 2018, 14:55

Re: default.php

Post by Nidzo »

Image
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

Re: default.php

Post by Madelman »

is not that obvious.
I Know where are "title and Extended title" in administration, but both does not appears in my frontend item view
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

Re: default.php

Post by Madelman »

User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9783
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: default.php

Post by Benno »

Hi,
By default, the product header is displayed in Phoca Cart:
Image

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

#2 Via CSS e.g. with this code:

Code: Select all

h1 {
display: none;
}
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
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

Re: default.php

Post by Madelman »

Ok
But a get header+Title
and where is Extended title?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9783
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: default.php

Post by Benno »

Hi,
header = title
The extended title is displayed instead of the title. See my first screenshot. This is the extended title:
Image

Image

Kind regards,
Benno
Madelman
Phoca Member
Phoca Member
Posts: 28
Joined: 13 May 2024, 13:00

Re: default.php

Post by Madelman »

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
Post Reply