Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Home Page pulling in Account

Home Page pulling in Account

Views: 605

Results 1 to 4 of 4
7 Nov 2025, 2:44 AM
#1
notset4life avatar

notset4life

Zen Follower

Join Date:
Sep 2004
Posts:
177
Plugin Contributions:
0

Home Page pulling in Account

2.1.0
PHP 8.4

My home page is showing some information from ACCOUNT PAGE....actually the TITLE

meta name="description" content="Zen Cart! : My Account

And "My Account Information" showing on the page also

https://shopcybermidi.com/

Just upgraded from 1.58, perhaps I messed something up. Tried chatgpt but keeps breaking my page

Fix is appreciated

7 Nov 2025, 3:59 AM
#2
pilou2 avatar

pilou2

Zen Follower

Join Date:
Jun 2008
Location:
Japan
Posts:
377
Plugin Contributions:
6

Re: Home Page pulling in Account

In this kind of situation, the 'Developers Tool Kit' in Admin's 'Tools' menu is your friend.
I you are speaking of the tab title in your brower, you will find 3 languages constants in includes/languages/english/lang.meta_tags.php that defines this.
TITLE, SITE_TAGLINE and the separator, TERTIARY_SECTION.

7 Nov 2025, 9:59 AM
#3
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,845
Plugin Contributions:
0

Re: Home Page pulling in Account

I had the exact same issue the other day

Stripe module (v2)... includes/languages/english/extra_definitions/lang.account.php is overriding, it is basically in the wrong place
move the file over to includes/includes/languages/english/responsive_class as an override of the stock lang.account.php

7 Nov 2025, 7:53 PM
#4
notset4life avatar

notset4life

Zen Follower

Join Date:
Sep 2004
Posts:
177
Plugin Contributions:
0

Re: Home Page pulling in Account

barco57:

I had the exact same issue the other day

Stripe module (v2)... includes/languages/english/extra_definitions/lang.account.php is overriding, it is basically in the wrong place
move the file over to includes/includes/languages/english/responsive_class as an override of the stock lang.account.php

You're a life saver. This was driving me bonkers. I had just installed the Stripe plugin a couple of days ago and that's when it started happening.
Resolved,
Thanks a bunch

v