How to remove the prefix HOME?

Phoca Cart - complex e-commerce extension
Serebro200
Phoca Member
Phoca Member
Posts: 45
Joined: 26 Aug 2018, 17:23

How to remove the prefix HOME?

Post by Serebro200 »

Hello, how to remove the prefix HOME in the product description?
Image

Tags:
Serebro200
Phoca Member
Phoca Member
Posts: 45
Joined: 26 Aug 2018, 17:23

Re: How to remove the prefix HOME?

Post by Serebro200 »

Hm:

https://www.phoca.cz/joomla/phocacart/a ... ml#249-287

268 $h = array();
269 if ($showPageHeading && $pageHeading !='') {
270 $h[] = htmlspecialchars($pageHeading); //Comment this line?
271 }
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: How to remove the prefix HOME?

Post by christine »

Hi,

The 1st one (Home) comes from the menu settings.
Menus > Menu > Your Menu > Page Display > Show Page Heading > No
resp. under Global Options.

The 2nd one, see here please as an example: https://www.phoca.cz/phocacartdemo/prem ... beiv-badif
Title "Beiv Badif" is entered in Phoca Cart > Products > title >h1 >which I would not remove!

Kind regards
Christine
Serebro200
Phoca Member
Phoca Member
Posts: 45
Joined: 26 Aug 2018, 17:23

Re: How to remove the prefix HOME?

Post by Serebro200 »

Hi,Christine - thanks!
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: How to remove the prefix HOME?

Post by christine »

Hi,

thanks for your feedback.

Kind regards
Christine
Post Reply